Skip to content

Commit f6a5dc2

Browse files
authored
Update composer.json
1 parent 4eacecb commit f6a5dc2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/console": "^7.30|^8.23|^9.0",
24-
"illuminate/support": "^7.30|^8.23|^9.0",
23+
"illuminate/console": "^8.83|^9.0.1",
24+
"illuminate/support": "^8.83|^9.0.1",
2525
"react/child-process": "^0.6.1",
2626
"react/event-loop": "^1.1.1"
2727
},
@@ -43,9 +43,10 @@
4343
},
4444
"require-dev": {
4545
"mockery/mockery": "^1.5",
46-
"orchestra/testbench": "^7.0",
47-
"symfony/process": "^5.4",
48-
"phpunit/phpunit": "^9.0"
46+
"orchestra/testbench": "^6.28|^7.0",
47+
"orchestra/testbench-core": "^6.28|^7.0",
48+
"symfony/process": "^5.4|^6.0",
49+
"phpunit/phpunit": "^9.5.13"
4950
},
5051
"config": {
5152
"sort-packages": true

0 commit comments

Comments
 (0)