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:
parent
e7750814b9
commit
485371d7ed
@ -9,4 +9,4 @@ php:
|
||||
before_script:
|
||||
- composer install --dev --prefer-source
|
||||
|
||||
script: phpunit
|
||||
script: ./vendor/bin/phpunit
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user