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

Commit 032292f

Browse files
committed
Bump dependencies for Laravel 10
1 parent 656479c commit 032292f

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
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^7.4|^8.0|^8.1",
15-
"illuminate/support": "^8.67|^v9.0.0-beta.4"
15+
"illuminate/support": "^8.67|^v9.0.0-beta.4|^10.0"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^3.8",
19-
"inertiajs/inertia-laravel": "^0.5",
20-
"orchestra/testbench": "^6.23|^7.0",
19+
"inertiajs/inertia-laravel": "^0.5|^0.6",
20+
"orchestra/testbench": "^6.23|^7.0|^8.0",
2121
"phpunit/phpunit": "^9.4"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)