Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Balogh committed Sep 22, 2014
1 parent 5e98ba4 commit ef6336f
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ script:
- mkdir -p build/logs
- vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
- vendor/bin/coveralls -v
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,9 +17,9 @@
},
"require-dev": {
"phpunit/phpunit": "~4.2.5",
"satooshi/php-coveralls": "dev-master",
"squizlabs/php_codesniffer": "~1.5",
"phpmd/phpmd": "~2.1",
"satooshi/php-coveralls": "dev-master"
"phpmd/phpmd": "~2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ef6336f

Please sign in to comment.