-
Notifications
You must be signed in to change notification settings - Fork 110
Classes Dumper and HtmlDumper not found after composer update #124
Comments
Ahhh crud. We must need a change to the underlying architecture of the extraction script with 7+. For now can you lock your requirements down to a constraint that keeps you from getting any 5.7.* updates? |
This may have to go to your dependency author—they may need to lock down their dependencies a bit. But I’ll work on this this evening. |
@be-mohand have you been able to figure out which dependency it is, by the way? I've fixed it on our end but I won't be able to push out a fix until Laravel 5.7.2 comes out, and there's no way to predict when that's going to be. |
Hi, I have the same issue in a symfony 3.8 project. The dependency that we use that is using your package is kunalvarma05/dropbox-php-sdk. For the moment I have fixed your package to the version 5.6.35 in the composer of our project and I don't have the warning anymore. Thanks :) |
Thanks! Yah anyone with control of the dependencies can just lock it to under 7.0 until the next Laravel release comes out which will hopefully be soon :) |
And the good news is that nothing is broken. It’s just annoying, temporarily. |
FWIW I'm getting this globally due to Valet |
Yah, there’s an issue in valet repo saying the same thing. It’ll go away as soon as Laravel pushes a new version and you update valet. |
Hi, The same thing happens with module kunalvarma05/dropbox-php-sdk 0.2.1 which requires tightenco/collect ^5.2. |
This can solve this problem temporarily. |
That’s fine but not necessary; it’s fixed in the latest. |
Hi @mattstauffer , |
Ugh that sucks. Can you manually set a constraint to get Collect less than 5.7.0 then? |
I will try to open a PR, but I don't have too much expectations :( EDIT: |
Monro I’ll check! |
Works with "zendframework/zendframework1": "1.12.19" |
Hi,
After a composer update, I have those errors in my terminal when I call shell commands:
PHP Warning: Class 'Tightenco\Collect\Support\Debug\Dumper' not found in /home/kreezalid/app/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
PHP Warning: Class 'Tightenco\Collect\Support\Debug\HtmlDumper' not found in /home/kreezalid/app/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
Here are the composer update info:
Package operations: 0 installs, 2 updates, 0 removals
I'm using CakePHP but I think one of my dependances is using your package.
Cheers
The text was updated successfully, but these errors were encountered: