Skip to content

Commit

Permalink
Merge pull request #6 from benrowe/feature/properties
Browse files Browse the repository at this point in the history
Feature/properties
  • Loading branch information
benrowe committed Mar 22, 2017
2 parents 31b3bf1 + 6c61aa8 commit 3294e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,6 +21,7 @@
},
"require-dev": {
"phpunit/phpunit" : "~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand All @@ -34,7 +35,7 @@
}
},
"scripts": {
"test": "phpunit",
"test": "phpunit --colors=always",
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
},
Expand Down

0 comments on commit 3294e46

Please sign in to comment.