Skip to content

Commit 14889b1

Browse files
committed
Allowed dependency to optionally use symfony 6
1 parent 61ae6e1 commit 14889b1

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
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^8.5",
17-
"symfony/finder": "^3.0|^4.0|^5.0",
17+
"symfony/finder": "^3.0|^4.0|^5.0|^6.0",
1818
"monolog/monolog": "^2.0"
1919
},
2020
"license": "MIT",

0 commit comments

Comments
 (0)