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 b52351a commit c278956Copy full SHA for c278956
.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.13.3"/"squizlabs\/php_codesniffer": "^3.13.0"/g' /app/composer.json
+sed -i 's/"squizlabs\/php_codesniffer": "3.11.3"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
17
cd /app; composer update
18
cd $mydir
0 commit comments