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

925 lines
32 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"
],
2021-06-06 17:47:52 +02:00
"content-hash": "056b72e0ac1ff1856245656872722fb2",
2019-04-09 13:31:15 +02:00
"packages": [
{
"name": "matomo/device-detector",
2019-04-09 13:31:15 +02:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
2021-06-06 17:47:52 +02:00
"reference": "763c33f7edfbee77e297eec26e0030dd6a827556"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/763c33f7edfbee77e297eec26e0030dd6a827556",
"reference": "763c33f7edfbee77e297eec26e0030dd6a827556",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
2020-10-27 10:47:02 +01:00
"php": ">=7.2"
2019-04-09 13:31:15 +02:00
},
"replace": {
2020-12-18 20:12:41 +01:00
"piwik/device-detector": "self.version"
},
2019-04-09 13:31:15 +02:00
"require-dev": {
2020-12-18 20:12:41 +01:00
"matthiasmullie/scrapbook": "^1.4.7",
"mayflower/mo4-coding-standard": "dev-master#275cb9d",
2020-10-27 10:47:02 +01:00
"phpstan/phpstan": "^0.12.52",
"phpunit/phpunit": "^8.5.8",
"psr/cache": "^1.0.1",
"psr/simple-cache": "^1.0.1",
"symfony/yaml": "^5.1.7"
2019-04-09 13:31:15 +02:00
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
"ext-yaml": "Necessary for using the Pecl YAML parser"
},
2021-06-06 17:47:52 +02:00
"default-branch": true,
2019-04-09 13:31:15 +02:00
"type": "library",
"autoload": {
"psr-4": {
"DeviceDetector\\": ""
2020-10-27 10:47:02 +01:00
},
"exclude-from-classmap": [
"Tests/"
]
2019-04-09 13:31:15 +02:00
},
"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"
],
2021-06-06 17:47:52 +02:00
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/device-detector/issues",
"source": "https://github.com/matomo-org/matomo",
"wiki": "https://dev.matomo.org/"
},
"time": "2021-06-05T22:20:42+00:00"
},
{
"name": "mustangostang/spyc",
"version": "0.6.3",
"source": {
"type": "git",
"url": "git@github.com:mustangostang/spyc.git",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
"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": "2019-09-10T13:16:29+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"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2019-04-09 13:31:15 +02:00
"time": "2016-08-06T20:24:11+00:00"
},
2019-06-25 20:04:21 +02:00
{
"name": "psr/container",
2021-06-06 17:47:52 +02:00
"version": "1.1.1",
2019-06-25 20:04:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2021-06-06 17:47:52 +02:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2019-06-25 20:04:21 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2019-06-25 20:04:21 +02:00
"shasum": ""
},
"require": {
2021-06-06 17:47:52 +02:00
"php": ">=7.2.0"
2019-06-25 20:04:21 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-06-06 17:47:52 +02:00
"homepage": "https://www.php-fig.org/"
2019-06-25 20:04:21 +02:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-06-06 17:47:52 +02:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
2019-06-25 20:04:21 +02:00
},
2019-04-09 13:31:15 +02:00
{
"name": "psr/log",
2021-06-06 17:47:52 +02:00
"version": "1.1.4",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-06-06 17:47:52 +02:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-03 17:46:24 +01:00
"dev-master": "1.1.x-dev"
2019-04-09 13:31:15 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-06-06 17:47:52 +02:00
"homepage": "https://www.php-fig.org/"
2019-04-09 13:31:15 +02:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "symfony/cache",
2021-06-06 17:47:52 +02:00
"version": "v5.3.0",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2021-06-06 17:47:52 +02:00
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/44fd0f97d1fb198d344f22379dfc56af2221e608",
"reference": "44fd0f97d1fb198d344f22379dfc56af2221e608",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2021-06-06 17:47:52 +02:00
"psr/cache": "^1.0|^2.0",
2020-12-18 20:12:41 +01:00
"psr/log": "^1.1",
2019-12-03 17:46:24 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
2021-06-06 17:47:52 +02:00
"symfony/deprecation-contracts": "^2.1",
2020-06-08 14:29:43 +02:00
"symfony/polyfill-php80": "^1.15",
2019-12-03 17:46:24 +01:00
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
2019-04-09 13:31:15 +02:00
},
"conflict": {
2020-12-18 20:12:41 +01:00
"doctrine/dbal": "<2.10",
2019-12-03 17:46:24 +01:00
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
2019-04-09 13:31:15 +02:00
},
"provide": {
2021-06-06 17:47:52 +02:00
"psr/cache-implementation": "1.0|2.0",
2019-04-09 13:31:15 +02:00
"psr/simple-cache-implementation": "1.0",
2021-06-06 17:47:52 +02:00
"symfony/cache-implementation": "1.0|2.0"
2019-04-09 13:31:15 +02:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
2021-06-06 17:47:52 +02:00
"doctrine/cache": "^1.6|^2.0",
2020-12-18 20:12:41 +01:00
"doctrine/dbal": "^2.10|^3.0",
2020-06-08 14:29:43 +02:00
"predis/predis": "^1.1",
2019-05-31 20:40:11 +02:00
"psr/simple-cache": "^1.0",
2019-12-03 17:46:24 +01:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
2020-12-18 20:12:41 +01:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
2019-12-03 17:46:24 +01:00
"symfony/var-dumper": "^4.4|^5.0"
2019-04-09 13:31:15 +02:00
},
"type": "library",
"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"
}
],
2021-06-06 17:47:52 +02:00
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
2019-04-09 13:31:15 +02:00
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/cache/tree/v5.3.0"
},
2020-03-27 17:43:35 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-05-26T17:43:10+00:00"
2019-04-09 13:31:15 +02:00
},
{
2019-05-31 20:40:11 +02:00
"name": "symfony/cache-contracts",
2021-06-06 17:47:52 +02:00
"version": "v2.4.0",
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",
2021-06-06 17:47:52 +02:00
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2021-06-06 17:47:52 +02:00
"psr/cache": "^1.0|^2.0|^3.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": {
2021-06-06 17:47:52 +02:00
"dev-main": "2.4-dev"
2020-10-27 10:47:02 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
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"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
},
2020-06-08 14:29:43 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-03-23T23:28:01+00:00"
2020-06-08 14:29:43 +02:00
},
{
"name": "symfony/deprecation-contracts",
2021-06-06 17:47:52 +02:00
"version": "v2.4.0",
2020-06-08 14:29:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2021-06-06 17:47:52 +02:00
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2020-06-08 14:29:43 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2020-06-08 14:29:43 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-06 17:47:52 +02:00
"dev-main": "2.4-dev"
2020-10-27 10:47:02 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-06-08 14:29:43 +02:00
}
},
"autoload": {
"files": [
"function.php"
]
},
"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 generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
},
2020-06-08 14:29:43 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-03-23T23:28:01+00:00"
2019-05-31 20:40:11 +02:00
},
{
"name": "symfony/polyfill-ctype",
2021-06-06 17:47:52 +02:00
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-06-06 17:47:52 +02:00
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"shasum": ""
},
"require": {
2020-10-27 10:47:02 +01:00
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-06 17:47:52 +02:00
"dev-main": "1.23-dev"
2020-10-27 10:47:02 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
},
2020-03-27 17:43:35 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-02-19T12:13:01+00:00"
2020-06-08 14:29:43 +02:00
},
{
"name": "symfony/polyfill-php80",
2021-06-06 17:47:52 +02:00
"version": "v1.23.0",
2020-06-08 14:29:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2021-06-06 17:47:52 +02:00
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
2020-06-08 14:29:43 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
2020-06-08 14:29:43 +02:00
"shasum": ""
},
"require": {
2020-10-27 10:47:02 +01:00
"php": ">=7.1"
2020-06-08 14:29:43 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-06 17:47:52 +02:00
"dev-main": "1.23-dev"
2020-10-27 10:47:02 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-08 14:29:43 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
},
2020-06-08 14:29:43 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-02-19T12:13:01+00:00"
},
2019-05-31 20:40:11 +02:00
{
"name": "symfony/service-contracts",
2021-06-06 17:47:52 +02:00
"version": "v2.4.0",
2019-05-31 20:40:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2021-06-06 17:47:52 +02:00
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
2019-05-31 20:40:11 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
2019-05-31 20:40:11 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2021-06-06 17:47:52 +02:00
"psr/container": "^1.1"
2019-05-31 20:40:11 +02:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-06 17:47:52 +02:00
"dev-main": "2.4-dev"
2020-10-27 10:47:02 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-05-31 20:40:11 +02:00
}
},
"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"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
},
2020-06-08 14:29:43 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-04-01T10:43:52+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "symfony/var-exporter",
2021-06-06 17:47:52 +02:00
"version": "v5.3.0",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2021-06-06 17:47:52 +02:00
"reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb",
"reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2019-04-09 13:31:15 +02:00
},
"require-dev": {
2020-06-08 14:29:43 +02:00
"symfony/var-dumper": "^4.4.9|^5.0.9"
2019-04-09 13:31:15 +02:00
},
"type": "library",
"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"
}
],
2021-06-06 17:47:52 +02:00
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
2019-04-09 13:31:15 +02:00
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.3.0"
},
2020-03-27 17:43:35 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-05-26T17:40:38+00:00"
},
{
"name": "symfony/yaml",
2021-06-06 17:47:52 +02:00
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2021-06-06 17:47:52 +02:00
"reference": "3bbcf262fceb3d8f48175302e6ba0ac96e3a5a11"
},
"dist": {
"type": "zip",
2021-06-06 17:47:52 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/3bbcf262fceb3d8f48175302e6ba0ac96e3a5a11",
"reference": "3bbcf262fceb3d8f48175302e6ba0ac96e3a5a11",
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
2019-12-03 17:46:24 +01:00
"symfony/console": "<4.4"
},
"require-dev": {
2019-12-03 17:46:24 +01:00
"symfony/console": "^4.4|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2020-06-08 14:29:43 +02:00
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"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"
}
],
2021-06-06 17:47:52 +02:00
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
2021-06-06 17:47:52 +02:00
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.3.0"
},
2020-03-27 17:43:35 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-06-06 17:47:52 +02:00
"time": "2021-05-26T17:43:10+00:00"
2019-04-09 13:31:15 +02:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"matomo/device-detector": 20
2019-04-09 13:31:15 +02:00
},
"prefer-stable": false,
"prefer-lowest": false,
2019-04-09 20:36:39 +02:00
"platform": {
2021-06-06 17:47:52 +02:00
"php": "^7.4",
2019-04-09 20:36:39 +02:00
"ext-json": "*",
2019-04-13 12:29:06 +02:00
"ext-redis": "*",
"ext-curl": "*"
2019-04-09 20:36:39 +02:00
},
2020-03-27 17:43:35 +01:00
"platform-dev": [],
2021-06-06 17:47:52 +02:00
"plugin-api-version": "2.0.0"
2019-04-09 13:31:15 +02:00
}