roslov / psr12ext

PSR-12 Extended Coding Standard
MIT License
3 stars 1 forks source link

Remove direct dependency on PHP_CodeSniffer #27

Closed roslov closed 9 months ago

roslov commented 9 months ago

Remove squizlabs/php_codesniffer from the require section of composer.json as it is required in squizlabs/php_codesniffer.

roslov commented 9 months ago

Also, update dependencies and the major version as the Slevomat package is based on an updated PHP_CodeSniffer library.

roslov commented 9 months ago

Fixed by #28.