Newer
Older

Sebastian Kehr
committed
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2018-07-30T21:54:04+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00: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": {

Sebastian Kehr
committed
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],

Sebastian Kehr
committed
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",

Sebastian Kehr
committed
"log",

Sebastian Kehr
committed
"psr-3"

Sebastian Kehr
committed
"time": "2018-11-20T15:27:04+00:00"

Sebastian Kehr
committed
"name": "psr/simple-cache",
"version": "1.0.1",

Sebastian Kehr
committed
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"

Sebastian Kehr
committed
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],

Sebastian Kehr
committed
"description": "Common interfaces for simple caching",

Sebastian Kehr
committed
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"

Sebastian Kehr
committed
"time": "2017-10-23T01:57:42+00:00"

Sebastian Kehr
committed
"name": "sabre/vobject",
"version": "3.5.3",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/sabre-io/vobject.git",
"reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/sabre-io/vobject/zipball/129d80533a9ec0d9cacfb50b51180c34edb6874c",
"reference": "129d80533a9ec0d9cacfb50b51180c34edb6874c",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"ext-mbstring": "*",
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"

Sebastian Kehr
committed
"bin": [
"bin/vobject",
"bin/generate_vcards"
],
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Sabre\\VObject\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Sebastian Kehr
committed
"BSD-3-Clause"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
},
{
"name": "Dominik Tobschall",
"email": "dominik@fruux.com",
"homepage": "http://tobschall.de/",
"role": "Developer"

Sebastian Kehr
committed
"description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
"homepage": "http://sabre.io/vobject/",

Sebastian Kehr
committed
"VObject",
"iCalendar",
"jCal",
"jCard",
"vCard"

Sebastian Kehr
committed
"time": "2016-10-07T03:20:40+00:00"

Sebastian Kehr
committed
"name": "serialssolutions/summon",
"version": "v1.2.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/summon/Summon.php.git",
"reference": "d12150c53585e9b4275888754846da81c12acd71"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/summon/Summon.php/zipball/d12150c53585e9b4275888754846da81c12acd71",
"reference": "d12150c53585e9b4275888754846da81c12acd71",
"shasum": ""
},
"type": "library",

