Skip to content

Commit 1faacee

Browse files
authored
Merge pull request #27 from 21TORR/symfony-8
Improve PhpStan Symfony 8 support
2 parents 0077449 + dd5d6f2 commit 1faacee

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.1.0
2+
=====
3+
4+
* (feature) Require Symfony 8+
5+
* (improvement) Remove invalid import directory for Symfony 8.
6+
7+
18
2.0.3
29
=====
310

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"php": ">= 8.4",
1515
"composer-plugin-api": "^2.6",
1616
"21torr/cli": "^1.2.3",
17-
"symfony/console": "^7.4 || ^8.0",
18-
"symfony/process": "^7.4 || ^8.0"
17+
"symfony/console": "^8.0",
18+
"symfony/process": "^8.0"
1919
},
2020
"require-dev": {
2121
"bamarni/composer-bin-plugin": "^1.8.3",

phpstan/symfony.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ parameters:
1515
identifier: return.type
1616
path: %currentWorkingDirectory%/src/Storyblok/Component/*Story.php
1717

18-
# If you're using PHP config files for Symfony 5.3+, you also need this for auto-loading of `Symfony\Config`
19-
scanDirectories:
20-
- %currentWorkingDirectory%/var/cache/dev/Symfony/Config
21-
2218
# If you're using PHP config files (including the ones under packages/*.php) for Symfony 5.3+,
2319
# you need this to load the helper functions (i.e. service(), env()):
2420
scanFiles:

0 commit comments

Comments
 (0)