Skip to content

Commit

Permalink
support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella committed Feb 15, 2023
1 parent 60692f9 commit 7d8d859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"homepage": "https://github.com/guidocella/laravel-multilingual",
"license": "MIT",
"require": {
"illuminate/database": "^9",
"php" : ">=7.4"
"illuminate/database": "^10",
"php" : ">=8.1"
},
"require-dev": {
"laravel/laravel": "^9",
"phpunit/phpunit" : "^9"
"laravel/laravel": "^10",
"phpunit/phpunit" : "^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7d8d859

Please sign in to comment.