mimmi20/ua-browser-type

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "mimmi20/ua-browser-type",
  "description": "a class collection for different browser types",
  "license": "MIT",
  "type": "library",
  "keywords": [
    "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-browser-type/graphs/contributors"
    }
  ],
  "homepage": "https://github.com/mimmi20/ua-browser-type",
  "support": {
    "issues": "https://github.com/mimmi20/ua-browser-type/issues",
    "source": "https://github.com/mimmi20/ua-browser-type"
  },
  "require": {
    "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
  },
  "require-dev": {
    "ext-ctype": "*",
    "ext-dom": "*",
    "ext-simplexml": "*",
    "ext-tokenizer": "*",
    "ext-xml": "*",
    "ext-xmlwriter": "*",
    "infection/infection": "^0.27.11 || ^0.28.1 || ^0.29.0",
    "mimmi20/coding-standard": "^5.2.35",
    "nikic/php-parser": "^4.19.1 || ^5.0.2",
    "phpstan/extension-installer": "^1.4.1",
    "phpstan/phpstan": "^1.11.5",
    "phpstan/phpstan-deprecation-rules": "^1.2.0",
    "phpstan/phpstan-phpunit": "^1.4.0",
    "phpunit/phpunit": "^10.5.21",
    "rector/rector": "^1.1.0",
    "rector/type-perfect": "^0.1.4",
    "symplify/phpstan-rules": "^13.0.0",
    "tomasvotruba/cognitive-complexity": "^0.2.3",
    "tomasvotruba/type-coverage": "^0.3.1",
    "tomasvotruba/unused-public": "^0.3.9"
  },
  "minimum-stability": "stable",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "UaBrowserType\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "UaBrowserTypeTest\\": "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
  }
}