File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,13 @@ phpcs --config-set installed_paths /app/vendor/phpcompatibility/php-compatibilit
1212# Current released version does not know enums
1313echo " Upgrade the compatibility for PHP versions"
1414mydir=$( pwd)
15+
16+ echo " Before /app/composer.json:"
17+ cat /app/composer.json
1518sed -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
19+ sed -i ' s/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^3.13.3"/g' /app/composer.json
20+ echo " After /app/composer.json:"
21+ cat /app/composer.json
22+
1723cd /app; composer update
1824cd $mydir
You can’t perform that action at this time.
0 commit comments