We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607cd75 commit 4496f34Copy full SHA for 4496f34
.github/scripts/setup-symfony-env.bash
@@ -24,7 +24,7 @@ function install-specified-symfony-version {
24
rm composer.lock || true
25
rm -Rf vendor || true
26
# Replace the Symfony version in composer.json
27
- sed -i 's/\^5.4 || \^6.0 || \^7.0/'$symfony_version'/g' composer.json
+ sed -i 's/\^5.4 || \^6.0 || \^7.0/\^'$symfony_version'/g' composer.json
28
# Install the specified Symfony version
29
composer install
30
}
0 commit comments