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.
2 parents c588c27 + 2692827 commit 32d49ffCopy full SHA for 32d49ff
.gitattributes
@@ -1 +1,11 @@
1
*.h diff=php
2
+
3
+/examples export-ignore
4
+/tests export-ignore
5
+/.codeclimate.yml export-ignore
6
+/.gitattributes export-ignore
7
+/.gitignore export-ignore
8
+/.styleci.yml export-ignore
9
+/.travis.yml export-ignore
10
+/*.md export-ignore
11
+/phpunit.xml export-ignore
composer.json
@@ -13,7 +13,7 @@
13
"php": ">=5.3.0"
14
},
15
"require-dev": {
16
- "phpunit/phpunit": ">=4.8",
+ "phpunit/phpunit": ">=4.8 <6.0",
17
"codeclimate/php-test-reporter": "dev-master"
18
19
"minimum-stability": "stable",
0 commit comments