We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45be88 commit bc9dfdbCopy full SHA for bc9dfdb
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 5.6
5
- 7.0
6
- 7.1
7
+ - 7.2
8
- nightly
9
10
env:
Makefile
@@ -1,3 +1,3 @@
1
test:
2
mkdir -p build/logs
3
- phpunit -c phpunit.xml.dist
+ php vendor/bin/phpunit
composer.json
@@ -15,7 +15,8 @@
15
},
16
"require-dev": {
17
"satooshi/php-coveralls": "dev-master|^1.0",
18
- "sllh/php-cs-fixer-styleci-bridge": "^2.0"
+ "sllh/php-cs-fixer-styleci-bridge": "^2.0",
19
+ "phpunit/phpunit": "^4.8|^5.5|^6.5"
20
21
"autoload": {
22
"psr-4": {
0 commit comments