854 lines
29 KiB
JSON
Executable File
854 lines
29 KiB
JSON
Executable File
{
|
|
"_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#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "5c471b1b5ba3135917d74c53558a6259",
|
|
"packages": [
|
|
{
|
|
"name": "ajani/flash-message",
|
|
"version": "v2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RaspbianFrance/flash-message.git",
|
|
"reference": "7a01306c2850b0a37c9910f29935e0b0923b65a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RaspbianFrance/flash-message/zipball/7a01306c2850b0a37c9910f29935e0b0923b65a1",
|
|
"reference": "7a01306c2850b0a37c9910f29935e0b0923b65a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FlashMessage": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "osaajani",
|
|
"email": "plebwebsas@gmail.com"
|
|
}
|
|
],
|
|
"description": "A simple package to allow usage of flash messages using session.",
|
|
"time": "2019-11-09T02:11:30+00:00"
|
|
},
|
|
{
|
|
"name": "giggsey/libphonenumber-for-php",
|
|
"version": "8.10.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
|
"reference": "f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f",
|
|
"reference": "f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"giggsey/locale": "^1.7",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"pear/pear-core-minimal": "^1.9",
|
|
"pear/pear_exception": "^1.0",
|
|
"pear/versioncontrol_git": "^0.5",
|
|
"phing/phing": "^2.7",
|
|
"php-coveralls/php-coveralls": "^1.0|^2.0",
|
|
"phpunit/phpunit": "^4.8.36|^5.0",
|
|
"symfony/console": "^2.8|^3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"libphonenumber\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/src/data/",
|
|
"/src/carrier/data/",
|
|
"/src/geocoding/data/",
|
|
"/src/timezone/data/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Gigg",
|
|
"email": "giggsey@gmail.com",
|
|
"homepage": "https://giggsey.com/"
|
|
}
|
|
],
|
|
"description": "PHP Port of Google's libphonenumber",
|
|
"homepage": "https://github.com/giggsey/libphonenumber-for-php",
|
|
"keywords": [
|
|
"geocoding",
|
|
"geolocation",
|
|
"libphonenumber",
|
|
"mobile",
|
|
"phonenumber",
|
|
"validation"
|
|
],
|
|
"time": "2019-10-30T11:52:30+00:00"
|
|
},
|
|
{
|
|
"name": "giggsey/locale",
|
|
"version": "1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/giggsey/Locale.git",
|
|
"reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/giggsey/Locale/zipball/85a1b251bad11c986fec2a051b10d4b80a5caa1b",
|
|
"reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"pear/pear-core-minimal": "^1.9",
|
|
"pear/pear_exception": "^1.0",
|
|
"pear/versioncontrol_git": "^0.5",
|
|
"phing/phing": "~2.7",
|
|
"php-coveralls/php-coveralls": "^1.0|^2.0",
|
|
"phpunit/phpunit": "^4.8|^5.0",
|
|
"symfony/console": "^2.8|^3.0|^4.0",
|
|
"symfony/filesystem": "^2.8|^3.0|^4.0",
|
|
"symfony/finder": "^2.8|^3.0|^4.0",
|
|
"symfony/process": "^2.8|^3.0|^4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Giggsey\\Locale\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Gigg",
|
|
"email": "giggsey@gmail.com",
|
|
"homepage": "http://giggsey.com/"
|
|
}
|
|
],
|
|
"description": "Locale functions required by libphonenumber-for-php",
|
|
"time": "2019-10-09T18:53:14+00:00"
|
|
},
|
|
{
|
|
"name": "ingenerator/tokenista",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ingenerator/tokenista.git",
|
|
"reference": "e579ff4c747c114cdef18dd967a92ff0e73b9797"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ingenerator/tokenista/zipball/e579ff4c747c114cdef18dd967a92ff0e73b9797",
|
|
"reference": "e579ff4c747c114cdef18dd967a92ff0e73b9797",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"lib-openssl": "*",
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Ingenerator": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andrew Coulton",
|
|
"email": "andrew@ingenerator.com",
|
|
"homepage": "http://www.ingenerator.com"
|
|
}
|
|
],
|
|
"description": "Simple signed and expiring token generator and validator - for password reset, CSRF, authentication, whatever",
|
|
"homepage": "https://github.com/ingenerator/tokenista",
|
|
"keywords": [
|
|
"auth",
|
|
"csrf",
|
|
"token"
|
|
],
|
|
"time": "2018-02-26T14:16:22+00: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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.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": "2019-11-01T11:05:21+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache",
|
|
"version": "v5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache.git",
|
|
"reference": "32bd1f9be1684bba768a6834037706cf0950843c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/32bd1f9be1684bba768a6834037706cf0950843c",
|
|
"reference": "32bd1f9be1684bba768a6834037706cf0950843c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"psr/cache": "~1.0",
|
|
"psr/log": "~1.0",
|
|
"symfony/cache-contracts": "^1.1.7|^2",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/var-exporter": "^4.4|^5.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/dbal": "<2.5",
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/http-kernel": "<4.4",
|
|
"symfony/var-dumper": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/cache-implementation": "1.0",
|
|
"psr/simple-cache-implementation": "1.0",
|
|
"symfony/cache-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "dev-master",
|
|
"doctrine/cache": "~1.6",
|
|
"doctrine/dbal": "~2.5",
|
|
"predis/predis": "~1.1",
|
|
"psr/simple-cache": "^1.0",
|
|
"symfony/config": "^4.4|^5.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0",
|
|
"symfony/var-dumper": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2019-11-18T17:27:11+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/cache-contracts",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/cache-contracts.git",
|
|
"reference": "a91281de82119a7a07481b892f709d88da592cd3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a91281de82119a7a07481b892f709d88da592cd3",
|
|
"reference": "a91281de82119a7a07481b892f709d88da592cd3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.9",
|
|
"psr/cache": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/cache-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Cache\\": ""
|
|
}
|
|
},
|
|
"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": "Generic abstractions related to caching",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2019-11-09T09:18:34+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/expression-language",
|
|
"version": "v5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/expression-language.git",
|
|
"reference": "121ece2d8c52777db0809525526ba9875f5a483a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/121ece2d8c52777db0809525526ba9875f5a483a",
|
|
"reference": "121ece2d8c52777db0809525526ba9875f5a483a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/cache": "^4.4|^5.0",
|
|
"symfony/service-contracts": "^1.1|^2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ExpressionLanguage\\": ""
|
|
},
|
|
"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 ExpressionLanguage Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2019-11-18T17:27:11+00: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"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
|
|
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2019-08-06T08:03:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/9d99e1556417bf227a62e14856d630672bf10eaf",
|
|
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.9",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"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": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2019-11-09T09:18:34+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-exporter",
|
|
"version": "v5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-exporter.git",
|
|
"reference": "e2f1eeb12edacf744c4b359a859204578fdf8549"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/e2f1eeb12edacf744c4b359a859204578fdf8549",
|
|
"reference": "e2f1eeb12edacf744c4b359a859204578fdf8549",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2019-11-18T17:27:11+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26",
|
|
"reference": "9b58bb8ac7a41d72fbb5a7dc643e07923e5ccc26",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.9",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/debug": "^3.4|^4.2|^5.0",
|
|
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"homepage": "https://twig.symfony.com/contributors",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2019-11-15T20:38:32+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|