Skip to content
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

[11.x] Standalone usage of illuminate/collections is broken #50366

Closed
JaZo opened this issue Mar 4, 2024 · 1 comment
Closed

[11.x] Standalone usage of illuminate/collections is broken #50366

JaZo opened this issue Mar 4, 2024 · 1 comment
Assignees

Comments

@JaZo
Copy link
Contributor

JaZo commented Mar 4, 2024

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:

Fatal error: Trait "Illuminate\Support\Traits\Dumpable" not found in /var/www/html/vendor/illuminate/collections/Traits/EnumeratesValues.php on line 56

Related: #47122

Steps To Reproduce

  1. Start an empty/basic Composer-project;
  2. composer require "illuminate/collections:^11.0";
  3. Try to use Collections;
  4. See the error.
@nunomaduro
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants