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 f834607 commit 59c91cdCopy full SHA for 59c91cd
.github/jobs/fix_pipelinecomponents_image.sh
@@ -12,7 +12,8 @@ phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibilit
12
# Current released version does not know enums
13
echo "Upgrade the compatibility for PHP versions"
14
mydir=$(pwd)
15
+cat /app/composer.json
16
sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
17
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 /app; composer update
19
cd $mydir
0 commit comments