Skip to content

Commit 347e147

Browse files
authored
Merge pull request splashlab#16 from gihovani/patch-1
Matching the PHP require to the current Magento 2 one of "~7.1.3||~7.2.0||~7.3.0", perfect, thanks.
2 parents e0d09ab + 273424a commit 347e147

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
@@ -3,7 +3,7 @@
33
"description": "Enabling cross-origin resource sharing (CORS) requests to Magento 2 API from configured Origin domain",
44
"homepage": "https://github.com/splashlab/magento-2-cors-requests",
55
"type": "magento2-module",
6-
"version": "100.0.3",
6+
"version": "100.0.4",
77
"license": [
88
"OSL-3.0",
99
"AFL-3.0"
@@ -13,7 +13,7 @@
1313
"source": "https://github.com/splashlab/magento-2-cors-requests"
1414
},
1515
"require": {
16-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0",
16+
"php": "~7.1.3||~7.2.0||~7.3.0",
1717
"magento/framework": "*"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)