codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
351 stars 123 forks source link

chore: fix `codeigniter/coding-standard` version to `1.7.*` #1131

Closed kenjis closed 1 month ago

kenjis commented 1 month ago

Description coding-standard 1.8.0 enables rules for PHP 8.1. So we cannot use it unless we drop PHP 7.4 support.

Checklist: