HomeDevCentral

Add phpcs in Composer

Description

Add phpcs in Composer

Summary:
We're going to add a phpcs check in Arcanist and have
already implemented it in the Jenkins tests job.

So, it makes sense to add it as a dev dependency in Composer.

Test Plan:
Ensure Composer is valid JSON.

jsonlint composer.json

Update composer dependencies, then check phpcs binary exists.

composer update
ls -lh vendor/bin/phpcs

Reviewers: dereckson

Differential Revision: http://devcentral.nasqueron.org/D139

Details

Provenance
derecksonAuthored on
Differential Revision
D139: Add phpcs in Composer
Parents
rNOTIFc624f02dffce: PSR-1 compatible tests
Branches
Unknown
Tags
Unknown