We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53515c6 commit 1efa5b0Copy full SHA for 1efa5b0
src/Turbo/.gitattributes
@@ -1,7 +1,7 @@
1
/.git* export-ignore
2
/.symfony.bundle.yaml export-ignore
3
/phpunit.xml.dist export-ignore
4
-/phpstan.neon.dist export-ignore
+/phpstan.dist.neon export-ignore
5
/assets/src export-ignore
6
/assets/test export-ignore
7
/assets/vitest.config.js export-ignore
src/Turbo/composer.json
@@ -40,7 +40,7 @@
40
"require-dev": {
41
"doctrine/doctrine-bundle": "^2.4.3",
42
"doctrine/orm": "^2.8 | 3.0",
43
- "phpstan/phpstan": "^1.10",
+ "phpstan/phpstan": "^2.1.17",
44
"symfony/asset-mapper": "^6.4|^7.0",
45
"symfony/debug-bundle": "^5.4|^6.0|^7.0",
46
"symfony/form": "^5.4|^6.0|^7.0",
src/Turbo/phpstan.neon.dist renamed to src/Turbo/phpstan.dist.neon
0 commit comments