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
We maintain a package that uses illuminate/collections and nothing else from Laravel. I wanted to test if it's compatible with Laravel 11, so I installed master. But now I get this error:
Fatal error: Trait "Illuminate\Support\Traits\Dumpable" not found in /var/www/html/vendor/illuminate/collections/Traits/EnumeratesValues.php on line 56
Laravel Version
11
PHP Version
8.2
Database Driver & Version
No response
Description
We maintain a package that uses
illuminate/collections
and nothing else from Laravel. I wanted to test if it's compatible with Laravel 11, so I installed master. But now I get this error:Related: #47122
Steps To Reproduce
composer require "illuminate/collections:^11.0"
;The text was updated successfully, but these errors were encountered: