Closed iturgeon closed 2 years ago
The changes look good, just need you to update the target branch to dev/9.0.2
. Our fork of the fuelphp codesniffer is woefully out of date too, and appears to be choking on now-deprecated curly brace syntax for arrays.
@clpetersonucf I re-targeted the desired branch and have a pull request open over at https://github.com/ucfcdl/fuelphp-phpcs/pull/1 to fix the code sniffer so our ci_tests will pass on Materia. It'll require a few steps back and forth to get it working. (first the pr gets merged, then tagged, then the composer.json and .lock file need updates here in Materia)
ucfcdl/fuelphp-phpcs
updated and tagged to v3.0.1.
PHP support for 7 is ending very soon, so this is an attempt to update to give the team some more runway. PHP 8.0.x doesn't have a very long life either, but this is better than nothing.
Upgrading to PHP 8.0.x required upgrading fuel to a development version unfortunately - there's no official non-dev release that has the updates required to work with PHP 8.0.x