-
Notifications
You must be signed in to change notification settings - Fork 121
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
Can't install phpdox on a symfony environnement #328
Comments
Hi, thanks for the bug report. tl;dr: Tools should not be installed via composer. Use the phar version of phpdox and consider using phive to install it. Longer version: Other than with the newest versions of PHPUnit, my goal is to support every PHP-Version that at least still gets security fixes from the PHP Project. So for now, that means PHP 5.6 needs to be supported until the end of 2018. Again, to quote my tl;dr, installing phpunit as well as phpdox or any other tool for that matter as their respective phar would make that problem go away and as another benefit would wipe all the crap you don't need for your project at runtime from the vendors folder. |
Ok i think i understood, thank you for your reply. I close this issue. |
Hi,
I work on Symfony 3.4, with phpUnit 7.0.0 and php-timer 2.0.0. I would try phpdox on my project but i have this problem with composer require.
The text was updated successfully, but these errors were encountered: