Skip to content

Commit 60e11ca

Browse files
authored
Upgrade http-interop (#79)
* Use ppm 2.0 * Update composer.json
1 parent 6210935 commit 60e11ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "php-pm/httpkernel-adapter",
33
"license": "MIT",
44
"require": {
5-
"php-pm/php-pm": "^1.0.5",
6-
"symfony/http-foundation": "^3.4|^4",
7-
"symfony/http-kernel": "^3.4|^4",
5+
"php-pm/php-pm": "^2.0",
6+
"symfony/http-foundation": "^3.4|^4.0",
7+
"symfony/http-kernel": "^3.4|^4.0",
88
"guzzlehttp/psr7": "^1.5"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^5.7",
11+
"phpunit/phpunit": "^7.0",
1212
"symfony/framework-bundle": "^3.4|^4",
1313
"doctrine/annotations": "^1.6"
1414
},

0 commit comments

Comments
 (0)