We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9307c6f commit 993f85aCopy full SHA for 993f85a
.gitignore
@@ -1,6 +1,5 @@
1
# Composer stuff
2
vendor/
3
-composer.lock
4
tests/cov/
5
tests/temp
6
composer.json
@@ -37,8 +37,8 @@
37
"sabre/xml" : ">=1.5 <3.0"
38
},
39
"require-dev" : {
40
- "phpunit/phpunit" : "*",
41
- "sabre/cs" : "^1.0.0"
+ "sabre/cs" : "^1.0.0",
+ "phpunit/phpunit": "^4.8"
42
43
44
"suggest" : {
0 commit comments