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 de970a7 commit 4bdc301Copy full SHA for 4bdc301
composer.json
@@ -19,13 +19,13 @@
19
],
20
"require": {
21
"php": "^7.2||^8.0",
22
- "illuminate/console": "^6|^7|^8",
23
- "illuminate/events": "^6|^7|^8"
+ "illuminate/console": "^6|^7|^8|^9",
+ "illuminate/events": "^6|^7|^8|^9"
24
},
25
"require-dev": {
26
"mockery/mockery": "^1.0",
27
- "orchestra/testbench": "3.6.* || 3.7.* || 3.8.* || 3.9.* || ^4.0 || ^5.0",
28
- "phpunit/phpunit": "^7.5 || ^8.4"
+ "orchestra/testbench": "^6.0",
+ "phpunit/phpunit": "^9.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments