From e374c232c0745bd9d984f635a7434c3cd6165960 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 26 Oct 2020 10:18:58 +0100 Subject: [PATCH] Remove the provide rule entirely This package does not provide a standalone implementation of psr/http-factory but only decorators --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 66d88e6..efbb744 100644 --- a/composer.json +++ b/composer.json @@ -45,9 +45,6 @@ "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" }, - "provide": { - "psr/http-factory-implementation": "1.0" - }, "autoload": { "psr-4": { "Slim\\Http\\": "src/"