Open tacman opened 10 months ago
This PR fixes the install instructions, but I don't think the note about only installing in the dev environment is necessary, is there something that I don't see that would block it from working in production?
Whether or not it's installed in dev, phpdocumentor/reflection-docblock is a required dependency.
composer req --dev phpdocumentor/reflection-docblock
I wonder if that can be removed.
This PR fixes the install instructions, but I don't think the note about only installing in the dev environment is necessary, is there something that I don't see that would block it from working in production?