From 61cd38dcccbea79ffe57b8a67df571dd7d45e29f Mon Sep 17 00:00:00 2001 From: Gary Hockin Date: Fri, 26 Jun 2015 09:30:27 +0100 Subject: [PATCH] Added package name --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index fa88e3f9c..6f7c46bfc 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name": "asgrim/better-reflection", + "description": "Better reflection - now with added package name", "require": { "php": ">= 5.6", "nikic/php-parser": "^1.3",