nextcloud/ocp in composer.json?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
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.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-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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect info.xml and composer.json first, comparing the strict Nextcloud dependency, the nextcloud/ocp dev-master requirement, and config.platform PHP 8.2 against the stated Nextcloud 35 requirements. Determine the intended compatible dependency policy and verify that installation no longer imposes conflicting Nextcloud or PHP constraints during local development.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100