Skip to content

Commit

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

0 comments on commit 60692f9

Please sign in to comment.