nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
6 stars 2 forks source link

Dependency conflict with psalm: incompatible versions of nikic/php-parser #129

Closed theCalcaholic closed 4 months ago

theCalcaholic commented 4 months ago

3ae4ad79bce2ca7a893e354741c1b3d41408dc06 breaks dependency resolution for me:

I could use psalm master, but I'm not sure if that's intended

provokateurin commented 4 months ago

Please use https://github.com/bamarni/composer-bin-plugin to separate these dependencies, then it will work.

theCalcaholic commented 4 months ago

Thank you, that works :)