OpenConext / OpenConext/Stepup-Middleware
Update Composer dependencies
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3
- Forks
- 2
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 2
Description
Goal
Update outdated Composer dependencies (already on PHP 8.5, no runtime bump needed).
What needs to be done
- Run
composer outdated --direct, update patch/minor releases - Review major-version bumps case by case:
doctrine/doctrine-bundle(~3.2),doctrine/doctrine-migrations-bundle(~4.0) doctrine/annotationsis abandoned — evaluate removal- Full test suite + static analysis green after update
Contributor guide
No contributing guide indexed for this repository
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
Start by running composer outdated --direct and review the current Composer dependency definitions. Update patch and minor releases, then evaluate the Doctrine major-version bumps and the abandoned doctrine/annotations package case by case. Done means the full test suite and static analysis are green with no unnecessary runtime bump.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100