Skip to content

Commit c20299a

Browse files
authored
Enable support for Symfony 8 (#43)
1 parent 2c8a6cf commit c20299a

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|^6.0|^7.0"
31+
"symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0|^8.0"
3232
},
3333
"conflict": {
3434
"zendframework/zend-stdlib": "<3.2.1",

0 commit comments

Comments
 (0)