Skip to content

Commit 2b6927f

Browse files
Add compatibility to Laravel 10 (#37)
1 parent 92b7de2 commit 2b6927f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/support": "^9.0"
23+
"illuminate/support": "^10.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.0",
26+
"orchestra/testbench": "^8.0",
2727
"phpunit/phpunit": "^9.0",
2828
"friendsofphp/php-cs-fixer": "^3.6"
2929
},

0 commit comments

Comments
 (0)