Skip to content

Commit ad8e7f8

Browse files
committed
update to laravel 12
1 parent b26fa5c commit ad8e7f8

File tree

3 files changed

+62
-305
lines changed

3 files changed

+62
-305
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ jobs:
4343
with:
4444
commit_message: fix code style
4545
commit_options: '--no-verify'
46-
47-
# We need to run PHPStan after commiting changes as it does not auto-fix errors...
48-
- name: PHPStan
49-
run: ./vendor/bin/phpstan

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@
1111
"require": {
1212
"php": "^8.2",
1313
"inertiajs/inertia-laravel": "^2.0",
14-
"laravel/framework": "^11.31",
15-
"laravel/tinker": "^2.9",
14+
"laravel/framework": "^12.0",
15+
"laravel/tinker": "^2.10.1",
1616
"tightenco/ziggy": "^2.4"
1717
},
1818
"require-dev": {
1919
"fakerphp/faker": "^1.23",
20-
"larastan/larastan": "^3.0",
21-
"laravel/pail": "^1.1",
20+
"laravel/pail": "^1.2.2",
2221
"laravel/pint": "^1.18",
23-
"laravel/sail": "^1.26",
22+
"laravel/sail": "^1.41",
2423
"mockery/mockery": "^1.6",
25-
"nunomaduro/collision": "^8.1",
26-
"phpunit/phpunit": "^11.5"
24+
"nunomaduro/collision": "^8.6",
25+
"phpunit/phpunit": "^11.5.3"
2726
},
2827
"autoload": {
2928
"psr-4": {

0 commit comments

Comments
 (0)