Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Composer scripts test, check-stlye & fix-style #8

Open
ravage84 opened this issue Nov 24, 2016 · 0 comments
Open

Add Composer scripts test, check-stlye & fix-style #8

ravage84 opened this issue Nov 24, 2016 · 0 comments
Milestone

Comments

@ravage84
Copy link
Owner

Adjust the following:

  "scripts": {
    "test": "phpunit",
    "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"
  },

Taken from https://github.com/thephpleague/skeleton/blob/eb10964e7b5e0e97b2d7f8ee1539000ed22afdca/composer.json#L36-L39

@ravage84 ravage84 added this to the 0.3.0 milestone Nov 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant