diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index 5e923b7..cbea4ae 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -44,4 +44,4 @@ jobs: database-url: ${{ matrix.database_url }} database-server-version: ${{ matrix.database_server_version }} database-charset: ${{ matrix.database_charset }} - composer-command: 'composer config --no-plugins allow-plugins.php-http/discovery false' + command: 'composer config --no-plugins allow-plugins.php-http/discovery false' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 156ff36..34bd7b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -78,4 +78,4 @@ jobs: database-url: ${{ matrix.database_url }} database-server-version: ${{ matrix.database_server_version }} database-charset: ${{ matrix.database_charset }} - composer-command: 'composer config --no-plugins allow-plugins.php-http/discovery false' + command: 'composer config --no-plugins allow-plugins.php-http/discovery false'