We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c8da2 commit ca68279Copy full SHA for ca68279
composer.json
@@ -3,7 +3,7 @@
3
"description": "Enabling cross-origin resource sharing (CORS) requests to Magento 2 API from configured Origin domain",
4
"homepage": "https://github.com/splashlab/magento-2-cors-requests",
5
"type": "magento2-module",
6
- "version": "100.0.5",
+ "version": "100.0.6",
7
"license": [
8
"OSL-3.0",
9
"AFL-3.0"
@@ -13,7 +13,7 @@
13
"source": "https://github.com/splashlab/magento-2-cors-requests"
14
},
15
"require": {
16
- "php": "~7.1.3||~7.2.0||~7.3.0",
+ "php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
17
"magento/framework": "*"
18
19
"autoload": {
0 commit comments