From 103233528c997a5dc697b80d25d7321d731e1816 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Mon, 17 Jun 2024 13:53:54 +0200 Subject: [PATCH] update links --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 154fbc1..ca15f26 100644 --- a/composer.json +++ b/composer.json @@ -2,15 +2,15 @@ "name": "league/iso3166", "description": "ISO 3166-1 PHP Library", "keywords": ["ISO 3166", "ISO", "3166", "3166-1", "countries", "library"], - "homepage": "https://github.com/thephpleague/iso3166", + "homepage": "https://github.com/alcohol/iso3166", "license": "MIT", "authors": [{ "name": "Rob Bast", "email": "rob.bast@gmail.com" }], "support": { - "issues": "https://github.com/thephpleague/iso3166/issues", - "source": "https://github.com/thephpleague/iso3166" + "issues": "https://github.com/alcohol/iso3166/issues", + "source": "https://github.com/alcohol/iso3166" }, "require": { "php": "^7.4 || ^8.0",