Skip to content

Commit

Permalink
fix scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
makladuxbert committed Aug 29, 2017
1 parent 177b452 commit 5873af9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 355 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ before_script:
script:
- mkdir -p build/logs
- vendor/bin/phpunit
- vendor/bin/phpcs --standard=PSR2 ./src/ ./test

after_success:
- sh -c 'php vendor/bin/coveralls -v'
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"squizlabs/php_codesniffer": "~2.0",
"monolog/monolog": "^1.22",
"orchestra/testbench": "~3.4.2",
"phpunit/phpunit": "^6.0",
"phpunit/php-invoker": "~1.1",
"phpmd/phpmd": "~2.0"
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5873af9

Please sign in to comment.