From 7e7354576aec7a24df94ce8c9a24e4232f2470c2 Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 22 Dec 2017 16:24:48 +0100 Subject: [PATCH 1/2] Require stable php-pm --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ae312eb..a4904e4 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,7 @@ { "name": "php-pm/httpkernel-adapter", - "minimum-stability": "dev", - "prefer-stable": true, "require": { - "php-pm/php-pm": "*", + "php-pm/php-pm": "^1.0", "symfony/http-foundation": "^2.6|^3.0", "symfony/http-kernel": "^2.6|^3.0", "ringcentral/psr7": "^1.2" From a78e3f4471f5af939d62130dafe680a53e4ae165 Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 22 Dec 2017 16:44:54 +0100 Subject: [PATCH 2/2] Add license --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a4904e4..31d2639 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "php-pm/httpkernel-adapter", + "license": "MIT", "require": { "php-pm/php-pm": "^1.0", "symfony/http-foundation": "^2.6|^3.0",