Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #144 from keradus/symfony_components_3.x
Browse files Browse the repository at this point in the history
Allow to use Symfony 3.x components
  • Loading branch information
kherge authored Jul 9, 2016
2 parents 98fedd7 + 5527042 commit ffa81c1
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 @@ -23,9 +23,9 @@
"justinrainbow/json-schema": "~1.3",
"phine/path": "~1.0",
"phpseclib/phpseclib": "~2.0",
"symfony/console": "~2.1",
"symfony/finder": "~2.1",
"symfony/process": "~2.1"
"symfony/console": "~2.1 || ~3.0",
"symfony/finder": "~2.1 || ~3.0",
"symfony/process": "~2.1 || ~3.0"
},
"require-dev": {
"herrera-io/phpunit-test-case": "1.*",
Expand Down

0 comments on commit ffa81c1

Please sign in to comment.