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 5c4fad3 commit 5ba7ee0Copy full SHA for 5ba7ee0
.github/jobs/fix_pipelinecomponents_image.sh
@@ -15,10 +15,14 @@ mydir=$(pwd)
15
16
echo "Before /app/composer.json:"
17
cat /app/composer.json
18
-sed -i 's/"phpcompatibility\/php-compatibility": "9.3.5"/"phpcompatibility\/php-compatibility": "dev-develop"/g' /app/composer.json
19
-sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
+
+echo "Install the only needed tool"
20
+rm /app/composer.json
21
+cd /app
22
+composer require phpcompatibility/php-compatibility:dev-develop
23
24
echo "After /app/composer.json:"
25
26
-cd /app; composer update
27
+composer update
28
cd $mydir
0 commit comments