Skip to content

Commit 6f63ada

Browse files
committed
Update to Laravel 12.
1 parent c3f3a77 commit 6f63ada

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/contracts": "^11.0",
20+
"illuminate/contracts": "^12.0",
2121
"inertiajs/inertia-laravel": "^2.0",
22-
"laravel/prompts": "^0.3.1",
23-
"spatie/laravel-activitylog": "^4.8",
24-
"spatie/laravel-package-tools": "^1.16.3",
25-
"spatie/laravel-permission": "^6.4",
26-
"tightenco/ziggy": "^2.0"
22+
"laravel/prompts": "^0.3.5",
23+
"spatie/laravel-activitylog": "^4.10",
24+
"spatie/laravel-package-tools": "^1.19",
25+
"spatie/laravel-permission": "^6.15",
26+
"tightenco/ziggy": "^2.5"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.13",
30-
"nunomaduro/collision": "^8.0",
31-
"orchestra/testbench": "9.x-dev",
32-
"pestphp/pest": "^3.0",
33-
"pestphp/pest-plugin-laravel": "^3.0"
30+
"nunomaduro/collision": "^8.6",
31+
"orchestra/testbench": "^10.0",
32+
"pestphp/pest": "^3.7",
33+
"pestphp/pest-plugin-laravel": "^3.1"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)