Add composer dependency “league/iso3166”

This commit is contained in:
Constantin Graf
2025-04-23 12:37:20 +02:00
committed by Gregor Vostrak
parent 84e2365a6d
commit 3444281703
2 changed files with 69 additions and 1 deletions

View File

@@ -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",

69
composer.lock generated
View File

@@ -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",