From 3e63b7950331c1356ecf254c0972e2d9674ba79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Sun, 10 Jan 2016 19:31:21 +0100 Subject: [PATCH] Add name to Puli configuration --- puli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/puli.json b/puli.json index 08d3762..fac317b 100644 --- a/puli.json +++ b/puli.json @@ -1,5 +1,6 @@ { "version": "1.0", + "name": "php-http/message-factory", "binding-types": { "Http\\Message\\MessageFactory": { "description": "PSR-7 Message Factory",