Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.0
=====

* (feature) Require Symfony 8+
* (improvement) Remove invalid import directory for Symfony 8.


2.0.3
=====

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"php": ">= 8.4",
"composer-plugin-api": "^2.6",
"21torr/cli": "^1.2.3",
"symfony/console": "^7.4 || ^8.0",
"symfony/process": "^7.4 || ^8.0"
"symfony/console": "^8.0",
"symfony/process": "^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.3",
Expand Down
4 changes: 0 additions & 4 deletions phpstan/symfony.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ parameters:
identifier: return.type
path: %currentWorkingDirectory%/src/Storyblok/Component/*Story.php

# If you're using PHP config files for Symfony 5.3+, you also need this for auto-loading of `Symfony\Config`
scanDirectories:
- %currentWorkingDirectory%/var/cache/dev/Symfony/Config

# If you're using PHP config files (including the ones under packages/*.php) for Symfony 5.3+,
# you need this to load the helper functions (i.e. service(), env()):
scanFiles:
Expand Down