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 fbaa42b commit 313f38bCopy full SHA for 313f38b
app/code/Magento/WebapiSecurity/composer.json
@@ -3,9 +3,11 @@
3
"description": "WebapiSecurity module provides option to loosen security on some webapi resources.",
4
"require": {
5
"php": "~5.5.0|~5.6.0|~7.0.0",
6
- "magento/module-webapi": "100.0.*",
7
"magento/framework": "100.0.*"
8
},
+ "suggest": {
9
+ "magento/module-webapi": "100.0.*"
10
+ },
11
"type": "magento2-module",
12
"version": "100.0.0",
13
"license": [
0 commit comments