Skip to content

Commit

Permalink
Uses Laravel ^10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 15, 2023
1 parent f9f43db commit 0ae533b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
],
"require": {
"php": "^8.1",
"illuminate/container": "^10.15|^11.0",
"illuminate/console": "^10.15|^11.0",
"illuminate/contracts": "^10.15|^11.0",
"illuminate/filesystem": "^10.15|^11.0",
"illuminate/pipeline": "^10.15|^11.0",
"illuminate/routing": "^10.15|^11.0",
"illuminate/support": "^10.15|^11.0",
"illuminate/view": "^10.15|^11.0",
"illuminate/container": "^10.19|^11.0",
"illuminate/console": "^10.19|^11.0",
"illuminate/contracts": "^10.19|^11.0",
"illuminate/filesystem": "^10.19|^11.0",
"illuminate/pipeline": "^10.19|^11.0",
"illuminate/routing": "^10.19|^11.0",
"illuminate/support": "^10.19|^11.0",
"illuminate/view": "^10.19|^11.0",
"spatie/once": "^3.1"
},
"require-dev": {
Expand Down

0 comments on commit 0ae533b

Please sign in to comment.