From 34442817035c7063e99066320a9ea60a8b53724f Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Wed, 23 Apr 2025 12:37:20 +0200 Subject: [PATCH] =?UTF-8?q?Add=20composer=20dependency=20=E2=80=9Cleague/i?= =?UTF-8?q?so3166=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + composer.lock | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0217847c..6db20c23 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "laravel/tinker": "^2.8", "league/csv": "^9.16.0", "league/flysystem-aws-s3-v3": "^3.0", + "league/iso3166": "^4.3", "maatwebsite/excel": "^3.1", "novadaemon/filament-pretty-json": "^2.2", "nwidart/laravel-modules": "^11.0.11", diff --git a/composer.lock b/composer.lock index 3569de67..36d000c9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c13d9dae01d6d8fc2df37c8d599d0b9f", + "content-hash": "33dc60657e6702ebd5e19f19d86a64b4", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -5482,6 +5482,73 @@ }, "time": "2024-08-09T21:24:39+00:00" }, + { + "name": "league/iso3166", + "version": "4.3.2", + "source": { + "type": "git", + "url": "https://github.com/alcohol/iso3166.git", + "reference": "5133fed7d54728222f4058702487dccedda20472" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/alcohol/iso3166/zipball/5133fed7d54728222f4058702487dccedda20472", + "reference": "5133fed7d54728222f4058702487dccedda20472", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.12.6", + "phpstan/phpstan-deprecation-rules": "^1.2.1", + "phpstan/phpstan-strict-rules": "^1.6.1", + "phpunit/phpunit": "^9.6.21" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\ISO3166\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com" + } + ], + "description": "ISO 3166-1 PHP Library", + "homepage": "https://github.com/alcohol/iso3166", + "keywords": [ + "3166", + "3166-1", + "ISO 3166", + "countries", + "iso", + "library" + ], + "support": { + "issues": "https://github.com/alcohol/iso3166/issues", + "source": "https://github.com/alcohol/iso3166" + }, + "funding": [ + { + "url": "https://github.com/alcohol", + "type": "github" + } + ], + "time": "2024-10-10T07:39:24+00:00" + }, { "name": "league/mime-type-detection", "version": "1.16.0",