Skip to content

Commit

Permalink
Merge pull request #1 from vlada-dudr/master
Browse files Browse the repository at this point in the history
update dependencies and test to allow php8
  • Loading branch information
steffenbrand committed Nov 4, 2021
2 parents a78bdab + 95f6e7d commit 7008c2e
Show file tree
Hide file tree
Showing 5 changed files with 1,438 additions and 422 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.1 || ^7.2",
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": "^6.3",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"phpunit/phpunit": "^9.5",
"odan/cache": "^0.1.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7008c2e

Please sign in to comment.