Skip to content

Commit

Permalink
Merge pull request #11 from WeareJH/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikeymike authored Mar 1, 2017
2 parents 5f82892 + 34038f5 commit e864460
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 280 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
},
"require-dev": {
"composer/composer": "dev-master",
"phpunit/phpunit": "^5.0.0",
"squizlabs/php_codesniffer": "2.3.*"
"phpunit/phpunit": "^6.0",
"squizlabs/php_codesniffer": "^2.7"
},
"scripts": {
"test": "phpunit",
"coverage" : "phpunit --coverage-text"
}
}
Loading

0 comments on commit e864460

Please sign in to comment.