Skip to content

Commit

Permalink
Fix return message is not compatible with Symfony < 5.1. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragondungeon1 authored Jul 22, 2022
1 parent 522038e commit 45b4dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": "^7.1|^8.0",
"doctrine/annotations": "~1.0",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/process": "^4.0|^5.0|^6.0",
"symfony/config": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0"
"symfony/console": "^5.1|^6.0",
"symfony/process": "^5.1|^6.0",
"symfony/config": "^5.1|^6.0",
"symfony/dependency-injection": "^5.1|^6.0"
}
}

0 comments on commit 45b4dae

Please sign in to comment.