File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 composer require symfony/dom-crawler=${{ matrix.symfony }} --ignore-platform-req=php --no-update
6161 composer require symfony/browser-kit=${{ matrix.symfony }} --ignore-platform-req=php --no-update
6262 composer require vlucas/phpdotenv --ignore-platform-req=php --no-update
63- composer require codeception/module-asserts --ignore-platform-req=php --no-update
64- composer require codeception/module-doctrine2 --ignore-platform-req=php --no-update
63+ composer require codeception/module-asserts="3.*" --ignore-platform-req=php --no-update
64+ composer require codeception/module-doctrine2="3.*" --ignore-platform-req=php --no-update
6565 composer install --prefer-dist --no-progress --ignore-platform-req=php --no-dev
6666
6767 - name : Validate composer.json and composer.lock
You can’t perform that action at this time.
0 commit comments