Skip to content

Commit 6344d9a

Browse files
authored
Allow symfony/filesystem 6
1 parent 4fbc19a commit 6344d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": ">=7.1",
3030
"laminas/laminas-code": "~3.4.1|^4.0",
31-
"symfony/filesystem": "^4.4.17|^5.0"
31+
"symfony/filesystem": "^4.4.17|^5.0|^6.0"
3232
},
3333
"conflict": {
3434
"zendframework/zend-stdlib": "<3.2.1",

0 commit comments

Comments
 (0)