Skip to content

Commit

Permalink
Upgrade the php version, illuminate/routing,illuminate/support and il…
Browse files Browse the repository at this point in the history
…luminate/console
  • Loading branch information
sharifnezhad committed Dec 7, 2022
1 parent c10bd89 commit 7e75182
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 7e75182

Please sign in to comment.