Skip to content

Commit e5957ea

Browse files
authored
Merge pull request #5 from tyx/patch-1
Add Symfony 6 compatibility
2 parents d761c39 + d0bb32f commit e5957ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"require": {
2020
"php": ">=7.2.5",
2121
"ext-mbstring": "*",
22-
"symfony/console": "^4.4|^5.0",
23-
"symfony/yaml": "^4.4|^5.0"
22+
"symfony/console": "^4.4|^5.0|^6.0",
23+
"symfony/yaml": "^4.4|^5.0|^6.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8.0.0",

0 commit comments

Comments
 (0)