File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ language: php
55php :
66 - 7.0
77 - 7.1
8+ - 7.2
89
910env :
1011 - RABBITMQ_CONFIG_FILE="/tmp/rabbitmq.config" SSL_CAFILE="/tmp/rootCA.pem
Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " >=7.0" ,
13- "illuminate/database" : " 5.5 .*" ,
14- "illuminate/support" : " 5.5 .*" ,
15- "illuminate/queue" : " 5.5 .*" ,
16- "enqueue/amqp-lib" : " 0.8.5 " ,
13+ "illuminate/database" : " 5.6 .*" ,
14+ "illuminate/support" : " 5.6 .*" ,
15+ "illuminate/queue" : " 5.6 .*" ,
16+ "enqueue/amqp-lib" : " 0.8.15 " ,
1717 "queue-interop/amqp-interop" : " ^0.7"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ~6.0" ,
21- "illuminate/events" : " 5.5 .*" ,
21+ "illuminate/events" : " 5.6 .*" ,
2222 "mockery/mockery" : " ~1.0"
2323 },
2424 "autoload" : {
You can’t perform that action at this time.
0 commit comments