From c25add31bdfb820d3db5b3f693bc7c5bec659876 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Fri, 11 Oct 2024 13:15:01 +0200 Subject: [PATCH 1/2] 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", From 5877385b874df3a1db9708d5a01a11f454f3a907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:16:13 +0000 Subject: [PATCH 2/2] Update phpunit/phpunit requirement from ^9.6.21 to ^11.4.1 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.1/ChangeLog-11.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.21...11.4.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47bcef9..b41d0f1 100644 --- a/composer.json +++ b/composer.json @@ -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"