Skip to content

Commit 53602b6

Browse files
committed
Bump dependencies for Laravel 10
1 parent ffe85b5 commit 53602b6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^8.0.2",
22-
"illuminate/contracts": "^8.0|^9.0",
23-
"illuminate/http": "^8.0|^9.0",
24-
"illuminate/support": "^8.0|^9.0"
22+
"illuminate/contracts": "^8.0|^9.0|^10.0",
23+
"illuminate/http": "^8.0|^9.0|^10.0",
24+
"illuminate/support": "^8.0|^9.0|^10.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^6.0|^7.0",
27+
"orchestra/testbench": "^6.0|^7.0|^8.0",
2828
"phpunit/phpunit": "^9.0"
2929
},
3030
"autoload": {
@@ -40,7 +40,6 @@
4040
"scripts": {
4141
"test": "vendor/bin/phpunit",
4242
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
43-
4443
},
4544
"config": {
4645
"sort-packages": true

0 commit comments

Comments
 (0)