Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 4d5b9a0

Browse files
committed
Bump dependencies for Laravel 10
1 parent 55244b8 commit 4d5b9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"require": {
2222
"php": "^7.3|^8.0",
23-
"illuminate/routing": "^7.0|^8.0|^9.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0"
23+
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
24+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "5.*|6.*|^7.0",
27+
"orchestra/testbench": "5.*|6.*|^7.0|^8.0",
2828
"phpunit/phpunit": "^9.1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)