Valet share with php 8.1 / tightenco error
Hi,
I have been using Valet share and it's working nicely with php 8.0.
However, when I upgrade to php it seems like php spits out a bunch of errors which interferes with building the command line for valet.
I upgraded valet, and all is on the latest for composure (global and local).
any ideas?
ERROR: Tunnel 'command_line' specifies an invalid or malformed address 'application. ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::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 /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1411 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1422 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1434 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1449 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1366 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1356 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Traits/EnumeratesValues.php on line 842 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\LazyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/LazyCollection.php on line 1350 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\LazyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/LazyCollection.php on line 1340 ERROR: ERROR: Deprecated: Return type of Tightenco\Collect\Support\LazyCollection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/rob/.composer/vendor/tightenco/collect/src/Collect/Support/Traits/EnumeratesValues.php on line 842 ERROR: test:80': strange hostname
Please or to participate in this conversation.