Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
v0.1.1 (#6)
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
kaperys authored May 17, 2017
1 parent 2a0c832 commit 8229144
Show file tree
Hide file tree
Showing 4 changed files with 1,053 additions and 971 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +25,9 @@
}
},
"scripts": {
"test": "./vendor/bin/phpunit"
"test": "./vendor/bin/phpunit",
"code-style": "./vendor/bin/phpcs --standard=build/phpcs.xml src",
"code-style-fix": "./vendor/bin/phpbf src"
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit 8229144

Please sign in to comment.