Skip to content

Commit 0f52dbc

Browse files
committed
fix conflicts
2 parents 02f3823 + ad8e7f8 commit 0f52dbc

File tree

4 files changed

+8412
-12
lines changed

4 files changed

+8412
-12
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
@@ -17,20 +17,19 @@
1717
"require": {
1818
"php": "^8.2",
1919
"inertiajs/inertia-laravel": "^2.0",
20-
"laravel/framework": "^11.31",
21-
"laravel/tinker": "^2.9",
20+
"laravel/framework": "^12.0",
21+
"laravel/tinker": "^2.10.1",
2222
"laravel/workos": "*",
2323
"tightenco/ziggy": "^2.4"
2424
},
2525
"require-dev": {
2626
"fakerphp/faker": "^1.23",
27-
"larastan/larastan": "^3.0",
28-
"laravel/pail": "^1.1",
27+
"laravel/pail": "^1.2.2",
2928
"laravel/pint": "^1.18",
30-
"laravel/sail": "^1.26",
29+
"laravel/sail": "^1.41",
3130
"mockery/mockery": "^1.6",
32-
"nunomaduro/collision": "^8.1",
33-
"phpunit/phpunit": "^11.5"
31+
"nunomaduro/collision": "^8.6",
32+
"phpunit/phpunit": "^11.5.3"
3433
},
3534
"autoload": {
3635
"psr-4": {

0 commit comments

Comments
 (0)