From 39199799f9fd0ef7e27a9cea466b289457a265f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 1 May 2017 14:26:04 +0200 Subject: [PATCH] composer: simplified auto-loading --- composer.json | 8 +------- ...exceptions.php => FunctionSignatureAssertionError.php} | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename src/{exceptions.php => FunctionSignatureAssertionError.php} (100%) diff --git a/composer.json b/composer.json index 785d988..084d56c 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,6 @@ "psr-4": { "Grifart\\AssertFunction\\": "src" }, - "classmap": [ - "src/exceptions.php" - ], "files": [ "src/functions.php" ] @@ -33,10 +30,7 @@ "autoload-dev": { "psr-4": { "Grifart\\AssertFunction\\": "tests" - }, - "files": [ - "src/exceptions.php" - ] + } } } diff --git a/src/exceptions.php b/src/FunctionSignatureAssertionError.php similarity index 100% rename from src/exceptions.php rename to src/FunctionSignatureAssertionError.php -- GitLab