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 8822aef commit a084918
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,15 +5,15 @@
"keywords": ["laravel", "eloquent", "database", "faker"],
"license": "MIT",
"require": {
"php": ">=7.4",
"illuminate/database": "^9",
"php": ">=8.1",
"illuminate/database": "^10",
"fakerphp/faker": "^1",
"doctrine/dbal": "^3"
},
"require-dev": {
"guidocella/laravel-multilingual": "*",
"laravel/laravel": "^9",
"phpunit/phpunit": "^9"
"laravel/laravel": "^10",
"phpunit/phpunit": "^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a084918

Please sign in to comment.