Skip to content

Commit ca68279

Browse files
committed
Bumping PHP version to support 7.4 and package version to 100.0.5 for Packagist release.
1 parent 03c8da2 commit ca68279

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.5",
6+
"version": "100.0.6",
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.1.3||~7.2.0||~7.3.0",
16+
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
1717
"magento/framework": "*"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)