Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rugaard committed Nov 14, 2020
1 parent e4f0b3e commit bfab492
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"source": "https://github.com/rugaard/pollen"
},
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0",
"tightenco/collect": "^7.0"
"guzzlehttp/guzzle": "^6.0|^7.0",
"tightenco/collect": "^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bfab492

Please sign in to comment.