From c526127135e8fcd351f2aa6d5032c34cda0fefd8 Mon Sep 17 00:00:00 2001 From: Till Wehowski Date: Mon, 20 Feb 2017 21:07:33 +0100 Subject: [PATCH 1/2] Update composer.json --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cbb1102..c3b793f 100644 --- a/composer.json +++ b/composer.json @@ -90,8 +90,14 @@ }, "autoload-dev": { - "psr-4": { - + "files": [ + ".ApplicationComposer/lib/frdl/webfan/Autoloading/SourceLoader.php", + ".ApplicationComposer/lib/frdl/webfan/App.php" + ], + "psr-4": { + "frdl\\" : ".ApplicationComposer/lib/frdl/", + "webfan\\" : ".ApplicationComposer/lib/webfan/", + "webdof\\" : ".ApplicationComposer/lib/webdof/" } }, From 42f206222325e911affe615982bdbacf1b0d6d4f Mon Sep 17 00:00:00 2001 From: Till Wehowski Date: Thu, 15 Feb 2018 19:59:18 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3b793f..6e9d128 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "create websites, developing projects, compose applications", "keywords": ["homepage", "php", "packages", "pluginsystem", "development", "websites", "webfan", "frdl", "api","library", "framework"], "homepage": "http:\/\/frdl.github.io\/webfan\/", - "license": [ "BSD-4-Clause", "BSD-3-Clause", "1.3.6.1.4.1.37553.8.1.8.4.5" ], + "license": [ "BSD-4-Clause", "BSD-3-Clause" ], "support": { "email": "support@webfan.de", "issues": "https:\/\/github.com\/frdl\/webfan\/issues",