Dependencies

This commit is contained in:
Andrés Montañez 2017-01-05 23:37:13 -03:00
parent a2cf0b2c44
commit 5ba1017073
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6

View file

@ -9,8 +9,8 @@
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.3.5",
"satooshi/php-coveralls": ">=0.6.1",
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": "~1.0",
"php-mock/php-mock": "^0.1"
},
"autoload": {