Skip to content

Commit 45b4dae

Browse files
Fix return message is not compatible with Symfony < 5.1. (#13)
1 parent 522038e commit 45b4dae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"require": {
2222
"php": "^7.1|^8.0",
2323
"doctrine/annotations": "~1.0",
24-
"symfony/console": "^4.0|^5.0|^6.0",
25-
"symfony/process": "^4.0|^5.0|^6.0",
26-
"symfony/config": "^4.0|^5.0|^6.0",
27-
"symfony/dependency-injection": "^4.0|^5.0|^6.0"
24+
"symfony/console": "^5.1|^6.0",
25+
"symfony/process": "^5.1|^6.0",
26+
"symfony/config": "^5.1|^6.0",
27+
"symfony/dependency-injection": "^5.1|^6.0"
2828
}
2929
}

0 commit comments

Comments
 (0)