Skip to content

Commit b641db0

Browse files
authored
Add support for PHP 7.3
1 parent 02521ad commit b641db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"admin reindex"
1010
],
1111
"require": {
12-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
12+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
1313
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
1414
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
1515
},
1616
"type": "magento2-module",
17-
"version": "1.0.7",
17+
"version": "1.0.8",
1818
"license": [
1919
"proprietary"
2020
],

0 commit comments

Comments
 (0)