Skip to content

Commit

Permalink
Bumped the Guzzle HTTP Client library to v7.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Dec 22, 2020
1 parent 0c26542 commit 4e34328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# restore-keys: ${{ runner.os }}-composer-

- name: Install Composer dependencies
run: composer install --no-suggest --no-progress --prefer-dist --optimize-autoloader
run: composer install --no-progress --prefer-dist --optimize-autoloader

#- name: PHPUnit Tests
# uses: php-actions/phpunit@v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "9.0.*"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4e34328

Please sign in to comment.