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

992 lines
33 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"
],
2019-12-03 17:46:24 +01:00
"content-hash": "1b61c6fc3691918ea77271ec15441004",
2019-04-09 13:31:15 +02:00
"packages": [
{
"name": "doctrine/cache",
2020-10-27 10:47:02 +01:00
"version": "1.10.2",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-10-27 10:47:02 +01:00
"reference": "13e3381b25847283a91948d04640543941309727"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": "~7.1 || ^8.0"
2019-04-09 13:31:15 +02:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2019-12-03 17:46:24 +01:00
"doctrine/coding-standard": "^6.0",
2019-04-09 13:31:15 +02:00
"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": {
2019-12-03 17:46:24 +01:00
"dev-master": "1.9.x-dev"
2019-04-09 13:31:15 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-03 17:46:24 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-04-09 13:31:15 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-12-03 17:46:24 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-04-09 13:31:15 +02:00
"keywords": [
2019-12-03 17:46:24 +01:00
"abstraction",
"apcu",
2019-04-09 13:31:15 +02:00
"cache",
2019-12-03 17:46:24 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-04-09 13:31:15 +02:00
],
2020-06-08 14:29:43 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-07-07T18:54:01+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "mustangostang/spyc",
2019-10-13 22:16:13 +02:00
"version": "0.6.3",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
2019-10-13 22:16:13 +02:00
"url": "git@github.com:mustangostang/spyc.git",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2019-10-13 22:16:13 +02:00
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
2019-04-09 13:31:15 +02:00
"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"
],
2019-10-13 22:16:13 +02:00
"time": "2019-09-10T13:16:29+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "piwik/device-detector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
2020-10-27 10:47:02 +01:00
"reference": "fa3a544cb476e02e63e30de3a8362852ef236e83"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/fa3a544cb476e02e63e30de3a8362852ef236e83",
"reference": "fa3a544cb476e02e63e30de3a8362852ef236e83",
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
},
"require-dev": {
"matthiasmullie/scrapbook": "@stable",
2020-10-27 10:47:02 +01:00
"mayflower/mo4-coding-standard": "dev-master",
"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"
},
"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"
],
2020-10-27 10:47:02 +01:00
"time": "2020-10-27T07:34:13+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",
2020-03-27 17:43:35 +01:00
"version": "1.1.3",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-03-27 17:43:35 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-03-27 17:43:35 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
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",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-03-27 17:43:35 +01:00
"time": "2020-03-23T09:12:05+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "symfony/cache",
2020-10-27 10:47:02 +01:00
"version": "v5.1.7",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2020-10-27 10:47:02 +01:00
"reference": "292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/cache/zipball/292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd",
"reference": "292cd57b7c2e3c37aa2f0a2fa42dacae567dd5cd",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2019-04-09 13:31:15 +02:00
"psr/cache": "~1.0",
"psr/log": "~1.0",
2019-12-03 17:46:24 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
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": {
"doctrine/dbal": "<2.5",
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": {
"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",
2020-06-08 14:29:43 +02:00
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.5|^3.0",
"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/var-dumper": "^4.4|^5.0"
2019-04-09 13:31:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-08 14:29:43 +02:00
"dev-master": "5.1-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"
],
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-27T14:02:37+00:00"
2019-04-09 13:31:15 +02:00
},
{
2019-05-31 20:40:11 +02:00
"name": "symfony/cache-contracts",
2020-10-27 10:47:02 +01:00
"version": "v2.2.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",
2020-10-27 10:47:02 +01:00
"reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
"reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
2019-04-09 13:31:15 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2019-06-25 20:04:21 +02:00
"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": {
2020-10-27 10:47:02 +01:00
"dev-master": "2.2-dev"
},
"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"
],
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-07T11:33:47+00:00"
2020-06-08 14:29:43 +02:00
},
{
"name": "symfony/deprecation-contracts",
2020-10-27 10:47:02 +01:00
"version": "v2.2.0",
2020-06-08 14:29:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2020-10-27 10:47:02 +01:00
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
2020-06-08 14:29:43 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
2020-06-08 14:29:43 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-27 10:47:02 +01:00
"dev-master": "2.2-dev"
},
"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",
"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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-07T11:33:47+00:00"
2019-05-31 20:40:11 +02:00
},
{
"name": "symfony/polyfill-ctype",
2020-10-27 10:47:02 +01:00
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-10-27 10:47:02 +01:00
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"shasum": ""
},
"require": {
2020-10-27 10:47:02 +01:00
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-27 10:47:02 +01:00
"dev-main": "1.20-dev"
},
"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"
],
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-10-23T14:02:19+00:00"
2020-06-08 14:29:43 +02:00
},
{
"name": "symfony/polyfill-php80",
2020-10-27 10:47:02 +01:00
"version": "v1.20.0",
2020-06-08 14:29:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2020-10-27 10:47:02 +01:00
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
2020-06-08 14:29:43 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
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": {
2020-10-27 10:47:02 +01:00
"dev-main": "1.20-dev"
},
"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"
],
"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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-10-23T14:02:19+00:00"
},
2019-05-31 20:40:11 +02:00
{
"name": "symfony/service-contracts",
2020-10-27 10:47:02 +01:00
"version": "v2.2.0",
2019-05-31 20:40:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-10-27 10:47:02 +01:00
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2019-05-31 20:40:11 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2019-05-31 20:40:11 +02:00
"shasum": ""
},
"require": {
2020-06-08 14:29:43 +02:00
"php": ">=7.2.5",
2019-06-25 20:04:21 +02:00
"psr/container": "^1.0"
2019-05-31 20:40:11 +02:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-27 10:47:02 +01:00
"dev-master": "2.2-dev"
},
"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"
],
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-07T11:33:47+00:00"
2019-04-09 13:31:15 +02:00
},
{
"name": "symfony/var-exporter",
2020-10-27 10:47:02 +01:00
"version": "v5.1.7",
2019-04-09 13:31:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2020-10-27 10:47:02 +01:00
"reference": "8b858508e49beb257fd635104c3d449a8113e8fe"
2019-04-09 13:31:15 +02:00
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8b858508e49beb257fd635104c3d449a8113e8fe",
"reference": "8b858508e49beb257fd635104c3d449a8113e8fe",
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",
"extra": {
"branch-alias": {
2020-06-08 14:29:43 +02:00
"dev-master": "5.1-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"
],
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-08T14:19:54+00:00"
},
{
"name": "symfony/yaml",
2020-10-27 10:47:02 +01:00
"version": "v5.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2020-10-27 10:47:02 +01:00
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a"
},
"dist": {
"type": "zip",
2020-10-27 10:47:02 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
"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",
"extra": {
"branch-alias": {
2020-06-08 14:29:43 +02:00
"dev-master": "5.1-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",
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"
}
],
2020-10-27 10:47:02 +01:00
"time": "2020-09-27T03:44:28+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
},
2020-03-27 17:43:35 +01:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2019-04-09 13:31:15 +02:00
}