File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ mydir=$(pwd)
1616echo " Before /app/composer.json:"
1717cat /app/composer.json
1818sed -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
19+ sed -i ' s/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "^4.0.1"/g' /app/composer.json
20+ sed -i ' s/"moxio\/php-codesniffer-sniffs": "2.6.3"/"moxio\/php-codesniffer-sniffs": "dev-master"/g' /app/composer.json
21+ sed -i ' s/"slevomat\/coding-standard": "8.15.0"/"slevomat\/coding-standard": "^8.15.0"/g' /app/composer.json
2022echo " After /app/composer.json:"
2123cat /app/composer.json
2224
You can’t perform that action at this time.
0 commit comments