Skip to content

Commit

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

0 comments on commit 195580b

Please sign in to comment.