Skip to content

Commit

Permalink
Merge pull request #18 from fiunchinho/feature/increase_phpunit_version
Browse files Browse the repository at this point in the history
Increased range of versions that randomizer is compatible with
  • Loading branch information
fiunchinho committed May 9, 2016
2 parents ecc24c1 + 08359e0 commit 74d656b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "~4.2"
"phpunit/phpunit": "^4.2 || ^5.0"
},
"bin": ["bin/phpunit-randomizer"],
"autoload": {
Expand Down

0 comments on commit 74d656b

Please sign in to comment.