Skip to content

Commit

Permalink
Merge pull request #15 from BrunoDeBarros/master
Browse files Browse the repository at this point in the history
Makes the package work with PHP 8 & Guzzle 7.
  • Loading branch information
Ron authored Aug 24, 2021
2 parents 282bd1f + 1578f7c commit 4aff79c
Show file tree
Hide file tree
Showing 2 changed files with 1,262 additions and 411 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}
},
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.3"
"php": "^7.3 | ^8.0",
"guzzlehttp/guzzle": "^6.3 | ^7.0"
},
"require-dev": {
"phpunit/phpunit": "8.0.4",
"symfony/var-dumper": "^4.2"
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.3"
}
}
Loading

0 comments on commit 4aff79c

Please sign in to comment.