Skip to content

Commit 8c16eeb

Browse files
author
roettigl
committed
MC-18766: Update pre_composer_update_2.3 script
1 parent cea3e79 commit 8c16eeb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dev/tools/UpgradeScripts/pre_composer_update_2.3.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,15 @@
234234
output('\nUpdating "require-dev" section of composer.json');
235235
runComposer('require --dev ' .
236236
'allure-framework/allure-phpunit:~1.2.0 ' .
237-
'friendsofphp/php-cs-fixer:~2.13.0 ' .
237+
'friendsofphp/php-cs-fixer:~2.14.0 ' .
238238
'lusitanian/oauth:~0.8.10 ' .
239-
'magento/magento-coding-standard:~1.0.0 ' .
240-
'magento/magento2-functional-testing-framework:~2.3.14 ' .
239+
'magento/magento-coding-standard:~3.0.0 ' .
240+
'magento/magento2-functional-testing-framework:~2.4.1 ' .
241241
'pdepend/pdepend:2.5.2 ' .
242+
'phpmd/phpmd:@stable ' .
242243
'phpunit/phpunit:~6.5.0 ' .
243244
'sebastian/phpcpd:~3.0.0 ' .
244-
'squizlabs/php_codesniffer:3.3.1 ' .
245+
'squizlabs/php_codesniffer:3.4.0 ' .
245246
'--sort-packages --no-update');
246247
output('');
247248
runComposer('remove --dev sjparkinson/static-review fabpot/php-cs-fixer --no-update');

0 commit comments

Comments
 (0)