Skip to content

Commit 95d8013

Browse files
committed
Removed the scripts from composer.json, they shouldn't be used
1 parent 1a29c29 commit 95d8013

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
3636
## Testing
3737

3838
``` bash
39-
$ composer test
39+
$ vendor/bin/phpunit
4040
```
4141

4242
## Contributing

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"PolderKnowledge\\SniffsTest\\": "tests/SniffsTest"
2929
}
3030
},
31-
"scripts": {
32-
"test": "phpunit",
33-
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
34-
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
35-
},
3631
"extra": {
3732
"branch-alias": {
3833
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)