1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 06:22:47 +01:00

Add PHPUnit to dev dependencies

The easier it is for people to contribute, the better. Relying on a
global install of PHPUnit via PEAR doesn't sit well with some
developers. As other dev dependencies are installed via composer, why
not add PHPUnit itself to the list?
This commit is contained in:
adlawson 2013-09-17 13:29:20 +01:00
parent e7750814b9
commit 485371d7ed
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,4 @@ php:
before_script:
- composer install --dev --prefer-source
script: phpunit
script: ./vendor/bin/phpunit

View File

@ -17,6 +17,7 @@
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0",
"mlehner/gelf-php": "1.0.*",
"raven/raven": "0.5.*",
"doctrine/couchdb": "dev-master"