Skip to content

Commit 1efa5b0

Browse files
committed
[Turbo] Upgrade PHPStan to ^2.1.17, rename config file
1 parent 53515c6 commit 1efa5b0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Turbo/.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.git* export-ignore
22
/.symfony.bundle.yaml export-ignore
33
/phpunit.xml.dist export-ignore
4-
/phpstan.neon.dist export-ignore
4+
/phpstan.dist.neon export-ignore
55
/assets/src export-ignore
66
/assets/test export-ignore
77
/assets/vitest.config.js export-ignore

src/Turbo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"require-dev": {
4141
"doctrine/doctrine-bundle": "^2.4.3",
4242
"doctrine/orm": "^2.8 | 3.0",
43-
"phpstan/phpstan": "^1.10",
43+
"phpstan/phpstan": "^2.1.17",
4444
"symfony/asset-mapper": "^6.4|^7.0",
4545
"symfony/debug-bundle": "^5.4|^6.0|^7.0",
4646
"symfony/form": "^5.4|^6.0|^7.0",
File renamed without changes.

0 commit comments

Comments
 (0)