Skip to content

Commit 6a73e0f

Browse files
committed
Updated php require version, version bump
1 parent 24c487d commit 6a73e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
2525
/**
2626
* Current Plugin Version
2727
*/
28-
const PLUGIN_VERSION = '1.2.4';
28+
const PLUGIN_VERSION = '1.2.5';
2929

3030
/**
3131
* @var \OpenPayU_Configuration

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"payu magento 2"
1111
],
1212
"type": "magento2-module",
13-
"version": "1.2.4",
13+
"version": "1.2.5",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"
1717
],
1818
"require": {
19-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
19+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
2020
"magento/module-sales": ">100.0",
2121
"magento/module-checkout": ">100.0",
2222
"magento/module-payment": ">100.0",

0 commit comments

Comments
 (0)