Skip to content

Commit a0006d3

Browse files
committed
Require secure Google OAuth dependencies
1 parent 5843d8c commit a0006d3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.5']
14-
guzzle: ['^6.3', '^7.0']
13+
php: ['8.1', '8.5']
1514

1615
steps:
1716
- uses: actions/checkout@v4
1817
- uses: shivammathur/setup-php@v2
1918
with:
2019
php-version: ${{ matrix.php }}
2120
coverage: none
22-
- run: composer require --no-update "guzzlehttp/guzzle:${{ matrix.guzzle }}"
2321
- run: composer update --prefer-dist --no-interaction
2422
- run: find src -name '*.php' -print0 | xargs -0 -n1 php -l

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"google/apiclient": "^2.2",
14-
"guzzlehttp/guzzle": "^6.3 || ^7.0"
13+
"php": "^8.1",
14+
"google/apiclient": "^2.19",
15+
"guzzlehttp/guzzle": "^7.4.5"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)