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 4eacecb commit f6a5dc2Copy full SHA for f6a5dc2
composer.json
@@ -20,8 +20,8 @@
20
}
21
],
22
"require": {
23
- "illuminate/console": "^7.30|^8.23|^9.0",
24
- "illuminate/support": "^7.30|^8.23|^9.0",
+ "illuminate/console": "^8.83|^9.0.1",
+ "illuminate/support": "^8.83|^9.0.1",
25
"react/child-process": "^0.6.1",
26
"react/event-loop": "^1.1.1"
27
},
@@ -43,9 +43,10 @@
43
44
"require-dev": {
45
"mockery/mockery": "^1.5",
46
- "orchestra/testbench": "^7.0",
47
- "symfony/process": "^5.4",
48
- "phpunit/phpunit": "^9.0"
+ "orchestra/testbench": "^6.28|^7.0",
+ "orchestra/testbench-core": "^6.28|^7.0",
+ "symfony/process": "^5.4|^6.0",
49
+ "phpunit/phpunit": "^9.5.13"
50
51
"config": {
52
"sort-packages": true
0 commit comments