Skip to content

Commit 039f6c7

Browse files
authored
Allow Symfony 4.4
1 parent 89c60ad commit 039f6c7

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
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=7.4",
2121
"ext-mbstring": "*",
22-
"symfony/finder": "^5.4"
22+
"symfony/finder": "^4.4 || ^5.4"
2323
},
2424
"require-dev": {
2525
"ergebnis/composer-normalize": "^2.28",

0 commit comments

Comments
 (0)