laminas / laminas-component-installer

Composer plugin for injecting modules and configuration providers into application configuration
https://docs.laminas.dev/laminas-component-installer/
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Prepare for Renovate with reusable workflows #45

Closed ghostwriter closed 2 years ago

ghostwriter commented 2 years ago
Q A
QA yes

Description

Adding Renovate to Laminas, Mezzio repositories. https://gist.github.com/weierophinney/49ca8ae2b916d898dd3d4162b26ff41b

Ocramius commented 2 years ago

CI seems to be broken here

weierophinney commented 2 years ago

Looks like the Composer API changed? All "latest dependencies" runs are failing, and they appear to be issues with inheritance/type trees.

Ocramius commented 2 years ago

@ghostwriter this needs a rebase - should be green afterwards.

boesing commented 2 years ago

Probably fixed the failing tests in #46 Thats really annoying when composer requires interfaces and then checks for specific implementations somewhere nested in their code.

Luckily, due to renovate, new releases from composer will be bumped here so we will get early feedback when something starts to break.

ghostwriter commented 2 years ago

Should I bump composer/composer to ^2.3.0-RC2?