1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 21:26:43 +02:00

Merge pull request #233 from adlawson/dep-phpunit

Add PHPUnit to dev dependencies
This commit is contained in:
Jordi Boggiano
2013-09-17 06:26:34 -07:00
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"