MarcusBarnes / mik

The Move to Islandora Kit is an extensible PHP command-line tool for converting source content and metadata into packages suitable for importing into Islandora (or other digital repository and preservations systems).
GNU General Public License v3.0
34 stars 11 forks source link

Relocate php_codesniffer in composer.json #455

Open mjordan opened 6 years ago

mjordan commented 6 years ago

"squizlabs/php_codesniffer":"~2.3", is currently in the "require" section of composer.json. It should be in the "require-dev" section.