Skip to content

Commit f811432

Browse files
andigmarcj
authored andcommitted
Require stable php-pm (#77)
* Require stable php-pm * Add license
1 parent 6385ad7 commit f811432

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "php-pm/httpkernel-adapter",
3-
"minimum-stability": "dev",
4-
"prefer-stable": true,
3+
"license": "MIT",
54
"require": {
6-
"php-pm/php-pm": "*",
5+
"php-pm/php-pm": "^1.0",
76
"symfony/http-foundation": "^2.6|^3.0",
87
"symfony/http-kernel": "^2.6|^3.0",
98
"ringcentral/psr7": "^1.2"

0 commit comments

Comments
 (0)