1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/composer.lock

718 lines
24 KiB
Text
Raw Normal View History

2019-04-09 13:31:15 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ca8487a2e7d3f9d63081a9c2cf5a7098",
2019-04-09 13:31:15 +02:00
"packages": [
{
"name": "doctrine/cache",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^4.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
"time": "2018-08-21T18:01:43+00:00"
},
{
"name": "mustangostang/spyc",
"version": "0.6.2",
"source": {
"type": "git",
"url": "https://github.com/mustangostang/spyc.git",
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
"reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.3.*@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"files": [
"Spyc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "mustangostang",
"email": "vlad.andersen@gmail.com"
}
],
"description": "A simple YAML loader/dumper class for PHP",
"homepage": "https://github.com/mustangostang/spyc/",
"keywords": [
"spyc",
"yaml",
"yml"
],
"time": "2017-02-24T16:06:33+00:00"
},
{
"name": "piwik/device-detector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
2019-09-13 21:04:50 +02:00
"reference": "1d44a3cc6a3539912a58dc0312765168924a1bd0"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2019-09-13 21:04:50 +02:00
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/1d44a3cc6a3539912a58dc0312765168924a1bd0",
"reference": "1d44a3cc6a3539912a58dc0312765168924a1bd0",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
"php": ">=5.5"
2019-04-09 13:31:15 +02:00
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.7",
"matthiasmullie/scrapbook": "@stable",
"phpunit/phpunit": "^4.8.36",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
"ext-yaml": "Necessary for using the Pecl YAML parser"
},
"type": "library",
"autoload": {
"psr-4": {
"DeviceDetector\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"homepage": "https://matomo.org",
"keywords": [
"devicedetection",
"parser",
"useragent"
],
2019-09-13 21:04:50 +02:00
"time": "2019-09-05T08:24:01+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2016-08-06T20:24:11+00:00"
},
2019-06-25 20:04:21 +02:00
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
2019-04-09 13:31:15 +02:00
{
"name": "psr/log",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2018-11-20T15:27:04+00:00"
},
{
"name": "symfony/cache",
2019-09-13 21:04:50 +02:00
"version": "v4.3.4",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2019-09-13 21:04:50 +02:00
"reference": "1d8f7fee990c586f275cde1a9fc883d6b1e2d43e"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2019-09-13 21:04:50 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/1d8f7fee990c586f275cde1a9fc883d6b1e2d43e",
"reference": "1d8f7fee990c586f275cde1a9fc883d6b1e2d43e",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "~1.0",
"psr/log": "~1.0",
2019-05-31 20:40:11 +02:00
"symfony/cache-contracts": "^1.1",
"symfony/service-contracts": "^1.1",
2019-04-09 13:31:15 +02:00
"symfony/var-exporter": "^4.2"
},
"conflict": {
"doctrine/dbal": "<2.5",
"symfony/dependency-injection": "<3.4",
"symfony/var-dumper": "<3.4"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0",
2019-05-31 20:40:11 +02:00
"symfony/cache-implementation": "1.0"
2019-04-09 13:31:15 +02:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "~1.6",
"doctrine/dbal": "~2.5",
"predis/predis": "~1.1",
2019-05-31 20:40:11 +02:00
"psr/simple-cache": "^1.0",
2019-04-09 13:31:15 +02:00
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.1",
"symfony/var-dumper": "^4.1.1"
},
"type": "library",
"extra": {
"branch-alias": {
2019-05-31 20:40:11 +02:00
"dev-master": "4.3-dev"
2019-04-09 13:31:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2019-09-13 21:04:50 +02:00
"time": "2019-08-26T08:26:39+00:00"
2019-04-09 13:31:15 +02:00
},
{
2019-05-31 20:40:11 +02:00
"name": "symfony/cache-contracts",
2019-06-25 20:04:21 +02:00
"version": "v1.1.5",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
2019-05-31 20:40:11 +02:00
"url": "https://github.com/symfony/cache-contracts.git",
2019-06-25 20:04:21 +02:00
"reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2019-06-25 20:04:21 +02:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
"reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2019-06-25 20:04:21 +02:00
"php": "^7.1.3",
"psr/cache": "^1.0"
2019-04-09 13:31:15 +02:00
},
"suggest": {
2019-05-31 20:40:11 +02:00
"symfony/cache-implementation": ""
2019-04-09 13:31:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-05-31 20:40:11 +02:00
"dev-master": "1.1-dev"
2019-04-09 13:31:15 +02:00
}
},
"autoload": {
"psr-4": {
2019-05-31 20:40:11 +02:00
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-04-09 13:31:15 +02:00
},
2019-05-31 20:40:11 +02:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-06-25 20:04:21 +02:00
"time": "2019-06-13T11:15:36+00:00"
2019-05-31 20:40:11 +02:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2019-08-06T08:03:45+00:00"
},
2019-05-31 20:40:11 +02:00
{
"name": "symfony/service-contracts",
2019-09-13 21:04:50 +02:00
"version": "v1.1.6",
2019-05-31 20:40:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2019-09-13 21:04:50 +02:00
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3"
2019-05-31 20:40:11 +02:00
},
"dist": {
"type": "zip",
2019-09-13 21:04:50 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
2019-05-31 20:40:11 +02:00
"shasum": ""
},
"require": {
2019-06-25 20:04:21 +02:00
"php": "^7.1.3",
"psr/container": "^1.0"
2019-05-31 20:40:11 +02:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
2019-04-09 13:31:15 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-05-31 20:40:11 +02:00
"description": "Generic abstractions related to writing services",
2019-04-09 13:31:15 +02:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-09-13 21:04:50 +02:00
"time": "2019-08-20T14:44:19+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "symfony/var-exporter",
2019-09-13 21:04:50 +02:00
"version": "v4.3.4",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2019-09-13 21:04:50 +02:00
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2019-09-13 21:04:50 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d5b4e2d334c1d80e42876c7d489896cfd37562f2",
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/var-dumper": "^4.1.1"
},
"type": "library",
"extra": {
"branch-alias": {
2019-05-31 20:40:11 +02:00
"dev-master": "4.3-dev"
2019-04-09 13:31:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
2019-09-13 21:04:50 +02:00
"time": "2019-08-22T07:33:08+00:00"
},
{
"name": "symfony/yaml",
2019-09-13 21:04:50 +02:00
"version": "v4.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2019-09-13 21:04:50 +02:00
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686"
},
"dist": {
"type": "zip",
2019-09-13 21:04:50 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
"reference": "5a0b7c32dc3ec56fd4abae8a4a71b0cf05013686",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2019-09-13 21:04:50 +02:00
"time": "2019-08-20T14:27:59+00:00"
2019-04-09 13:31:15 +02:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"piwik/device-detector": 20
},
"prefer-stable": false,
"prefer-lowest": false,
2019-04-09 20:36:39 +02:00
"platform": {
"ext-json": "*",
2019-04-13 12:29:06 +02:00
"ext-redis": "*",
"ext-curl": "*"
2019-04-09 20:36:39 +02:00
},
2019-04-09 13:31:15 +02:00
"platform-dev": []
}