Skip to content

Commit

Permalink
feat: update to Laravel Zero 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Apr 25, 2024
1 parent ecd5b20 commit 0c8fe3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"laravel-zero/framework": "^10.3",
"laravel-zero/framework": "^11.0",
"laravel-zero/phar-updater": "^1.4"
},
"autoload": {
Expand All @@ -37,7 +37,7 @@
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 0c8fe3b

Please sign in to comment.