Skip to content

Commit 31c5022

Browse files
Update to Laravel 11.0
1 parent 2492452 commit 31c5022

File tree

2 files changed

+1384
-995
lines changed

2 files changed

+1384
-995
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@
22
"name": "laravel/laravel",
33
"type": "project",
44
"description": "The Laravel Framework.",
5-
"keywords": ["framework", "laravel"],
5+
"keywords": [
6+
"framework",
7+
"laravel"
8+
],
69
"license": "MIT",
710
"require": {
811
"php": "^8.1",
912
"guzzlehttp/guzzle": "^7.4",
10-
"laravel/framework": "^10.0",
11-
"laravel/sanctum": "^3.2",
13+
"laravel/framework": "^11.0",
14+
"laravel/sanctum": "^4.0",
1215
"laravel/tinker": "^2.6"
1316
},
1417
"require-dev": {
1518
"spatie/laravel-ignition": "^2.0",
1619
"fakerphp/faker": "^1.17",
1720
"laravel/sail": "^1.12",
1821
"mockery/mockery": "^1.4.2",
19-
"nunomaduro/collision": "^7.0",
22+
"nunomaduro/collision": "^8.1",
2023
"phpunit/phpunit": "^10.0"
2124
},
2225
"autoload": {
@@ -58,4 +61,4 @@
5861
},
5962
"minimum-stability": "dev",
6063
"prefer-stable": true
61-
}
64+
}

0 commit comments

Comments
 (0)