In the current setup:
- in
info.xml, current strict NC dependency is set to version 35
- in
composer.json, it is required "nextcloud/ocp": "dev-master"
- still in
composer.json, config.platform is strict to PHP 8.2 (but NC 35 requires 8.3!)
Apart the broken dependencies, I must confess I don't get the reason to bind nextcloud/ocp: dev-master in composer.json. Why not rely on the version of the current NC local instance?
This hard requirement makes local development a bit difficult, as versions are so strictly tight.
In the current setup:
info.xml, current strict NC dependency is set to version 35composer.json, it is required"nextcloud/ocp": "dev-master"composer.json,config.platformis strict to PHP 8.2 (but NC 35 requires 8.3!)Apart the broken dependencies, I must confess I don't get the reason to bind
nextcloud/ocp: dev-masterin composer.json. Why not rely on the version of the current NC local instance?This hard requirement makes local development a bit difficult, as versions are so strictly tight.