From 6459a62e3a0ffa9d24953117fcc9418d92c9def9 Mon Sep 17 00:00:00 2001 From: Till! Date: Mon, 17 Feb 2014 23:17:43 +0100 Subject: [PATCH] Fix: composer.json * license * autoload --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a3cdf66..e05382e 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ ], "autoload": { "psr-0": { - "File_IMC": "./" + "File": "./" } }, "description": "More info available on: http://pear.php.net/package/File_IMC", "include-path": [ "./" ], - "license": "The BSD License", + "license": "BSD-2-Clause", "name": "pear/file_imc", "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=File_IMC",