Sebastian Kehr
committed
"autoload": {
"psr-0": {
"SerialsSolutions": ""

Sebastian Kehr
committed
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Demian Katz",
"email": "demian.katz@villanova.edu"

Sebastian Kehr
committed
],
"description": "Library for interacting with Serials Solutions' Summon API.",
"time": "2018-07-18T14:28:58+00:00"
},
{
"name": "swagger-api/swagger-ui",
"version": "v2.2.10",
"source": {
"type": "git",
"url": "https://github.com/swagger-api/swagger-ui.git",
"reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/64dc3060b3700b12e466f8d67b7d7ec3574b015f",
"reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f",
"shasum": ""

Sebastian Kehr
committed
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [

Sebastian Kehr
committed
"Apache-2.0"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Tony Tam",
"email": "fehguy@gmail.com"
},
{
"name": "Mohsen Azimi",
"email": "me@azimi.me"

Sebastian Kehr
committed
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"homepage": "http://swagger.io",

Sebastian Kehr
committed
"api",
"documentation",
"openapi",
"specification",
"swagger",
"ui"

Sebastian Kehr
committed
"time": "2017-01-05T08:57:09+00:00"

Sebastian Kehr
committed
"name": "symfony/cache",
"version": "v3.4.24",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/cache.git",
"reference": "669270dc501fe3c5addcc306962958334c19652c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/cache/zipball/669270dc501fe3c5addcc306962958334c19652c",
"reference": "669270dc501fe3c5addcc306962958334c19652c",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8",
"psr/cache": "~1.0",
"psr/log": "~1.0",
"psr/simple-cache": "^1.0",
"symfony/polyfill-apcu": "~1.1"
},
"conflict": {
"symfony/var-dumper": "<3.3"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "~1.6",
"doctrine/dbal": "~2.4",
"predis/predis": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Sebastian Kehr
committed
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
"homepage": "https://symfony.com",

Sebastian Kehr
committed
"caching",
"psr6"

Sebastian Kehr
committed
"time": "2019-04-01T07:08:40+00:00"

Sebastian Kehr
committed
"name": "symfony/expression-language",
"version": "v3.4.22",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/expression-language.git",
"reference": "74631d47774cfa59bfb4a0de18cdf700fb98d658"
},
"dist": {

Sebastian Kehr
committed
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/74631d47774cfa59bfb4a0de18cdf700fb98d658",
"reference": "74631d47774cfa59bfb4a0de18cdf700fb98d658",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8",
"symfony/cache": "~3.1|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\ExpressionLanguage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Sebastian Kehr
committed
"description": "Symfony ExpressionLanguage Component",
"homepage": "https://symfony.com",
"time": "2019-01-16T12:52:19+00:00"

Sebastian Kehr
committed
"name": "symfony/inflector",
"version": "v3.4.24",

Sebastian Kehr
committed
"url": "https://github.com/symfony/inflector.git",
"reference": "4a7d5c4ad3edeba3fe4a27d26ece6a012eee46b1"

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/inflector/zipball/4a7d5c4ad3edeba3fe4a27d26ece6a012eee46b1",
"reference": "4a7d5c4ad3edeba3fe4a27d26ece6a012eee46b1",

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.4-dev"

Sebastian Kehr
committed
"Symfony\\Component\\Inflector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Sebastian Kehr
committed
"description": "Symfony Inflector Component",
"homepage": "https://symfony.com",

Sebastian Kehr
committed
"inflection",
"pluralize",
"singularize",
"string",
"symfony",
"words"

Sebastian Kehr
committed
"time": "2019-01-16T13:27:11+00:00"
{

Sebastian Kehr
committed
"name": "symfony/options-resolver",
"version": "v3.4.22",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/options-resolver.git",
"reference": "0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793",
"reference": "0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Sebastian Kehr
committed
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{

Sebastian Kehr
committed
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Sebastian Kehr
committed
"description": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [

Sebastian Kehr
committed
"config",
"configuration",
"options"
],

Sebastian Kehr
committed
"time": "2019-01-16T09:39:14+00:00"
},

Sebastian Kehr
committed
"name": "symfony/polyfill-apcu",
"version": "v1.11.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/polyfill-apcu.git",
"reference": "a502face1da6a53289480166f24de2c3c68e5c3c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a502face1da6a53289480166f24de2c3c68e5c3c",
"reference": "a502face1da6a53289480166f24de2c3c68e5c3c",
"shasum": ""
},

Sebastian Kehr
committed
"require": {
"php": ">=5.3.3"
},
"type": "library",

Sebastian Kehr
committed
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"

Sebastian Kehr
committed
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Apcu\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Sebastian Kehr
committed
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Sebastian Kehr
committed
"description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"apcu",
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"

Sebastian Kehr
committed
"name": "symfony/polyfill-ctype",
"version": "v1.11.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "82ebae02209c21113908c229e9883c419720738a"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
"shasum": ""
},

Sebastian Kehr
committed
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",

Sebastian Kehr
committed
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [

Sebastian Kehr
committed
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"

Sebastian Kehr
committed
"name": "Gert de Pagter",
"email": "backendtea@gmail.com"

Sebastian Kehr
committed
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",

Sebastian Kehr
committed
"compatibility",
"ctype",
"polyfill",
"portable"

Sebastian Kehr
committed
"time": "2019-02-06T07:57:58+00:00"
{

Sebastian Kehr
committed
"name": "symfony/polyfill-mbstring",
"version": "v1.10.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": ">=5.3.3"
},

Sebastian Kehr
committed
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Polyfill\\Mbstring\\": ""
},

Sebastian Kehr
committed
"files": [
"bootstrap.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"
}
],

Sebastian Kehr
committed
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [

Sebastian Kehr
committed
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],

Sebastian Kehr
committed
"time": "2018-09-21T13:07:52+00:00"
},
{

Sebastian Kehr
committed
"name": "symfony/polyfill-php70",
"version": "v1.11.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "bc4858fb611bda58719124ca079baff854149c89"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
"reference": "bc4858fb611bda58719124ca079baff854149c89",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"paragonie/random_compat": "~1.0|~2.0|~9.99",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Polyfill\\Php70\\": ""
},

