Skip to content

Commit 993f85a

Browse files
committed
Pin PHPUnit version to avoid breaking unit tests for PHP 7+
1 parent 9307c6f commit 993f85a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Composer stuff
22
vendor/
3-
composer.lock
43
tests/cov/
54
tests/temp
65

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"sabre/xml" : ">=1.5 <3.0"
3838
},
3939
"require-dev" : {
40-
"phpunit/phpunit" : "*",
41-
"sabre/cs" : "^1.0.0"
40+
"sabre/cs" : "^1.0.0",
41+
"phpunit/phpunit": "^4.8"
4242

4343
},
4444
"suggest" : {

0 commit comments

Comments
 (0)