We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6210935 commit 60e11caCopy full SHA for 60e11ca
composer.json
@@ -2,13 +2,13 @@
2
"name": "php-pm/httpkernel-adapter",
3
"license": "MIT",
4
"require": {
5
- "php-pm/php-pm": "^1.0.5",
6
- "symfony/http-foundation": "^3.4|^4",
7
- "symfony/http-kernel": "^3.4|^4",
+ "php-pm/php-pm": "^2.0",
+ "symfony/http-foundation": "^3.4|^4.0",
+ "symfony/http-kernel": "^3.4|^4.0",
8
"guzzlehttp/psr7": "^1.5"
9
},
10
"require-dev": {
11
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^7.0",
12
"symfony/framework-bundle": "^3.4|^4",
13
"doctrine/annotations": "^1.6"
14
0 commit comments