Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add_compatibility_with_symfony3'…
Browse files Browse the repository at this point in the history
… into 0.3
  • Loading branch information
cdatculescu committed Dec 15, 2016
2 parents c0809d1 + be67c77 commit 62868fa
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,11 +16,11 @@
],

"require": {
"symfony/yaml": "2.*",
"symfony/config": "2.6.*"
"symfony/yaml": "2.*|3.*",
"symfony/config": "2.6.*|3.*"
},
"require-dev": {
"symfony/dependency-injection": "2.*",
"symfony/dependency-injection": "2.*|3.*",
"phpunit/phpunit": "4.6.*"
},
"autoload": {
Expand Down

0 comments on commit 62868fa

Please sign in to comment.