We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3895d00 commit 659cfa4Copy full SHA for 659cfa4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.2
4
+
5
+- Compatible with Symfony 6, 7 and 8.
6
7
## 0.5.1
8
9
### PHP support
composer.json
@@ -41,7 +41,7 @@
41
"minimum-stability": "stable",
42
"require": {
43
"php": "8.2 - 8.5",
44
- "symfony/filesystem": "6.4 - 7"
+ "symfony/filesystem": "^6.4|^7.4|^8.0"
45
},
46
"require-dev": {
47
"phpstan/phpstan": "2.1.32",
0 commit comments