Skip to content

Commit

Permalink
add composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Jun 17, 2024
1 parent 4b78b31 commit e10775d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +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'
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +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'
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
},
"extra": {
"code": "Auth0"
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit e10775d

Please sign in to comment.