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 261d236 commit 4d96f07Copy full SHA for 4d96f07
.github/workflows/tests.yml
@@ -54,4 +54,4 @@ jobs:
54
run: ./vendor/bin/pint --test
55
56
- name: Execute tests
57
- run: sleep 10 && vendor/bin/phpunit --verbose
+ run: sleep 10 && vendor/bin/phpunit --debug
composer.json
@@ -15,7 +15,7 @@
15
"php-amqplib/php-amqplib": "^v3.6"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "^9.3 || ^10.5 || ^11.0.1",
+ "phpunit/phpunit": "^9.3 || ^10.5 || ^11.0",
19
"mockery/mockery": "^1.0",
20
"laravel/horizon": "^5.0",
21
"orchestra/testbench": "^7.0|^8.0|^9.0",
0 commit comments