Report: This version of Valet is not supported #226
Replies: 1 comment 5 replies
-
@nicoverbruggen Hi. 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1789 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1800 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1812 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1827 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1768 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1747 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/sergeyyarmolich/.composer/vendor/tightenco/collect/src/Collect/Support/Collection.php on line 1716 |
Beta Was this translation helpful? Give feedback.
-
@webcreative24 I noticed you posted in #224 (see: #224 (comment)) but that is an unrelated issue (has nothing to do with Valet's version number), so I made a thread here to respond to your question.
What is the output of
echo $(which valet) && valet --version
if you run that in the terminal?Beta Was this translation helpful? Give feedback.
All reactions