Skip to content

Commit

Permalink
Upgrade Laravel 10 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eightyfive committed Jun 9, 2023
1 parent 3e6e3b3 commit b7c2eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=7.4.28",
"illuminate/support": "^5.8|~6.0|~7.0|~8.0|~9.0",
"illuminate/filesystem": "^5.8|~6.0|~7.0|~8.0|~9.0",
"illuminate/support": "^5.8|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/filesystem": "^5.8|~6.0|~7.0|~8.0|~9.0|~10.0",
"symfony/yaml": "^5.1|~6.0"
},
"require-dev": {
Expand Down

0 comments on commit b7c2eff

Please sign in to comment.