Skip to content

Commit ab874f7

Browse files
authored
upgrade guzzle http to version 7 (#3)
* upgrade guzzlehttp to version 7 * update php workflow
1 parent ec57644 commit ab874f7

12 files changed

+1406
-534
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17+
- name: Setup PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: '7.4'
21+
1722
- name: Validate composer.json and composer.lock
1823
run: composer validate
1924

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.4",
21+
"php": "^7.2",
2222
"guzzlehttp/psr7": "^1.6",
23-
"guzzlehttp/guzzle": "^6.5"
23+
"guzzlehttp/guzzle": "^7.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)