Skip to content

Commit 2abe7b8

Browse files
committed
magento-engcom/bulk-api#20 Backport Change Webapi extension to use Inject Pool logic
- add needed dependencies
1 parent 7a57a6f commit 2abe7b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/SwaggerWebapi/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "N/A",
44
"require": {
55
"php": "~7.0.13|~7.1.0",
6-
"magento/framework": "101.0.*"
6+
"magento/framework": "101.0.*",
7+
"magento/module-swagger": "*"
78
},
89
"type": "magento2-module",
910
"version": "100.2.2",

0 commit comments

Comments
 (0)