Skip to content

Commit

Permalink
Merge pull request ovac#38 from pedram-davoodi/master
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
ovac authored Jun 10, 2023
2 parents 0f9255a + bcfb71c commit 91ee702
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": ">=8.0.0",
"php": ">=7.0.0",
"fakerphp/faker": "^1.12",
"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",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"mpociot/reflection-docblock": "^1.0.1",
"ramsey/uuid": "^3.8 || ^4.0"
},
Expand Down

0 comments on commit 91ee702

Please # to comment.