-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer install message regarding abandoned components #4323
Comments
👋 Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. |
It seems that after that I get these errors after running php artisan generate:key PS C:\Apache24\Cachet> php.exe artisan key:generate 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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1165 Deprecated: Return type of Illuminate\Container\Container::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1176 Deprecated: Return type of Illuminate\Container\Container::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1188 Deprecated: Return type of Illuminate\Container\Container::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 1208 Deprecated: Method ReflectionParameter::getClass() is deprecated in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 794 Deprecated: Method ReflectionParameter::getClass() is deprecated in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 849 Deprecated: Method ReflectionParameter::getClass() is deprecated in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 794 Deprecated: Method ReflectionParameter::getClass() is deprecated in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 849 Deprecated: auto_detect_line_endings is deprecated in C:\Apache24\Cachet\vendor\vlucas\phpdotenv\src\Loader.php on line 167 Deprecated: Return type of Illuminate\Config\Repository::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 118 Deprecated: Return type of Illuminate\Config\Repository::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 129 Deprecated: Return type of Illuminate\Config\Repository::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 141 Deprecated: Return type of Illuminate\Config\Repository::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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Config\Repository.php on line 152 Deprecated: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Finder.php on line 564 Deprecated: Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Finder.php on line 621 Deprecated: Return type of Symfony\Component\Finder\Iterator\FilterIterator::rewind() should either be compatible with FilterIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\FilterIterator.php on line 30 Deprecated: Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\FileTypeFilterIterator.php on line 44 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\RecursiveDirectoryIterator.php on line 87 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\RecursiveDirectoryIterator.php on line 115 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\RecursiveDirectoryIterator.php on line 67 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\ExcludeDirectoryFilterIterator.php on line 56 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\ExcludeDirectoryFilterIterator.php on line 72 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\ExcludeDirectoryFilterIterator.php on line 77 Deprecated: Return type of Symfony\Component\Finder\Iterator\FilterIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\FilterIterator.php on line 30 Deprecated: Return type of Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\FilenameFilterIterator.php on line 28 Deprecated: Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\symfony\finder\Iterator\PathFilterIterator.php on line 27 Deprecated: Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 992 Deprecated: Return type of Illuminate\Http\Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 1003 Deprecated: Return type of Illuminate\Http\Request::offsetSet($offset, $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 C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 1015 Deprecated: Return type of Illuminate\Http\Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Apache24\Cachet\vendor\laravel\framework\src\Illuminate\Http\Request.php on line 1026 |
Thank you for your input on Cachet 2.x. We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version. If your feedback or issue is relevant to the 3.x series, we encourage you to engage with the new branch. For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement here. We appreciate your understanding and look forward to your contributions to the new version. |
composer install --no-dev -o --no-scripts runs fine but at the end gives me:
Package alt-three/badger is abandoned, you should avoid using it. Use cachethq/badger instead.
Package alt-three/emoji is abandoned, you should avoid using it. Use cachethq/emoji instead.
Package alt-three/throttle is abandoned, you should avoid using it. No replacement was suggested.
Package graham-campbell/core is abandoned, you should avoid using it. No replacement was suggested.
Package roumen/feed is abandoned, you should avoid using it. Use laravelium/feed instead.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Is there something I had to worry about? Thanks
The text was updated successfully, but these errors were encountered: