Skip to content

Commit

Permalink
Merge pull request #20 from dmaicher/1.x-changes
Browse files Browse the repository at this point in the history
changes for 1.x branch: do not allow phpunit 6
  • Loading branch information
dmaicher authored Jan 4, 2017
2 parents 5ea2208 + db0d8d6 commit 516bb50
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 @@ -15,7 +15,7 @@
"symfony/symfony": "~2.3|~3.0",
"doctrine/dbal": "~2.5",
"doctrine/doctrine-bundle": "~1.4",
"phpunit/phpunit": "~4.1|~5.0|~6.0"
"phpunit/phpunit": "~4.1|~5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "1.1.x-dev"
}
}
}

0 comments on commit 516bb50

Please sign in to comment.