Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Millloy authored and Kyle Millloy committed Nov 14, 2022
1 parent 07a4813 commit dd39056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kylemilloy/edamam-php",
"description": "PHP Library for the Edamam API",
"version": "0.2.3",
"version": "1.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,8 +11,8 @@
}
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"tightenco/collect": "^5.8"
"guzzlehttp/guzzle": "^7.0",
"tightenco/collect": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd39056

Please sign in to comment.