Skip to content

Commit

Permalink
Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Feb 28, 2024
1 parent 45f2048 commit 8d1b7ae
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 @@ -13,13 +13,13 @@
"email": "[email protected]"
}
],
"require": {
"illuminate/database": ">=5.6 <11.0",
"fakerphp/faker": "^1.18"
"require": {
"illuminate/database": ">=5.6 <12.0"
},
"require-dev": {
"ext-sqlite3": "*",
"phpunit/phpunit": "^6.0|^8.0|^9.0"
"fakerphp/faker": "^1.18",
"phpunit/phpunit": "^6.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8d1b7ae

Please sign in to comment.