[12.x] Prep Laravel v12 (#6357)

* Prep Laravel v12

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
Dries Vints
2024-03-12 15:36:08 +01:00
committed by GitHub
parent ec8b74030f
commit b31cc1b7e1
2 changed files with 8 additions and 10 deletions

View File

@@ -6,17 +6,15 @@
"license": "MIT",
"require": {
"php": "^8.2",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.9"
"laravel/framework": "^12.0",
"laravel/tinker": "dev-develop"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"laravel/sail": "dev-develop",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ignition": "^2.4"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
@@ -49,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "11.x-dev"
"dev-master": "12.x-dev"
},
"laravel": {
"dont-discover": []