Skip to content

Commit 74d656b

Browse files
committed
Merge pull request #18 from fiunchinho/feature/increase_phpunit_version
Increased range of versions that randomizer is compatible with
2 parents ecc24c1 + 08359e0 commit 74d656b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor
2+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~4.2"
15+
"phpunit/phpunit": "^4.2 || ^5.0"
1616
},
1717
"bin": ["bin/phpunit-randomizer"],
1818
"autoload": {

0 commit comments

Comments
 (0)