Skip to content

Commit

Permalink
Merge pull request #22 from stephpy/patch-1
Browse files Browse the repository at this point in the history
Support Symfony 3.x
  • Loading branch information
shouze committed Feb 10, 2016
2 parents 1ddd3f2 + 3888291 commit 49a5675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,13 +12,13 @@
"require": {
"php": ">=5.3.3",
"ext-mcrypt": "*",
"symfony/options-resolver": "2.2.*",
"symfony/console": "2.2.*",
"symfony/process": "2.2.*",
"symfony/options-resolver": "~2.2|~3.0",
"symfony/console": "~2.2|~3.0",
"symfony/process": "~2.2|~3.0",
"sebastian/diff": "*"
},
"require-dev": {
"symfony/finder": "2.1.*",
"symfony/finder": "~2.1|~3.0",
"atoum/atoum": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 49a5675

Please sign in to comment.