From c248a6047ce145eaeaec06b2f1d06a6ac784837c Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sun, 8 Oct 2023 10:46:27 +0200 Subject: [PATCH] Fix link to documentation --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cda181c..6a5ca3d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "support": { "issues": "https://github.com/opencultureconsulting/php-traits/issues", "source": "https://github.com/opencultureconsulting/php-traits", - "docs": "https://github.com/opencultureconsulting/php-traits/blob/master/README.md" + "docs": "https://github.com/opencultureconsulting/php-traits/blob/main/README.md" }, "require": { "php": "^8.0"