Skip to content

Commit

Permalink
Base compatibility with Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Nov 16, 2023
1 parent 0dbd673 commit 67e45f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
],
"require": {
"php" : "^8.1",
"illuminate/support": "^9.0",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/database": "^9.0 || ^10.0",
"myclabs/php-enum": "^1.7"
},
"require-dev": {
"astrotomic/laravel-translatable": "^11.10",
"czim/laravel-listify": "^2.0",
"orchestra/testbench": "^7.5",
"orchestra/testbench": "^8.0",
"nunomaduro/larastan": "^2.2",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
Expand Down

0 comments on commit 67e45f0

Please sign in to comment.