PHPCompatibility / PHPCompatibilitySymfony

PHPCompatibility rulesets which can be included in projects using the Symfony polyfill libraries
GNU Lesser General Public License v3.0
6 stars 4 forks source link

Composer: avoid writing a lock file #47

Closed fredden closed 7 months ago

fredden commented 7 months ago

When working with this repository as a developer, we should be using the latest compatible packages. By writing a lock file for Composer, we may get into a state where we are "stuck" on an older version of a dependency. This change avoids such a situation by telling Composer to not write out a lock file in the project.

jrfnl commented 7 months ago

Rebased without changes to get the build running (was disabled by GH due too low activity levels in the repo. I've manually re-enabled the workflow now)