mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
d9c65d274b
Updates the test workflow to correctly handle "-dev" Symfony versions. Sets the composer minimum-stability to "dev" and prefers stable dependencies when testing against development versions of Symfony. This ensures that the latest dependencies are used during testing of development versions and also runs update with --prefer-lowest only when not on a dev branch.