Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from mbrodala/symfony-v3-v4
Browse files Browse the repository at this point in the history
Add support for Symfony v3 and v4
  • Loading branch information
antonmedv authored Sep 18, 2018
2 parents 6199edd + 432eb92 commit 05aa6b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"require": {
"react/react": "~0.4",
"symfony/console": "~2.6",
"symfony/expression-language": "~2.6",
"symfony/debug": "~2.6"
"symfony/console": "~2.6 || ~3.0 || ~4.0",
"symfony/expression-language": "~2.6 || ~3.0 || ~4.0",
"symfony/debug": "~2.6 || ~3.0 || ~4.0"
},
"require-dev": {
"symfony/finder": "~2.6",
"symfony/finder": "~2.6 || ~3.0 || ~4.0",
"phpunit/phpunit": "~4.4",
"symfony/process": "~2.6"
"symfony/process": "~2.6 || ~3.0 || ~4.0"
},
"bin": ["pure"],
"license": "MIT",
Expand Down

0 comments on commit 05aa6b4

Please # to comment.