Skip to content

Commit c3ebd10

Browse files
author
Oleksii Korshenko
committed
MAGETWO-50611: [Github][Security] WebAPIs allow anonymous access
1 parent 94174cd commit c3ebd10

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

app/code/Magento/WebapiSecurity/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name": "magento/module-webapisecurity",
2+
"name": "magento/module-webapi-security",
33
"description": "WebapiSecurity module provides option to loosen security on some webapi resources.",
44
"require": {
55
"php": "~5.5.22|~5.6.0|~7.0.0",
6-
"magento/module-backend": "100.0.*",
76
"magento/module-webapi": "100.0.*",
87
"magento/framework": "100.0.*"
98
},

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"magento/module-vault": "100.0.2",
173173
"magento/module-version": "100.0.2",
174174
"magento/module-webapi": "100.0.2",
175-
"magento/module-webapisecurity": "100.0.0",
175+
"magento/module-webapi-security": "100.0.0",
176176
"magento/module-weee": "100.0.2",
177177
"magento/module-widget": "100.0.2",
178178
"magento/module-wishlist": "100.0.2",

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)