File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.1.0
2+ =====
3+
4+ * (feature) Require Symfony 8+
5+ * (improvement) Remove invalid import directory for Symfony 8.
6+
7+
182.0.3
29=====
310
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments