trickeyone/intl-subdivision

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "trickeyone/intl-subdivision",
    "description": "A PHP Intl library to retrieve states for a given country.",
    "type": "library",
    "license": "MIT",
    "version": "4.0.0",
    "authors": [
        {
            "name": "Josh England",
            "email": "joshua.en@gmail.com"
        }
    ],
    "config": {
        "sort-packages": true,
        "process-timeout": 0,
        "lock": false
    },
    "require": {
        "php": "^7.1 || ^8.0",
        "symfony/intl": "^4.1 || ^5.0 || ^6.0"
    },
    "require-dev": {
        "ext-json": "*",
        "ext-xdebug": "*",
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^8.0 || ^9.0",
        "sokil/php-isocodes": "^3.3 || ^4.0",
        "sokil/php-isocodes-db-i18n": "^4.0"
    },
    "suggest": {
        "ext-intl": "to use the component with locales other than \"en\""
    },
    "autoload": {
        "psr-4": {
            "Symfony\\Component\\IntlSubdivision\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Symfony\\Component\\IntlSubdivision\\Test\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.0.x-dev"
        }
    }
}