Skip to content

Commit 9b6737e

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Allow Symfony 6
2 parents 6b6ef79 + 725b984 commit 9b6737e

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
"symfony/deprecation-contracts": "^2.1"
2929
},
3030
"require-dev": {
31-
"symfony/filesystem": "^4.4|^5.0"
31+
"symfony/filesystem": "^4.4|^5.0|^6.0"
3232
},
3333
"autoload": {
3434
"psr-4": { "Symfony\\Component\\Intl\\": "" },

0 commit comments

Comments
 (0)