allansun / openapi-parser

A universal OpenAPI (Swagger) schema parser to convert OpenAPI/Swagger files into PHP object for programming use.
MIT License
11 stars 5 forks source link

fix how to install in dev #5

Open tacman opened 10 months ago

tacman commented 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?

tacman commented 10 months ago

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.