webcron/composer.lock

803 lines
27 KiB
Plaintext
Raw Normal View History

2017-04-14 15:58:09 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-09-13 14:04:42 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-04-14 15:58:09 +02:00
"This file is @generated automatically"
],
2018-09-13 14:04:42 +02:00
"content-hash": "7eced2a75010609593705f82da1ed413",
2017-04-14 15:58:09 +02:00
"packages": [
{
"name": "guzzlehttp/guzzle",
2020-10-05 22:08:52 +02:00
"version": "6.5.5",
2017-04-14 15:58:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-10-05 22:08:52 +02:00
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
2017-04-14 15:58:09 +02:00
},
"dist": {
"type": "zip",
2020-10-05 22:08:52 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
2017-04-14 15:58:09 +02:00
"shasum": ""
},
"require": {
2020-10-05 22:08:52 +02:00
"ext-json": "*",
2017-04-14 15:58:09 +02:00
"guzzlehttp/promises": "^1.0",
2020-10-05 22:08:52 +02:00
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
2017-04-14 15:58:09 +02:00
},
"require-dev": {
"ext-curl": "*",
2018-09-13 14:04:42 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-10-05 22:08:52 +02:00
"psr/log": "^1.1"
2017-04-14 15:58:09 +02:00
},
2018-09-13 14:04:42 +02:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2017-04-14 15:58:09 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-10-05 22:08:52 +02:00
"dev-master": "6.5-dev"
2017-04-14 15:58:09 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2020-10-05 22:08:52 +02:00
},
"files": [
"src/functions_include.php"
]
2017-04-14 15:58:09 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2021-04-06 11:49:42 +02:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
2020-10-05 22:08:52 +02:00
"time": "2020-06-16T21:01:06+00:00"
2017-04-14 15:58:09 +02:00
},
{
"name": "guzzlehttp/promises",
2021-04-06 11:49:42 +02:00
"version": "1.4.1",
2017-04-14 15:58:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-04-06 11:49:42 +02:00
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
2017-04-14 15:58:09 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
2017-04-14 15:58:09 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=5.5"
2017-04-14 15:58:09 +02:00
},
"require-dev": {
2021-04-06 11:49:42 +02:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2017-04-14 15:58:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-04-06 11:49:42 +02:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.1"
},
"time": "2021-03-07T09:25:29+00:00"
2017-04-14 15:58:09 +02:00
},
{
"name": "guzzlehttp/psr7",
2021-04-06 11:49:42 +02:00
"version": "1.8.1",
2017-04-14 15:58:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-04-06 11:49:42 +02:00
"reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
2017-04-14 15:58:09 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
"reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
2017-04-14 15:58:09 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2020-10-05 22:08:52 +02:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2017-04-14 15:58:09 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2020-10-05 22:08:52 +02:00
"ext-zlib": "*",
2021-04-06 11:49:42 +02:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2020-10-05 22:08:52 +02:00
},
"suggest": {
2021-04-06 11:49:42 +02:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2017-04-14 15:58:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-master": "1.7-dev"
2017-04-14 15:58:09 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2020-10-05 22:08:52 +02:00
"psr-7",
2017-04-14 15:58:09 +02:00
"request",
"response",
"stream",
"uri",
"url"
],
2021-04-06 11:49:42 +02:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.1"
2020-10-05 22:08:52 +02:00
},
2021-04-06 11:49:42 +02:00
"time": "2021-03-21T16:25:00+00:00"
2017-04-14 15:58:09 +02: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"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2017-09-02 17:13:46 +02:00
"time": "2016-08-06T14:39:51+00:00"
2017-04-14 15:58:09 +02:00
},
2020-10-05 22:08:52 +02:00
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2021-04-06 11:49:42 +02:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2020-10-05 22:08:52 +02:00
"time": "2019-03-08T08:55:37+00:00"
},
2018-09-13 14:04:42 +02:00
{
"name": "symfony/polyfill-ctype",
2021-04-06 11:49:42 +02:00
"version": "v1.22.1",
2018-09-13 14:04:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-04-06 11:49:42 +02:00
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2018-09-13 14:04:42 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
2018-09-13 14:04:42 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.1"
2018-09-13 14:04:42 +02:00
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-main": "1.22-dev"
2020-10-05 22:08:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-09-13 14:04:42 +02:00
}
},
"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"
2020-10-05 22:08:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-09-13 14:04:42 +02:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
},
2020-10-05 22:08:52 +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-04-06 11:49:42 +02:00
"time": "2021-01-07T16:49:33+00:00"
2020-10-05 22:08:52 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
2021-04-06 11:49:42 +02:00
"version": "v1.22.1",
2020-10-05 22:08:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2021-04-06 11:49:42 +02:00
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
2020-10-05 22:08:52 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
2020-10-05 22:08:52 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.1",
2020-10-05 22:08:52 +02:00
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-main": "1.22-dev"
2020-10-05 22:08:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
},
2020-10-05 22:08:52 +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-04-06 11:49:42 +02:00
"time": "2021-01-22T09:19:47+00:00"
2020-10-05 22:08:52 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2021-04-06 11:49:42 +02:00
"version": "v1.22.1",
2020-10-05 22:08:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-04-06 11:49:42 +02:00
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
2020-10-05 22:08:52 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
2020-10-05 22:08:52 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.1"
2020-10-05 22:08:52 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-main": "1.22-dev"
2020-10-05 22:08:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
},
2020-10-05 22:08:52 +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-04-06 11:49:42 +02:00
"time": "2021-01-22T09:19:47+00:00"
2018-09-13 14:04:42 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2021-04-06 11:49:42 +02:00
"version": "v1.22.1",
2018-09-13 14:04:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2021-04-06 11:49:42 +02:00
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
2018-09-13 14:04:42 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
2018-09-13 14:04:42 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.1"
2018-09-13 14:04:42 +02:00
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-main": "1.22-dev"
2020-10-05 22:08:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-09-13 14:04:42 +02:00
}
},
"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"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
2020-10-05 22:08:52 +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-04-06 11:49:42 +02:00
"time": "2021-01-22T09:19:47+00:00"
2020-10-05 22:08:52 +02:00
},
{
"name": "symfony/polyfill-php72",
2021-04-06 11:49:42 +02:00
"version": "v1.22.1",
2020-10-05 22:08:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2021-04-06 11:49:42 +02:00
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2020-10-05 22:08:52 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2020-10-05 22:08:52 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.1"
2020-10-05 22:08:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-main": "1.22-dev"
2020-10-05 22:08:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-04-06 11:49:42 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
},
2020-10-05 22:08:52 +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-04-06 11:49:42 +02:00
"time": "2021-01-07T16:49:33+00:00"
2018-09-13 14:04:42 +02:00
},
2017-04-14 15:58:09 +02:00
{
"name": "twig/twig",
2021-04-06 11:49:42 +02:00
"version": "v2.14.4",
2017-04-14 15:58:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2021-04-06 11:49:42 +02:00
"reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf"
2017-04-14 15:58:09 +02:00
},
"dist": {
"type": "zip",
2021-04-06 11:49:42 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/0b4ba691fb99ec7952d25deb36c0a83061b93bbf",
"reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf",
2017-04-14 15:58:09 +02:00
"shasum": ""
},
"require": {
2021-04-06 11:49:42 +02:00
"php": ">=7.2.5",
2018-09-13 14:04:42 +02:00
"symfony/polyfill-ctype": "^1.8",
2020-10-05 22:08:52 +02:00
"symfony/polyfill-mbstring": "^1.3"
2017-04-14 15:58:09 +02:00
},
"require-dev": {
"psr/container": "^1.0",
2020-10-05 22:08:52 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2017-04-14 15:58:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-06 11:49:42 +02:00
"dev-master": "2.14-dev"
2017-04-14 15:58:09 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
2017-09-02 17:13:46 +02:00
},
"psr-4": {
"Twig\\": "src/"
2017-04-14 15:58:09 +02:00
}
},
"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"
},
2020-10-05 22:08:52 +02:00
{
"name": "Twig Team",
"role": "Contributors"
},
2017-04-14 15:58:09 +02:00
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
2018-09-13 14:04:42 +02:00
"homepage": "https://twig.symfony.com",
2017-04-14 15:58:09 +02:00
"keywords": [
"templating"
],
2021-04-06 11:49:42 +02:00
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v2.14.4"
},
2020-10-05 22:08:52 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2021-04-06 11:49:42 +02:00
"time": "2021-03-10T10:05:55+00:00"
2017-04-14 15:58:09 +02:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-10-05 22:08:52 +02:00
"platform-dev": [],
2021-04-06 11:49:42 +02:00
"plugin-api-version": "2.0.0"
2017-04-14 15:58:09 +02:00
}