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 d2e8b6e commit f834607Copy full SHA for f834607
.github/jobs/fix_pipelinecomponents_image.sh
@@ -13,6 +13,6 @@ phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibilit
13
echo "Upgrade the compatibility for PHP versions"
14
mydir=$(pwd)
15
sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
16
-sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13.0"/g' /app/composer.json
17
-cd /app; composer update
+sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13"/g' /app/composer.json
+cd /app; composer update --with-all-dependencies
18
cd $mydir
0 commit comments