We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c644c1 commit 0554455Copy full SHA for 0554455
.travis.yml
@@ -24,6 +24,7 @@ before_install:
24
before_script:
25
- travis_retry composer self-update
26
- travis_retry composer update --no-progress --no-interaction --prefer-dist
27
+ - docker-compose up -d
28
29
script:
30
- composer test
composer.json
@@ -18,8 +18,8 @@
18
"queue-interop/amqp-interop": "^0.7"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^7.0",
22
- "illuminate/events": "5.6.*|5.7.*",
+ "phpunit/phpunit": "^8.0",
+ "illuminate/events": "5.6.*|5.7.*|5.8.*",
23
"mockery/mockery": "^1.0"
"autoload": {
0 commit comments