From 985b266263c5a9fb65e395ee5f0ba9aed7ca9708 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 17 Feb 2014 23:22:51 +0100 Subject: [PATCH] Enhancement: composer setup --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2014957..2b5a59e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "autoload": { "psr-0": { - "MP3_Playlist": "./" + "MP3": "./" } }, "description": "More info available on: http://pear.php.net/package/MP3_Playlist", @@ -28,7 +28,8 @@ }, "type": "library", "require": { - "pear/pear_exception": "*" + "pear/pear_exception": "*", + "pear/pear": "*" }, "require-dev": { "phpunit/phpunit": "*"