Open patramsey opened 1 year ago
Sorry, but I'm not writing php code more than 5 years at this moment, because have work and projects that are written in Go.
The only thing I can help with is to merge someone's PR and consult in some way or another.
Thank u for posting this issue.
Hope there will be some guys who can help with this problem.
Describe the bug After a new install of Laravel 10.x the required
fails due to a composer conflict with symfony/yaml.
To Reproduce Steps to reproduce the behavior:
composer create-project --prefer-dist laravel/laravel your_app
composer require solidry/api-generator
Expected behavior I would expect the
composer require solidry/api-generator
to not error.Screenshots See attached.