From a036838f942b36352875f72599bd78eb802cff43 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Mon, 4 Dec 2023 23:33:11 +0100 Subject: [PATCH] Normalize paths --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 300fe43..2697540 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,7 @@ "authors": [ { "name": "Christian Winther", - "role": "Author", - "homepage": "http://cakephp.nu/" + "role": "Author" }, { "name": "José Lorenzo Rodríguez", @@ -27,7 +26,7 @@ ], "autoload": { "psr-4": { - "FriendsOfCake\\Fixturize\\": "src" + "FriendsOfCake\\Fixturize\\": "src/" } }, "scripts": { @@ -53,8 +52,7 @@ }, "support": { "source": "https://github.com/FriendsOfCake/fixturize", - "issues": "https://github.com/FriendsOfCake/fixturize/issues", - "irc": "irc://irc.freenode.org/cakephp" + "issues": "https://github.com/FriendsOfCake/fixturize/issues" }, "config": { "allow-plugins": {