Skip to content

Commit 313f38b

Browse files
Yaroslav VoronoySergey Nosov
authored andcommitted
MAGETWO-50611: [Github][Security] WebAPIs allow anonymous access
1 parent fbaa42b commit 313f38b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/WebapiSecurity/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"description": "WebapiSecurity module provides option to loosen security on some webapi resources.",
44
"require": {
55
"php": "~5.5.0|~5.6.0|~7.0.0",
6-
"magento/module-webapi": "100.0.*",
76
"magento/framework": "100.0.*"
87
},
8+
"suggest": {
9+
"magento/module-webapi": "100.0.*"
10+
},
911
"type": "magento2-module",
1012
"version": "100.0.0",
1113
"license": [

0 commit comments

Comments
 (0)