-
Notifications
You must be signed in to change notification settings - Fork 122
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
Class 'PhpParser\ErrorHandler\Throwing' not found #289
Comments
Thank you for your bugreport. It seems you changed the composer.json dependency to dev-master. |
FYI: I just updated the dependency to 3.0.0-beta2. |
if this is fixed why is it still occurring? |
How did you install phpDox? The fix is not in 0.9.0. I should probably make a 0.9.1 release. |
I just assumed the latest version was going to install & work from composer. So I put the latest version in my Finally, I was able to get the package to install, but when I ran it I got the error referenced. Not knowing what to do, I figured earlier versions might be stable, so I changed the line in composer from the latest version to |
Makes sense. The composer.json coming with 0.9.0 was to open for the dependency to PHPParser and allowed installation of a later version than I had tested with. Since I never use composer to install tools but use the phar version, I didn't notice that problem in time. |
gotcha, thanks! |
any fix ? or phpdox drop? |
This is still an issue, I ran |
best to try out friendsofphp/sami
much better formatting, output, and package.
…On Feb 23, 2017 1:52 AM, "Filip Hendrik" ***@***.***> wrote:
This is still an issue, I ran composer global require theseer/phpdox and
got a non functioning version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#289 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD8zBJ_xSofLllxzcrSGyzuCxcH_knExks5rfVbXgaJpZM4KjxlR>
.
|
Still an issue on latest version...
|
+1 here. Just ran into this issue. Found this thread.
Installed |
still this use is occurring. Installed 0.9.0, but got 0.8.2-dev? Below is the my composer,json Only PHPDOX tool is not working. Because of this my build is getting failed. Error: |
+1. Fresh install (0.9.0). Does not work with the same error the other users have reported. Class 'PhpParser\ErrorHandler\Throwing' not found Has anyone got this to actually work? Is there something I'm missing? Tried downgrading to ^0.8.0 but got a tokenizer error. |
Using the phar distribution or dev-master should work. I'm wrapping up a few loose ends and hopefully manage to finally make a new release either later today or tomorrow. |
I install phpdox with composer
The text was updated successfully, but these errors were encountered: