laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Update to laminas-coding-standard v2 series #47

Closed weierophinney closed 2 years ago

weierophinney commented 2 years ago

To prepare for PHP 8.1, we need to first update to a version of laminas-coding-standard that will work with PHP 7.4 forward, which means moving to laminas-coding-standard 2.2.

This patch updates the constraint in composer.json, and updates the phpcs.xml.dist to reflect the new schema. I then applied fixes, and resolved Psalm errors that arose due to touching files again.