Skip to content

Commit c5e43b3

Browse files
Remove deprecated options composer.json. (#10)
1 parent f53965c commit c5e43b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: php-forge/actions/.github/workflows/phpunit.yml@main
2727
with:
2828
composer-command: |
29-
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
29+
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3030
os: >-
3131
['ubuntu-latest', 'windows-latest']
3232
php: >-

.github/workflows/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: php-forge/actions/.github/workflows/phpunit.yml@main
2727
with:
2828
composer-command: |
29-
composer require yiisoft/yii2:^2.0.49 --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
29+
composer require yiisoft/yii2:^2.0.49 --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3030
extensions: intl
3131
os: >-
3232
['ubuntu-latest', 'windows-latest']

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
2929
with:
3030
composer-command: |
31-
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
31+
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3232
os: >-
3333
['ubuntu-latest']
3434
php: >-

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
2727
with:
2828
composer-command: |
29-
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
29+
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3030
os: >-
3131
['ubuntu-latest']
3232
php: >-

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: php-forge/actions/.github/workflows/phpstan.yml@main
2727
with:
2828
composer-command: |
29-
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
29+
composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
3030
os: >-
3131
['ubuntu-latest']
3232
php: >-

0 commit comments

Comments
 (0)