moderntribe / square1-global-docker

SquareOne Global Docker is a command line application that provides a local development environment for projects based on the SquareOne Framework.
GNU General Public License v2.0
7 stars 1 forks source link

Add PHP 8.1 support #95

Closed defunctl closed 2 years ago

defunctl commented 2 years ago

Looks mostly around HumbugBox support atm.

PHP Deprecated:  Return type of HumbugBox3130\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:///Users/xxxx/.config/squareone/bin/so/.box/src/RequirementCollection.php on line 12
Deprecated: Return type of HumbugBox3130\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:///Users/xxxx/.config/squareone/bin/so/.box/src/RequirementCollection.php on line 12
PHP Deprecated:  Return type of HumbugBox3130\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:///Users/xxxx/.config/squareone/bin/so/.box/src/RequirementCollection.php on line 16
Deprecated: Return type of HumbugBox3130\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:///Users/xxxx/.config/squareone/bin/so/.box/src/RequirementCollection.php on line 16
PHP Deprecated:  Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///Users/xxxx/.config/squareone/bin/so/vendor/illuminate/container/Container.php on line 1406

etc...
defunctl commented 2 years ago

Fixed with https://github.com/moderntribe/square1-global-docker/pull/97