Skip to content

Commit

Permalink
#3 Compatibility with PHPUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 4, 2016
1 parent 20216f7 commit 77d949e
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 @@ -16,10 +16,10 @@
}
},
"require": {
"php": ">=5.4.0",
"phpunit/phpunit-mock-objects": "~2.0"
"php": "~5.4|~7.0",
"phpunit/phpunit-mock-objects": "~2.0|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0|~5.0"
}
}

0 comments on commit 77d949e

Please sign in to comment.