danielbachhuber / composer-lock-updater

Run composer-lock-updater in your CI system for bot-powered composer.lock pull requests.
MIT License
17 stars 7 forks source link

Define coding standard and fix violations #35

Open AlexSkrypnyk opened 5 years ago

AlexSkrypnyk commented 5 years ago

Normally, composer packages follow one of the standards: PEAR, Zend, PSR2, Squiz, PSR1, PSR12, Symfony etc.

Can we please pick one of the standards and follow them. Once decided on the standard, I will submit a PR with fixes.

danielbachhuber commented 5 years ago

PSR2 would be fine by me.

@greg-1-anderson Have a preference?

greg-1-anderson commented 5 years ago

Yes, I prefer PSR2. See any Consolidation project for example composer cs / composer cbf for testing and fixing coding standards.