Skip to content

Commit 77d949e

Browse files
committed
#3 Compatibility with PHPUnit 5
1 parent 20216f7 commit 77d949e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=5.4.0",
20-
"phpunit/phpunit-mock-objects": "~2.0"
19+
"php": "~5.4|~7.0",
20+
"phpunit/phpunit-mock-objects": "~2.0|~3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~4.0"
23+
"phpunit/phpunit": "~4.0|~5.0"
2424
}
2525
}

0 commit comments

Comments
 (0)