From 6a0cfed5abc43dedd38b59d552fb19cd8ea03be2 Mon Sep 17 00:00:00 2001 From: PIPALIYAJAYDIP Date: Wed, 22 Oct 2025 00:54:27 +0530 Subject: [PATCH 1/3] composer.json file updated with repo details --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 63e189c3..b5382656 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,14 @@ "license": "MIT", "version": "1.5.0", "homepage": "https://github.com/DenverCoder1/github-readme-streak-stats", + "repository": { + "type": "git", + "url": "https://github.com/DenverCoder1/github-readme-streak-stats.git" + }, + "support": { + "issues": "https://github.com/DenverCoder1/github-readme-streak-stats/issues", + "source": "https://github.com/DenverCoder1/github-readme-streak-stats" + }, "autoload": { "classmap": [ "src/" From a10d8aae97fdc236e17492def4fd51aeb662a1f0 Mon Sep 17 00:00:00 2001 From: Jaydip Pipaliya Date: Wed, 22 Oct 2025 22:45:29 +0530 Subject: [PATCH 2/3] Update composer.json Co-authored-by: Jonah Lawrence --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b5382656..df0e94bb 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,12 @@ "license": "MIT", "version": "1.5.0", "homepage": "https://github.com/DenverCoder1/github-readme-streak-stats", - "repository": { - "type": "git", - "url": "https://github.com/DenverCoder1/github-readme-streak-stats.git" - }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/DenverCoder1/github-readme-streak-stats" + } + ], "support": { "issues": "https://github.com/DenverCoder1/github-readme-streak-stats/issues", "source": "https://github.com/DenverCoder1/github-readme-streak-stats" From 4109a1e3681f905d9d32d71809e318f2af582050 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 24 Oct 2025 14:13:18 +0300 Subject: [PATCH 3/3] whitespace styling --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index df0e94bb..b7e1fc21 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ "license": "MIT", "version": "1.5.0", "homepage": "https://github.com/DenverCoder1/github-readme-streak-stats", - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/DenverCoder1/github-readme-streak-stats" - } - ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/DenverCoder1/github-readme-streak-stats" + } + ], "support": { "issues": "https://github.com/DenverCoder1/github-readme-streak-stats/issues", "source": "https://github.com/DenverCoder1/github-readme-streak-stats"