Skip to content

Commit

Permalink
Merge pull request #86 from jakzal/symfony4
Browse files Browse the repository at this point in the history
Allow Symfony 4 components
  • Loading branch information
jakzal committed May 22, 2017
2 parents bd2a342 + df6b15e commit f33e8a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"phpspec/phpspec": "^2.5||^3.0",
"bossa/phpspec2-expect": "^1.0.3||^2.0",
"behat/mink-goutte-driver": "^1.0",
"symfony/filesystem": "^2.8||^3.0",
"symfony/process": "^2.8||^3.0",
"symfony/yaml": "^2.8||^3.0",
"symfony/filesystem": "^2.8||^3.0||^4.0",
"symfony/process": "^2.8||^3.0||^4.0",
"symfony/yaml": "^2.8||^3.0||^4.0",
"fabpot/goutte": "^1.0.4||^2.0||^3.0"
},
"suggest": {
Expand Down

0 comments on commit f33e8a9

Please sign in to comment.