File tree Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Expand file tree Collapse file tree 4 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,3 @@ name: build
2424jobs :
2525 phpunit :
2626 uses : yiisoft/actions/.github/workflows/phpunit.yml@master
27- with :
28- composer-command : composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi --ignore-platform-req=php+
29- os : >-
30- ['ubuntu-latest']
31- php : >-
32- ['8.1', '8.2', '8.3']
Original file line number Diff line number Diff line change @@ -26,8 +26,3 @@ name: dependency-check
2626jobs :
2727 composer-require-checker :
2828 uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
29- with :
30- os : >-
31- ['ubuntu-latest']
32- php : >-
33- ['8.1']
Original file line number Diff line number Diff line change 2626 STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
2727 with :
2828 extensions : runkit7
29- os : >-
30- ['ubuntu-latest']
31- php : >-
32- ['8.1']
Original file line number Diff line number Diff line change 2929 "psr/event-dispatcher" : " ^1.0" ,
3030 "symfony/mailer" : " ^6.4 || ^7.0" ,
3131 "symfony/mime" : " ^6.4 || ^7.0" ,
32- "yiisoft/yii2" : " >=2.0.4 "
32+ "yiisoft/yii2" : " 2.2.x-dev "
3333 },
3434 "require-dev" : {
3535 "maglnet/composer-require-checker" : " ^4.7" ,
3636 "phpunit/phpunit" : " ^10.5" ,
37- "roave/infection-static-analysis-plugin" : " ^1.34 " ,
37+ "roave/infection-static-analysis-plugin" : " ^1.35 " ,
3838 "symplify/easy-coding-standard" : " ^12.1" ,
39- "vimeo/psalm" : " ^5.20 "
39+ "vimeo/psalm" : " ^5.26.1|^6.4.1 "
4040 },
4141 "suggest" : {
4242 "yiisoft/yii2-psr-log-source" : " Allows routing transport logs to your Yii2 logger"
4343 },
44- "repositories" : [
45- {
46- "type" : " composer" ,
47- "url" : " https://asset-packagist.org"
48- }
49- ],
5044 "autoload" : {
5145 "psr-4" : {
5246 "yii\\ symfonymailer\\ " : " src"
You can’t perform that action at this time.
0 commit comments