Skip to content

Commit b063c63

Browse files
committed
MAGETWO-89082: Update composer dependencies
This reverts commit a97a662.
1 parent befae95 commit b063c63

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "magento/framework-amqp",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"type": "magento2-library",
8+
"version": "100.1.0-dev",
9+
"license": [
10+
"OSL-3.0",
11+
"AFL-3.0"
12+
],
13+
"require": {
14+
"magento/framework": "100.3.*",
15+
"php": "~7.1.3||~7.2.0",
16+
"php-amqplib/php-amqplib": "~2.7.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"Magento\\Framework\\Amqp\\": ""
21+
},
22+
"files": [
23+
"registration.php"
24+
]
25+
}
26+
}

lib/internal/Magento/Framework/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"magento/zendframework1": "~1.13.0",
2828
"monolog/monolog": "^1.17",
2929
"oyejorge/less.php": "~1.7.0",
30-
"php-amqplib/php-amqplib": "~2.7.0",
3130
"symfony/console": "~4.0.0",
3231
"symfony/process": "~4.0.0",
3332
"tedivm/jshrink": "~1.3.0",

0 commit comments

Comments
 (0)