Skip to content

Commit

Permalink
Merge pull request #5 from matthiasnoback/compatibility
Browse files Browse the repository at this point in the history
Make the library compatible with Symfony 3 and PHP 5.6
  • Loading branch information
ciaranmcnulty committed May 28, 2016
2 parents 898f949 + 4e7d4a3 commit 0ac9cfb
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 @@ -14,9 +14,9 @@
}
],
"require" : {
"php" : "~5.4||~7.0",
"php" : "^5.4||~7.0",
"behat/behat" : "~3.0",
"symfony/process" : "~2.3"
"symfony/process" : "~2.3||~3.0"
},
"require-dev": {
"ciaranmcnulty/phpspec-typehintedmethods" : "~1.0",
Expand Down

0 comments on commit 0ac9cfb

Please sign in to comment.