File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 233
233
234
234
output ('\nUpdating "require-dev" section of composer.json ' );
235
235
runComposer ('require --dev ' .
236
- 'phpunit/ phpunit:~6 .2.0 ' .
237
- 'friendsofphp/php-cs-fixer:~2.10.1 ' .
236
+ 'allure-framework/allure- phpunit:~1 .2.0 ' .
237
+ 'friendsofphp/php-cs-fixer:~2.13.0 ' .
238
238
'lusitanian/oauth:~0.8.10 ' .
239
+ 'magento/magento-coding-standard:~1.0.0 ' .
240
+ 'magento/magento2-functional-testing-framework:~2.3.14 ' .
239
241
'pdepend/pdepend:2.5.2 ' .
242
+ 'phpunit/phpunit:~6.5.0 ' .
240
243
'sebastian/phpcpd:~3.0.0 ' .
241
- 'squizlabs/php_codesniffer:3.2.2 --no-update ' );
244
+ 'squizlabs/php_codesniffer:3.3.1 ' .
245
+ '--sort-packages --no-update ' );
242
246
output ('' );
243
247
runComposer ('remove --dev sjparkinson/static-review fabpot/php-cs-fixer --no-update ' );
244
248
You can’t perform that action at this time.
0 commit comments