Skip to content

Commit

Permalink
[12.x] Prep Laravel v12 (#50406)
Browse files Browse the repository at this point in the history
* Prep Laravel v12

* wip

* Temp constraint on prompts

* wip
  • Loading branch information
driesvints authored Mar 12, 2024
1 parent 18b58ac commit 81b7eaf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"require": {
"php": "^8.2",
"ext-hash": "*",
"illuminate/collections": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/http": "^11.0",
"illuminate/macroable": "^11.0",
"illuminate/queue": "^11.0",
"illuminate/support": "^11.0"
"illuminate/collections": "^12.0",
"illuminate/contracts": "^12.0",
"illuminate/http": "^12.0",
"illuminate/macroable": "^12.0",
"illuminate/queue": "^12.0",
"illuminate/support": "^12.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,13 +30,13 @@
},
"extra": {
"branch-alias": {
"dev-master": "11.x-dev"
"dev-master": "12.x-dev"
}
},
"suggest": {
"illuminate/console": "Required to use the auth:clear-resets command (^11.0).",
"illuminate/queue": "Required to fire login / logout events (^11.0).",
"illuminate/session": "Required to use the session based guard (^11.0)."
"illuminate/console": "Required to use the auth:clear-resets command (^12.0).",
"illuminate/queue": "Required to fire login / logout events (^12.0).",
"illuminate/session": "Required to use the session based guard (^12.0)."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 81b7eaf

Please sign in to comment.