mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "fisharebest/php-polyfill",
|
|
"type": "library",
|
|
"description": "Polyfills for PHP 5.3 onwards",
|
|
"keywords": [
|
|
"php",
|
|
"polyfill",
|
|
"shim",
|
|
"compat",
|
|
"compatibility"
|
|
],
|
|
"homepage": "https://github.com/fisharebest/php-polyfill",
|
|
"license": "MIT and GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Greg Roach",
|
|
"email": "fisharebest@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"fisharebest/ext-calendar": "~2.2",
|
|
"jakeasmith/http_build_url": "~0.1",
|
|
"symfony/polyfill-apcu": "1.1.*",
|
|
"symfony/polyfill-php54": "1.1.*",
|
|
"symfony/polyfill-php55": "1.1.*",
|
|
"symfony/polyfill-php56": "1.1.*",
|
|
"symfony/polyfill-php70": "1.1.*",
|
|
"symfony/polyfill-iconv": "1.1.*",
|
|
"symfony/polyfill-intl-grapheme": "1.1.*",
|
|
"symfony/polyfill-intl-icu": "1.1.*",
|
|
"symfony/polyfill-intl-normalizer": "1.1.*",
|
|
"symfony/polyfill-mbstring": "1.1.*",
|
|
"symfony/polyfill-util": "1.1.*",
|
|
"symfony/polyfill-xml": "1.1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"satooshi/php-coveralls": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fisharebest\\PhpPolyfill\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/bootstrap.php"
|
|
]
|
|
}
|
|
}
|