Skip to content

Commit

Permalink
Merge pull request #7 from voidcontext/symfony-3
Browse files Browse the repository at this point in the history
Allow Symfony3 dependencies
  • Loading branch information
andreaskweber committed Jul 19, 2016
2 parents 671f699 + aa61f64 commit 065a624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.4",
"symfony/finder": "~2.4",
"symfony/console": "~2.4|^3.0",
"symfony/finder": "~2.4|^3.0",
"theseer/fdomdocument": "1.6.*"
},
"require-dev": {
Expand Down

0 comments on commit 065a624

Please sign in to comment.