From c25add31bdfb820d3db5b3f693bc7c5bec659876 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Fri, 11 Oct 2024 13:15:01 +0200 Subject: [PATCH] fix composer.json name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b98ce0..47bcef9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "league/iso3166", + "name": "alcohol/iso3166", "description": "ISO 3166-1 PHP Library", "keywords": ["ISO 3166", "ISO", "3166", "3166-1", "countries", "library"], "homepage": "https://github.com/alcohol/iso3166",