Skip to content

Commit

Permalink
Upgrade Composer dependencies, including PHPUnit and Guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
Grendel7 committed Sep 12, 2020
1 parent cb6fcef commit 7887bff
Show file tree
Hide file tree
Showing 6 changed files with 889 additions and 347 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
composer.phar
/vendor/
/coverage/
/.phpunit.result.cache

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0|~7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.3",
"fzaninotto/faker": "^1.7"
},
Expand Down
Loading

0 comments on commit 7887bff

Please sign in to comment.