Skip to content

Commit

Permalink
Merge pull request #72 from pfrenssen/support-symfony-3
Browse files Browse the repository at this point in the history
Support Symfony 3.

Signed-off-by: Jonathan Hedstrom <[email protected]>
  • Loading branch information
jhedstrom committed Dec 14, 2015
1 parent b27fc8a commit 6c5e04c
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 @@ -12,8 +12,8 @@
}
],
"require": {
"symfony/process": "~2.5",
"symfony/dependency-injection": "~2.6"
"symfony/process": "~2.5|~3.0",
"symfony/dependency-injection": "~2.6|~3.0"
},
"require-dev": {
"drupal/coder": "~8.2.0",
Expand Down

0 comments on commit 6c5e04c

Please sign in to comment.