Skip to content

Commit 9542375

Browse files
committed
Update laravel to v10
1 parent ca79242 commit 9542375

File tree

3 files changed

+347
-177
lines changed

3 files changed

+347
-177
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"keywords": ["framework", "laravel"],
66
"license": "MIT",
77
"require": {
8-
"php": "^8.0.2",
8+
"php": "^8.1",
99
"guzzlehttp/guzzle": "^7.2",
1010
"inertiajs/inertia-laravel": "^0.6.8",
11-
"laravel/framework": "^9.19",
11+
"laravel/framework": "^10.0",
1212
"laravel/jetstream": "^2.16",
13-
"laravel/sanctum": "^3.0",
13+
"laravel/sanctum": "^3.2",
1414
"laravel/tinker": "^2.7",
15-
"nwidart/laravel-modules": "^9.0",
15+
"nwidart/laravel-modules": "^10.0",
1616
"tightenco/ziggy": "^1.0"
1717
},
1818
"require-dev": {
@@ -22,7 +22,7 @@
2222
"mockery/mockery": "^1.4.4",
2323
"nunomaduro/collision": "^6.1",
2424
"phpunit/phpunit": "^9.5.10",
25-
"spatie/laravel-ignition": "^1.0"
25+
"spatie/laravel-ignition": "^2.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)