Skip to content

Commit 2d40cb4

Browse files
committed
Added php-pm/php-pm as required package
1 parent 3d37c25 commit 2d40cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "php-pm/httpkernel-adapter",
33
"require": {
44
"symfony/http-foundation": "^2.6|^3.0",
5-
"symfony/http-kernel": "^2.6|^3.0"
5+
"symfony/http-kernel": "^2.6|^3.0",
6+
"php-pm/php-pm": "dev-master"
67
},
78
"autoload": {
89
"psr-4": {

0 commit comments

Comments
 (0)