Skip to content

Commit 215cab4

Browse files
authored
Merge pull request KnpLabs#434 from GrahamCampbell/patch-1
Bumped min versions to address the plugin interface issues
2 parents cadde43 + afa690f commit 215cab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"php": "^5.5 || ^7.0",
2121
"psr/http-message": "^1.0",
2222
"psr/cache": "^1.0",
23-
"php-http/httplug": "^1.0",
23+
"php-http/httplug": "^1.1",
2424
"php-http/discovery": "^1.0",
2525
"php-http/client-implementation": "^1.0",
26-
"php-http/client-common": "^1.1",
26+
"php-http/client-common": "^1.3",
2727
"php-http/cache-plugin": "^1.2"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~4.0",
30+
"phpunit/phpunit": "^4.0",
3131
"php-http/guzzle6-adapter": "^1.0",
3232
"guzzlehttp/psr7": "^1.2",
3333
"sllh/php-cs-fixer-styleci-bridge": "^1.3"

0 commit comments

Comments
 (0)