From 17a880dad544ab4753e4dd295e53c830f5c8dbdf Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Thu, 20 Dec 2018 13:39:50 +0100 Subject: [PATCH] Moved to psr-4 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b941542..191db8c 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ "ext-apc": "Required if using APCu." }, "autoload": { - "psr-0": { - "Prometheus\\": "src/" + "psr-4": { + "Prometheus\\": "src/Prometheus/" } }, "autoload-dev": { - "psr-0": { - "Test\\Prometheus\\": "tests/" + "psr-4": { + "Test\\Prometheus\\": "tests/Test/Prometheus/" } }, "license": "Apache-2.0"