Skip to content

Commit 67e45f0

Browse files
author
Coen Zimmerman
committed
Base compatibility with Laravel 10
1 parent 0dbd673 commit 67e45f0

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
@@ -21,14 +21,14 @@
2121
],
2222
"require": {
2323
"php" : "^8.1",
24-
"illuminate/support": "^9.0",
25-
"illuminate/database": "^9.0",
24+
"illuminate/support": "^9.0 || ^10.0",
25+
"illuminate/database": "^9.0 || ^10.0",
2626
"myclabs/php-enum": "^1.7"
2727
},
2828
"require-dev": {
2929
"astrotomic/laravel-translatable": "^11.10",
3030
"czim/laravel-listify": "^2.0",
31-
"orchestra/testbench": "^7.5",
31+
"orchestra/testbench": "^8.0",
3232
"nunomaduro/larastan": "^2.2",
3333
"phpstan/phpstan-mockery": "^1.1",
3434
"phpstan/phpstan-phpunit": "^1.1",

0 commit comments

Comments
 (0)