From 4c29eab4b485472d6cd7321ec8815ffd3b857d2d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 11 Nov 2021 01:10:06 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8b17dce..2cfd788 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "andrey-helldar/last-modified", + "name": "dragon-code/last-modified", "description": "Setting the response code 304 Not Modified in the absence of content changes.", "type": "library", "license": "MIT", @@ -11,8 +11,8 @@ } ], "support": { - "issues": "https://github.com/andrey-helldar/last-modified/issues", - "source": "https://github.com/andrey-helldar/last-modified" + "issues": "https://github.com/TheDragonCode/last-modified/issues", + "source": "https://github.com/TheDragonCode/last-modified" }, "suggest": { "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"