Skip to content

Commit 659cfa4

Browse files
committed
Add Symfony 8 support
1 parent 3895d00 commit 659cfa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
- Compatible with Symfony 6, 7 and 8.
6+
37
## 0.5.1
48

59
### PHP support

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minimum-stability": "stable",
4242
"require": {
4343
"php": "8.2 - 8.5",
44-
"symfony/filesystem": "6.4 - 7"
44+
"symfony/filesystem": "^6.4|^7.4|^8.0"
4545
},
4646
"require-dev": {
4747
"phpstan/phpstan": "2.1.32",

0 commit comments

Comments
 (0)