diff --git a/composer.json b/composer.json index 8b98ce0..b41d0f1 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", @@ -20,7 +20,7 @@ "psr-4": { "League\\ISO3166\\": "src" } }, "require-dev": { - "phpunit/phpunit": "^9.6.21", + "phpunit/phpunit": "^11.4.1", "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-strict-rules": "^1.6.1"