| Current Path : /var/www/v3.cesa.co.za/vendor/tattali/mobile-detect-bundle/ |
| Current File : /var/www/v3.cesa.co.za/vendor/tattali/mobile-detect-bundle/composer.json |
{
"name": "tattali/mobile-detect-bundle",
"description": "Symfony 5.x-7.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.",
"keywords": [
"mobile detect",
"device detect",
"device detector",
"mobile view managing",
"mobiledetect",
"mobiledetectbundle",
"symfony mobile detect",
"symfony mobiledetect",
"symfony"
],
"homepage": "https://github.com/tattali/MobileDetectBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Théo Attali",
"email": "theoattali@gmail.com"
},
{
"name": "Nikolay Ivlev",
"email": "nikolay.kotovsky@gmail.com"
},
{
"name": "Henri Vesala",
"email": "henri.vesala@gmail.com"
},
{
"name": "netmikey",
"homepage": "https://github.com/netmikey"
}
],
"require": {
"php": ">=7.2.5",
"mobiledetect/mobiledetectlib": "^2.8.15",
"symfony/dependency-injection": "^5.0 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4 || ^3.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/dotenv": "^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.0 || ^6.0 || ^7.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true,
"symfony/flex": true
}
},
"autoload": {
"psr-4": {
"MobileDetectBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"MobileDetectBundle\\Tests\\": "tests/"
}
}
}