Skip to content

Commit

Permalink
Merge pull request #33 from sharifnezhad/master
Browse files Browse the repository at this point in the history
Laravel 9 support
  • Loading branch information
ovac authored Jan 5, 2023
2 parents c10bd89 + 7e75182 commit 0f9255a
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 @@ -15,11 +15,11 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=8.0.0",
"fakerphp/faker": "^1.12",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"mpociot/reflection-docblock": "^1.0.1",
"ramsey/uuid": "^3.8 || ^4.0"
},
Expand Down

0 comments on commit 0f9255a

Please sign in to comment.