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 60
60
composer require symfony/dom-crawler=${{ matrix.symfony }} --ignore-platform-req=php --no-update
61
61
composer require symfony/browser-kit=${{ matrix.symfony }} --ignore-platform-req=php --no-update
62
62
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
65
65
composer install --prefer-dist --no-progress --ignore-platform-req=php --no-dev
66
66
67
67
- name : Validate composer.json and composer.lock
You can’t perform that action at this time.
0 commit comments