You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: Return type of _HumbugBox87c495005ea2\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///cecil.phar/.box/src/RequirementCollection.php on line 15
Deprecated: Return type of _HumbugBox87c495005ea2\KevinGH\RequirementChecker\RequirementCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///cecil.phar/.box/src/RequirementCollection.php on line 19
I'm working on a new release to support PHP 8.x, but this is a problem with the way I build PHAR: box-project/box#562. The PR to fix it (box-project/box#578) is already in progress.
Describe the bug
To reproduce
docker run -it --rm php:8.1-cli bash -c "curl -LO https://cecil.app/cecil.phar && chmod +x cecil.phar && ./cecil.phar new:site"
Same on macOS with PHP 8.1.1 (cli) (built: Dec 17 2021 22:38:05) (NTS)
Expected behavior
No Deprecated messages
Version
5.79.7
Operating System
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: