mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-23 14:12:23 +01:00
Upgrade phpunit version
This commit is contained in:
parent
da03f6d13c
commit
967a18a7a0
@ -11,5 +11,8 @@ php:
|
||||
before_script:
|
||||
- composer self-update && composer install --dev
|
||||
|
||||
script:
|
||||
- ./vendor/bin/phpunit
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls
|
||||
|
@ -20,7 +20,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasmullie/scrapbook": "~1.0",
|
||||
"phpunit/phpunit": "4.3.*",
|
||||
"phpunit/phpunit": "~4.8",
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user