Skip to content

Commit faa95c3

Browse files
committed
Use Yii2 2.2.
1 parent 35cc075 commit faa95c3

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,3 @@ name: build
2424
jobs:
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']

.github/workflows/dependency-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,3 @@ name: dependency-check
2626
jobs:
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']

.github/workflows/mutation.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ jobs:
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']

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,18 @@
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"

0 commit comments

Comments
 (0)