Skip to content

Commit

Permalink
Updated php require version, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Jan 16, 2019
1 parent 24c487d commit 6a73e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
/**
* Current Plugin Version
*/
const PLUGIN_VERSION = '1.2.4';
const PLUGIN_VERSION = '1.2.5';

/**
* @var \OpenPayU_Configuration
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"payu magento 2"
],
"type": "magento2-module",
"version": "1.2.4",
"version": "1.2.5",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"magento/module-sales": ">100.0",
"magento/module-checkout": ">100.0",
"magento/module-payment": ">100.0",
Expand Down

1 comment on commit 6a73e0f

@YasserNasser
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello There is the module compatible with magento 2.3 !!??

Please sign in to comment.