Sebastian Kehr
committed
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Sebastian Kehr
committed
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",

Sebastian Kehr
committed
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},

Sebastian Kehr
committed
"name": "symfony/property-access",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/property-access.git",
"reference": "9b1c9df96a00c14445bef4cf37ad85e7239d8a4a"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/property-access/zipball/9b1c9df96a00c14445bef4cf37ad85e7239d8a4a",
"reference": "9b1c9df96a00c14445bef4cf37ad85e7239d8a4a",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",

Sebastian Kehr
committed
"symfony/inflector": "~3.1|~4.0",
"symfony/polyfill-php70": "~1.0"
},
"require-dev": {
"symfony/cache": "~3.1|~4.0"
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\PropertyAccess\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Sebastian Kehr
committed
"description": "Symfony PropertyAccess Component",
"homepage": "https://symfony.com",
"keywords": [

Sebastian Kehr
committed
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"

Sebastian Kehr
committed
"time": "2019-03-04T06:36:31+00:00"

Sebastian Kehr
committed
"name": "symfony/property-info",
"version": "v3.4.24",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/property-info.git",
"reference": "7a849a6765fc8481d9b7b79558ca0c5bc01972c2"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/property-info/zipball/7a849a6765fc8481d9b7b79558ca0c5bc01972c2",
"reference": "7a849a6765fc8481d9b7b79558ca0c5bc01972c2",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8",
"symfony/inflector": "~3.1|~4.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0",
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/cache": "~3.1|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/serializer": "~2.8|~3.0|~4.0"
},
"suggest": {
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
"psr/cache-implementation": "To cache results",
"symfony/doctrine-bridge": "To use Doctrine metadata",
"symfony/serializer": "To use Serializer metadata"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\PropertyInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Sebastian Kehr
committed
"description": "Symfony Property Info Component",
"homepage": "https://symfony.com",
"keywords": [

Sebastian Kehr
committed
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"

Sebastian Kehr
committed
"time": "2019-02-23T15:06:07+00:00"
},
{

Sebastian Kehr
committed
"name": "symfony/serializer",
"version": "v3.4.24",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/symfony/serializer.git",
"reference": "c74469e1560e2d8926c068b319fcca66df8fdb4e"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/serializer/zipball/c74469e1560e2d8926c068b319fcca66df8fdb4e",
"reference": "c74469e1560e2d8926c068b319fcca66df8fdb4e",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"phpdocumentor/type-resolver": "<0.2.1",
"symfony/dependency-injection": "<3.2",
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
"symfony/property-info": "<3.1",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/cache": "~3.1|~4.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.2|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/property-access": "~2.8|~3.0|~4.0",
"symfony/property-info": "~3.1|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/config": "For using the XML mapping loader.",
"symfony/http-foundation": "To use the DataUriNormalizer.",
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/property-info": "To deserialize relations.",
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Symfony\\Component\\Serializer\\": ""
},

Sebastian Kehr
committed
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{

Sebastian Kehr
committed
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],

Sebastian Kehr
committed
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",

Sebastian Kehr
committed
"time": "2019-03-30T07:48:10+00:00"

Sebastian Kehr
committed
"name": "symfony/yaml",
"version": "v3.4.21",

Sebastian Kehr
committed
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea"

Sebastian Kehr
committed
"url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
"reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea",

Sebastian Kehr
committed
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},