From 6287ba89d08a28a0d8ef256a16dfc891706ca73d Mon Sep 17 00:00:00 2001 From: Stefan Vetsch Date: Sat, 14 Mar 2015 13:22:14 +0100 Subject: [PATCH] Make use of the classmap, the current class/file structure does not allow for PSR-0 autoloading. --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e1ff974..52e2f52 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,6 @@ "phpunit/phpunit": "~4.0" }, "autoload": { - "psr-0": { - "OpenPGP": "lib/" - }, - "files": [ - ] + "classmap": ["lib/"] } } \ No newline at end of file