DoclerLabs / api-client-generator

API client generator is a console application capable of generating an API client based on OpenAPI(Swagger) specification.
MIT License
31 stars 19 forks source link

composer dependency fix. #97

Closed abolabo closed 7 months ago

abolabo commented 11 months ago

Added webmozart/assets package into composer.json. See class usage in https://github.com/DoclerLabs/api-client-generator/blob/master/src/Input/Configuration.php#L10 Unable to run generator without it.

vsouz4 commented 7 months ago

sorry I missed reviewing in time and it got conflicts now, so added your fix on my latest PR https://github.com/DoclerLabs/api-client-generator/pull/104, I'm closing this then, thx for highlighing the issue @abolabo