You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
995 lines
34 KiB
995 lines
34 KiB
{ |
|
"_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" |
|
], |
|
"content-hash": "6aa60094df2e34eb31f7dcfdf9de5c60", |
|
"packages": [ |
|
{ |
|
"name": "league/pipeline", |
|
"version": "1.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/thephpleague/pipeline.git", |
|
"reference": "aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/thephpleague/pipeline/zipball/aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8", |
|
"reference": "aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"require-dev": { |
|
"leanphp/phpspec-code-coverage": "^4.2", |
|
"phpspec/phpspec": "^4.3" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"League\\Pipeline\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Frank de Jonge", |
|
"email": "info@frenky.net", |
|
"role": "Author" |
|
}, |
|
{ |
|
"name": "Woody Gilk", |
|
"email": "woody.gilk@gmail.com", |
|
"role": "Maintainer" |
|
} |
|
], |
|
"description": "A plug and play pipeline implementation.", |
|
"keywords": [ |
|
"composition", |
|
"design pattern", |
|
"pattern", |
|
"pipeline", |
|
"sequential" |
|
], |
|
"support": { |
|
"issues": "https://github.com/thephpleague/pipeline/issues", |
|
"source": "https://github.com/thephpleague/pipeline/tree/master" |
|
}, |
|
"time": "2018-06-05T21:06:51+00:00" |
|
}, |
|
{ |
|
"name": "psr/container", |
|
"version": "2.0.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/container.git", |
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.4.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Container\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "https://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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/php-fig/container/issues", |
|
"source": "https://github.com/php-fig/container/tree/2.0.2" |
|
}, |
|
"time": "2021-11-05T16:47:00+00:00" |
|
}, |
|
{ |
|
"name": "psr/log", |
|
"version": "3.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/log.git", |
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", |
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Log\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "https://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for logging libraries", |
|
"homepage": "https://github.com/php-fig/log", |
|
"keywords": [ |
|
"log", |
|
"psr", |
|
"psr-3" |
|
], |
|
"support": { |
|
"source": "https://github.com/php-fig/log/tree/3.0.0" |
|
}, |
|
"time": "2021-07-14T16:46:02+00:00" |
|
}, |
|
{ |
|
"name": "symfony/console", |
|
"version": "v6.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/console.git", |
|
"reference": "fafd9802d386bf1c267e0249ddb7ceb14dcfdad4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/console/zipball/fafd9802d386bf1c267e0249ddb7ceb14dcfdad4", |
|
"reference": "fafd9802d386bf1c267e0249ddb7ceb14dcfdad4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2", |
|
"symfony/polyfill-mbstring": "~1.0", |
|
"symfony/service-contracts": "^1.1|^2|^3", |
|
"symfony/string": "^5.4|^6.0" |
|
}, |
|
"conflict": { |
|
"symfony/dependency-injection": "<5.4", |
|
"symfony/dotenv": "<5.4", |
|
"symfony/event-dispatcher": "<5.4", |
|
"symfony/lock": "<5.4", |
|
"symfony/process": "<5.4" |
|
}, |
|
"provide": { |
|
"psr/log-implementation": "1.0|2.0|3.0" |
|
}, |
|
"require-dev": { |
|
"psr/log": "^1|^2|^3", |
|
"symfony/config": "^5.4|^6.0", |
|
"symfony/dependency-injection": "^5.4|^6.0", |
|
"symfony/event-dispatcher": "^5.4|^6.0", |
|
"symfony/lock": "^5.4|^6.0", |
|
"symfony/process": "^5.4|^6.0", |
|
"symfony/var-dumper": "^5.4|^6.0" |
|
}, |
|
"suggest": { |
|
"psr/log": "For using the console logger", |
|
"symfony/event-dispatcher": "", |
|
"symfony/lock": "", |
|
"symfony/process": "" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Console\\": "" |
|
}, |
|
"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": "Eases the creation of beautiful and testable command line interfaces", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"cli", |
|
"command line", |
|
"console", |
|
"terminal" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/console/tree/v6.0.1" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-12-09T12:47:37+00:00" |
|
}, |
|
{ |
|
"name": "symfony/filesystem", |
|
"version": "v6.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/filesystem.git", |
|
"reference": "52b3c9cce673b014915445a432339f282e002ce6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/52b3c9cce673b014915445a432339f282e002ce6", |
|
"reference": "52b3c9cce673b014915445a432339f282e002ce6", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2", |
|
"symfony/polyfill-ctype": "~1.8", |
|
"symfony/polyfill-mbstring": "~1.8" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Filesystem\\": "" |
|
}, |
|
"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": "Provides basic utilities for the filesystem", |
|
"homepage": "https://symfony.com", |
|
"support": { |
|
"source": "https://github.com/symfony/filesystem/tree/v6.0.0" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-10-29T07:35:21+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-ctype", |
|
"version": "v1.23.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-ctype.git", |
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", |
|
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-ctype": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.23-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" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-02-19T12:13:01+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-intl-grapheme", |
|
"version": "v1.23.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
|
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", |
|
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-intl": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.23-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/polyfill", |
|
"url": "https://github.com/symfony/polyfill" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
|
}, |
|
"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 intl's grapheme_* functions", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"grapheme", |
|
"intl", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-05-27T12:26:48+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-intl-normalizer", |
|
"version": "v1.23.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", |
|
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-intl": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.23-dev" |
|
}, |
|
"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" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-02-19T12:13:01+00:00" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-mbstring", |
|
"version": "v1.23.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", |
|
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.1" |
|
}, |
|
"suggest": { |
|
"ext-mbstring": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "1.23-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/polyfill", |
|
"url": "https://github.com/symfony/polyfill" |
|
} |
|
}, |
|
"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" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-05-27T12:26:48+00:00" |
|
}, |
|
{ |
|
"name": "symfony/service-contracts", |
|
"version": "v3.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/service-contracts.git", |
|
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/36715ebf9fb9db73db0cb24263c79077c6fe8603", |
|
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2", |
|
"psr/container": "^2.0" |
|
}, |
|
"conflict": { |
|
"ext-psr": "<1.1|>=2" |
|
}, |
|
"suggest": { |
|
"symfony/service-implementation": "" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-main": "3.0-dev" |
|
}, |
|
"thanks": { |
|
"name": "symfony/contracts", |
|
"url": "https://github.com/symfony/contracts" |
|
} |
|
}, |
|
"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" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/service-contracts/tree/v3.0.0" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-11-04T17:53:12+00:00" |
|
}, |
|
{ |
|
"name": "symfony/string", |
|
"version": "v6.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/string.git", |
|
"reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/string/zipball/0cfed595758ec6e0a25591bdc8ca733c1896af32", |
|
"reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2", |
|
"symfony/polyfill-ctype": "~1.8", |
|
"symfony/polyfill-intl-grapheme": "~1.0", |
|
"symfony/polyfill-intl-normalizer": "~1.0", |
|
"symfony/polyfill-mbstring": "~1.0" |
|
}, |
|
"conflict": { |
|
"symfony/translation-contracts": "<2.0" |
|
}, |
|
"require-dev": { |
|
"symfony/error-handler": "^5.4|^6.0", |
|
"symfony/http-client": "^5.4|^6.0", |
|
"symfony/translation-contracts": "^2.0|^3.0", |
|
"symfony/var-exporter": "^5.4|^6.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\String\\": "" |
|
}, |
|
"files": [ |
|
"Resources/functions.php" |
|
], |
|
"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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"grapheme", |
|
"i18n", |
|
"string", |
|
"unicode", |
|
"utf-8", |
|
"utf8" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/string/tree/v6.0.1" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-12-08T15:13:44+00:00" |
|
}, |
|
{ |
|
"name": "twig/twig", |
|
"version": "v3.3.7", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/twigphp/Twig.git", |
|
"reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/8f168c6ffa3ce76d1786b3cd52275424a3fc675b", |
|
"reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=7.2.5", |
|
"symfony/polyfill-ctype": "^1.8", |
|
"symfony/polyfill-mbstring": "^1.3" |
|
}, |
|
"require-dev": { |
|
"psr/container": "^1.0", |
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.3-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", |
|
"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" |
|
], |
|
"support": { |
|
"issues": "https://github.com/twigphp/Twig/issues", |
|
"source": "https://github.com/twigphp/Twig/tree/v3.3.7" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig", |
|
"type": "tidelift" |
|
} |
|
], |
|
"time": "2022-01-03T21:15:37+00:00" |
|
} |
|
], |
|
"packages-dev": [ |
|
{ |
|
"name": "symfony/var-dumper", |
|
"version": "v6.0.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/var-dumper.git", |
|
"reference": "41e46f64084a205459a862751158ce2190bd5cb5" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/41e46f64084a205459a862751158ce2190bd5cb5", |
|
"reference": "41e46f64084a205459a862751158ce2190bd5cb5", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2", |
|
"symfony/polyfill-mbstring": "~1.0" |
|
}, |
|
"conflict": { |
|
"phpunit/phpunit": "<5.4.3", |
|
"symfony/console": "<5.4" |
|
}, |
|
"require-dev": { |
|
"ext-iconv": "*", |
|
"symfony/console": "^5.4|^6.0", |
|
"symfony/process": "^5.4|^6.0", |
|
"symfony/uid": "^5.4|^6.0", |
|
"twig/twig": "^2.13|^3.0.4" |
|
}, |
|
"suggest": { |
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
|
"ext-intl": "To show region name in time zone dump", |
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" |
|
}, |
|
"bin": [ |
|
"Resources/bin/var-dump-server" |
|
], |
|
"type": "library", |
|
"autoload": { |
|
"files": [ |
|
"Resources/functions/dump.php" |
|
], |
|
"psr-4": { |
|
"Symfony\\Component\\VarDumper\\": "" |
|
}, |
|
"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": "Provides mechanisms for walking through any arbitrary PHP variable", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"debug", |
|
"dump" |
|
], |
|
"support": { |
|
"source": "https://github.com/symfony/var-dumper/tree/v6.0.2" |
|
}, |
|
"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" |
|
} |
|
], |
|
"time": "2021-12-29T10:14:09+00:00" |
|
} |
|
], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": [], |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": { |
|
"php": ">=8.0.2" |
|
}, |
|
"platform-dev": [], |
|
"plugin-api-version": "2.2.0" |
|
}
|
|
|