Skip to content

Commit

Permalink
Merge pull request #246 from elliotchance/1.7.1/246-phpunit-package-i…
Browse files Browse the repository at this point in the history
…s-not-included-automatically

phpunit package is not included automatically
  • Loading branch information
elliotchance committed Jul 7, 2015
2 parents 335c6bc + f6fca19 commit 2b51f38
Show file tree
Hide file tree
Showing 11 changed files with 3,656 additions and 958 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,10 @@ matrix:
include:
- php: 5.6
env: PHPUNIT_OPTIONS="--coverage-clover build/logs/clover.xml"
- php: 5.6
env: COMPOSER=composer43.json
- php: 5.6
env: COMPOSER=composer42.json
- php: 5.6
env: COMPOSER=composer41.json
- php: 5.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,10 +24,10 @@
"bin": [ "bin/concise" ],
"require": {
"php": ">=5.3.9",
"phpunit/phpunit": ">= 4.0",
"kevinlebrun/colors.php": ">= 0.3.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 2b51f38

Please sign in to comment.