File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 27
27
"magento/zendframework1" : " ~1.13.0" ,
28
28
"monolog/monolog" : " ^1.17" ,
29
29
"oyejorge/less.php" : " ~1.7.0" ,
30
- "php-amqplib/php-amqplib" : " ~2.7.0" ,
31
30
"symfony/console" : " ~4.0.0" ,
32
31
"symfony/process" : " ~4.0.0" ,
33
32
"tedivm/jshrink" : " ~1.3.0" ,
You can’t perform that action at this time.
0 commit comments