libreform / wp-libre-form

Easy native HTML5 forms for WordPress. Version 1.5 is unmaintained, but works without issue. 2.0 has been rewritten from the ground, and can be found at https://github.com/libreform/libreform
https://wordpress.org/plugins/wp-libre-form
GNU General Public License v3.0
67 stars 27 forks source link

Add WP Coding Standards as a dependency #94

Closed rask closed 6 years ago

rask commented 6 years ago

Previously WPCS had to be installed as some global thing, now you can just run composer install and use

$ vendor/bin/phpcs ./

to run PHPCS checks on the codebase.

rask commented 6 years ago

The package is a --dev dependency, meaning it can be left out by using composer install --no-dev.

k1sul1 commented 6 years ago

Looks fine to me!