composer.json
{
"name": "mimmi20/ua-normalizer",
"description": "the Normalizers extracted from the UaNormalizer PHP Library for PHP 7+",
"license": "MIT",
"type": "library",
"keywords": [
"UaNormalizer",
"Browser",
"user agent",
"http",
"parser",
"user-agent"
],
"authors": [
{
"name": "Thomas Müller",
"homepage": "https://github.com/mimmi20",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/mimmi20/ua-normalizer/graphs/contributors"
}
],
"homepage": "https://github.com/mimmi20/ua-normalizer",
"support": {
"issues": "https://github.com/mimmi20/ua-normalizer/issues",
"source": "https://github.com/mimmi20/ua-normalizer"
},
"require": {
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
"ext-mbstring": "*"
},
"require-dev": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.29.8",
"mimmi20/coding-standard": "^5.2.44",
"nikic/php-parser": "^5.3.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.9",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^11.4.3",
"rector/rector": "^1.2.10",
"rector/type-perfect": "^1.0.0",
"symfony/process": "^7.1.8",
"symplify/phpstan-rules": "^13.0.1",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^1.0.0",
"tomasvotruba/unused-public": "^1.0.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"UaNormalizer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"UaNormalizerTest\\": "tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
},
"lock": false,
"preferred-install": "dist",
"sort-packages": true
}
}