Skip to content

Commit

Permalink
Merge pull request #434 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Bumped min versions to address the plugin interface issues
  • Loading branch information
cursedcoder committed Sep 8, 2016
2 parents cadde43 + afa690f commit 215cab4
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
Expand Up @@ -20,14 +20,14 @@
"php": "^5.5 || ^7.0",
"psr/http-message": "^1.0",
"psr/cache": "^1.0",
"php-http/httplug": "^1.0",
"php-http/httplug": "^1.1",
"php-http/discovery": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/client-common": "^1.1",
"php-http/client-common": "^1.3",
"php-http/cache-plugin": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "^4.0",
"php-http/guzzle6-adapter": "^1.0",
"guzzlehttp/psr7": "^1.2",
"sllh/php-cs-fixer-styleci-bridge": "^1.3"
Expand Down

0 comments on commit 215cab4

Please sign in to comment.