5106 lines
178 KiB
Plaintext
5106 lines
178 KiB
Plaintext
|
|
{
|
||
|
|
"_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": "ab86bbf091955b05f9ae24c6768d8879",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "cakephp/chronos",
|
||
|
|
"version": "3.0.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/chronos.git",
|
||
|
|
"reference": "9cb035acd10152a6b74df936986f15c4e6015bd3"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/chronos/zipball/9cb035acd10152a6b74df936986f15c4e6015bd3",
|
||
|
|
"reference": "9cb035acd10152a6b74df936986f15c4e6015bd3",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"cakephp/cakephp-codesniffer": "^5.0",
|
||
|
|
"phpunit/phpunit": "^10.1.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Cake\\Chronos\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Brian Nesbitt",
|
||
|
|
"email": "brian@nesbot.com",
|
||
|
|
"homepage": "http://nesbot.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "The CakePHP Team",
|
||
|
|
"homepage": "https://cakephp.org"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A simple API extension for DateTime.",
|
||
|
|
"homepage": "https://cakephp.org",
|
||
|
|
"keywords": [
|
||
|
|
"date",
|
||
|
|
"datetime",
|
||
|
|
"time"
|
||
|
|
],
|
||
|
|
"time": "2023-10-17T07:41:48+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "cakephp/core",
|
||
|
|
"version": "5.0.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/core.git",
|
||
|
|
"reference": "cee450cb58606e1f80dc4dbbd2bba418b5b6b57d"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/core/zipball/cee450cb58606e1f80dc4dbbd2bba418b5b6b57d",
|
||
|
|
"reference": "cee450cb58606e1f80dc4dbbd2bba418b5b6b57d",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"cakephp/utility": "^5.0",
|
||
|
|
"league/container": "^4.2",
|
||
|
|
"php": ">=8.1",
|
||
|
|
"psr/container": "^1.1 || ^2.0"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"psr/container-implementation": "^2.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"cakephp/cache": "To use Configure::store() and restore().",
|
||
|
|
"cakephp/event": "To use PluginApplicationInterface or plugin applications.",
|
||
|
|
"league/container": "To use Container and ServiceProvider classes"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"functions.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Cake\\Core\\": "."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "CakePHP Community",
|
||
|
|
"homepage": "https://github.com/cakephp/core/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "CakePHP Framework Core classes",
|
||
|
|
"homepage": "https://cakephp.org",
|
||
|
|
"keywords": [
|
||
|
|
"cakephp",
|
||
|
|
"core",
|
||
|
|
"framework"
|
||
|
|
],
|
||
|
|
"time": "2024-02-21T21:29:51+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "cakephp/database",
|
||
|
|
"version": "5.0.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/database.git",
|
||
|
|
"reference": "218f60271f65d1808272f785ce64a15491796648"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/database/zipball/218f60271f65d1808272f785ce64a15491796648",
|
||
|
|
"reference": "218f60271f65d1808272f785ce64a15491796648",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"cakephp/chronos": "^3.0.2",
|
||
|
|
"cakephp/core": "^5.0",
|
||
|
|
"cakephp/datasource": "^5.0",
|
||
|
|
"php": ">=8.1",
|
||
|
|
"psr/log": "^3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"cakephp/i18n": "^5.0",
|
||
|
|
"cakephp/log": "^5.0",
|
||
|
|
"phpstan/phpstan": "^1.10"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"cakephp/i18n": "If you are using locale-aware datetime formats.",
|
||
|
|
"cakephp/log": "If you want to use query logging without providing a logger yourself."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Cake\\Database\\": "."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "CakePHP Community",
|
||
|
|
"homepage": "https://github.com/cakephp/database/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
|
||
|
|
"homepage": "https://cakephp.org",
|
||
|
|
"keywords": [
|
||
|
|
"abstraction",
|
||
|
|
"cakephp",
|
||
|
|
"database",
|
||
|
|
"database abstraction",
|
||
|
|
"pdo"
|
||
|
|
],
|
||
|
|
"time": "2024-03-04T21:01:09+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "cakephp/datasource",
|
||
|
|
"version": "5.0.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/datasource.git",
|
||
|
|
"reference": "848bf92854b91876c57ed2c2dc70e0cc846ec309"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/datasource/zipball/848bf92854b91876c57ed2c2dc70e0cc846ec309",
|
||
|
|
"reference": "848bf92854b91876c57ed2c2dc70e0cc846ec309",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"cakephp/core": "^5.0",
|
||
|
|
"php": ">=8.1",
|
||
|
|
"psr/simple-cache": "^2.0 || ^3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"cakephp/cache": "^5.0",
|
||
|
|
"cakephp/collection": "^5.0",
|
||
|
|
"cakephp/utility": "^5.0",
|
||
|
|
"phpstan/phpstan": "^1.10"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"cakephp/cache": "If you decide to use Query caching.",
|
||
|
|
"cakephp/collection": "If you decide to use ResultSetInterface.",
|
||
|
|
"cakephp/utility": "If you decide to use EntityTrait."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Cake\\Datasource\\": "."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "CakePHP Community",
|
||
|
|
"homepage": "https://github.com/cakephp/datasource/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
|
||
|
|
"homepage": "https://cakephp.org",
|
||
|
|
"keywords": [
|
||
|
|
"cakephp",
|
||
|
|
"connection management",
|
||
|
|
"datasource",
|
||
|
|
"entity",
|
||
|
|
"query"
|
||
|
|
],
|
||
|
|
"time": "2024-01-23T20:49:53+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "cakephp/utility",
|
||
|
|
"version": "5.0.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/utility.git",
|
||
|
|
"reference": "6d624cefc3e005ebf9bd2e7d8a1d35f5f4601ff8"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/utility/zipball/6d624cefc3e005ebf9bd2e7d8a1d35f5f4601ff8",
|
||
|
|
"reference": "6d624cefc3e005ebf9bd2e7d8a1d35f5f4601ff8",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"cakephp/core": "^5.0",
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "To use Text::transliterate() or Text::slug()",
|
||
|
|
"lib-ICU": "To use Text::transliterate() or Text::slug()"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Cake\\Utility\\": "."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "CakePHP Community",
|
||
|
|
"homepage": "https://github.com/cakephp/utility/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
|
||
|
|
"homepage": "https://cakephp.org",
|
||
|
|
"keywords": [
|
||
|
|
"cakephp",
|
||
|
|
"hash",
|
||
|
|
"inflector",
|
||
|
|
"security",
|
||
|
|
"string",
|
||
|
|
"utility"
|
||
|
|
],
|
||
|
|
"time": "2024-02-24T04:42:47+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "defuse/php-encryption",
|
||
|
|
"version": "v2.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/defuse/php-encryption.git",
|
||
|
|
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
|
||
|
|
"reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-openssl": "*",
|
||
|
|
"paragonie/random_compat": ">= 2",
|
||
|
|
"php": ">=5.6.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
|
||
|
|
"yoast/phpunit-polyfills": "^2.0.0"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"bin/generate-defuse-key"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Defuse\\Crypto\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Taylor Hornby",
|
||
|
|
"email": "taylor@defuse.ca",
|
||
|
|
"homepage": "https://defuse.ca/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Scott Arciszewski",
|
||
|
|
"email": "info@paragonie.com",
|
||
|
|
"homepage": "https://paragonie.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Secure PHP Encryption Library",
|
||
|
|
"keywords": [
|
||
|
|
"aes",
|
||
|
|
"authenticated encryption",
|
||
|
|
"cipher",
|
||
|
|
"crypto",
|
||
|
|
"cryptography",
|
||
|
|
"encrypt",
|
||
|
|
"encryption",
|
||
|
|
"openssl",
|
||
|
|
"security",
|
||
|
|
"symmetric key cryptography"
|
||
|
|
],
|
||
|
|
"time": "2023-06-19T06:10:36+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "doctrine/cache",
|
||
|
|
"version": "1.13.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/doctrine/cache.git",
|
||
|
|
"reference": "56cd022adb5514472cb144c087393c1821911d09"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
|
||
|
|
"reference": "56cd022adb5514472cb144c087393c1821911d09",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "~7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"doctrine/common": ">2.2,<2.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"alcaeus/mongo-php-adapter": "^1.1",
|
||
|
|
"cache/integration-tests": "dev-master",
|
||
|
|
"doctrine/coding-standard": "^9",
|
||
|
|
"mongodb/mongodb": "^1.1",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
|
|
"predis/predis": "~1.0",
|
||
|
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
||
|
|
"symfony/cache": "^4.4 || ^5.4 || ^6",
|
||
|
|
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Guilherme Blanco",
|
||
|
|
"email": "guilhermeblanco@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Roman Borschel",
|
||
|
|
"email": "roman@code-factory.org"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Benjamin Eberlei",
|
||
|
|
"email": "kontakt@beberlei.de"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jonathan Wage",
|
||
|
|
"email": "jonwage@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Johannes Schmitt",
|
||
|
|
"email": "schmittjoh@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
||
|
|
"homepage": "https://www.doctrine-project.org/projects/cache.html",
|
||
|
|
"keywords": [
|
||
|
|
"abstraction",
|
||
|
|
"apcu",
|
||
|
|
"cache",
|
||
|
|
"caching",
|
||
|
|
"couchdb",
|
||
|
|
"memcached",
|
||
|
|
"php",
|
||
|
|
"redis",
|
||
|
|
"xcache"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-05-20T20:06:54+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "doctrine/deprecations",
|
||
|
|
"version": "1.1.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/doctrine/deprecations.git",
|
||
|
|
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
|
||
|
|
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"doctrine/coding-standard": "^9",
|
||
|
|
"phpstan/phpstan": "1.4.10 || 1.10.15",
|
||
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
|
|
"psalm/plugin-phpunit": "0.18.4",
|
||
|
|
"psr/log": "^1 || ^2 || ^3",
|
||
|
|
"vimeo/psalm": "4.30.0 || 5.12.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
||
|
|
"homepage": "https://www.doctrine-project.org/",
|
||
|
|
"time": "2024-01-30T19:34:25+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "doctrine/instantiator",
|
||
|
|
"version": "1.5.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
||
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
||
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"doctrine/coding-standard": "^9 || ^11",
|
||
|
|
"ext-pdo": "*",
|
||
|
|
"ext-phar": "*",
|
||
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
||
|
|
"phpstan/phpstan": "^1.4",
|
||
|
|
"phpstan/phpstan-phpunit": "^1",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
|
|
"vimeo/psalm": "^4.30 || ^5.4"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Marco Pivetta",
|
||
|
|
"email": "ocramius@gmail.com",
|
||
|
|
"homepage": "https://ocramius.github.io/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
||
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
||
|
|
"keywords": [
|
||
|
|
"constructor",
|
||
|
|
"instantiate"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-12-30T00:15:36+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "doctrine/lexer",
|
||
|
|
"version": "2.1.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/doctrine/lexer.git",
|
||
|
|
"reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
|
||
|
|
"reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"doctrine/deprecations": "^1.0",
|
||
|
|
"php": "^7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"doctrine/coding-standard": "^9 || ^12",
|
||
|
|
"phpstan/phpstan": "^1.3",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
|
||
|
|
"psalm/plugin-phpunit": "^0.18.3",
|
||
|
|
"vimeo/psalm": "^4.11 || ^5.21"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Doctrine\\Common\\Lexer\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Guilherme Blanco",
|
||
|
|
"email": "guilhermeblanco@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Roman Borschel",
|
||
|
|
"email": "roman@code-factory.org"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Johannes Schmitt",
|
||
|
|
"email": "schmittjoh@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
||
|
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
||
|
|
"keywords": [
|
||
|
|
"annotations",
|
||
|
|
"docblock",
|
||
|
|
"lexer",
|
||
|
|
"parser",
|
||
|
|
"php"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2024-02-05T11:35:39+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "egulias/email-validator",
|
||
|
|
"version": "3.2.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
||
|
|
"reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
|
||
|
|
"reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"doctrine/lexer": "^1.2|^2",
|
||
|
|
"php": ">=7.2",
|
||
|
|
"symfony/polyfill-intl-idn": "^1.15"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^8.5.8|^9.3.3",
|
||
|
|
"vimeo/psalm": "^4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Egulias\\EmailValidator\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Eduardo Gulias Davis"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A library for validating emails against several RFCs",
|
||
|
|
"homepage": "https://github.com/egulias/EmailValidator",
|
||
|
|
"keywords": [
|
||
|
|
"email",
|
||
|
|
"emailvalidation",
|
||
|
|
"emailvalidator",
|
||
|
|
"validation",
|
||
|
|
"validator"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/egulias",
|
||
|
|
"type": "github"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-06-01T07:04:22+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "filp/whoops",
|
||
|
|
"version": "2.15.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/filp/whoops.git",
|
||
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
||
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.5.9 || ^7.0 || ^8.0",
|
||
|
|
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"mockery/mockery": "^0.9 || ^1.0",
|
||
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
|
||
|
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
||
|
|
"whoops/soap": "Formats errors as SOAP responses"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.7-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Whoops\\": "src/Whoops/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Filipe Dobreira",
|
||
|
|
"homepage": "https://github.com/filp",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "php error handling for cool kids",
|
||
|
|
"homepage": "https://filp.github.io/whoops/",
|
||
|
|
"keywords": [
|
||
|
|
"error",
|
||
|
|
"exception",
|
||
|
|
"handling",
|
||
|
|
"library",
|
||
|
|
"throwable",
|
||
|
|
"whoops"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/denis-sokolov",
|
||
|
|
"type": "github"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-11-03T12:00:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "fzaninotto/faker",
|
||
|
|
"version": "v1.5.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/fzaninotto/Faker.git",
|
||
|
|
"reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
|
||
|
|
"reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.0",
|
||
|
|
"squizlabs/php_codesniffer": "~1.5"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.5.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Faker\\": "src/Faker/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "François Zaninotto"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Faker is a PHP library that generates fake data for you.",
|
||
|
|
"keywords": [
|
||
|
|
"data",
|
||
|
|
"faker",
|
||
|
|
"fixtures"
|
||
|
|
],
|
||
|
|
"abandoned": true,
|
||
|
|
"time": "2015-05-29T06:29:14+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "geoip/geoip",
|
||
|
|
"version": "v1.17",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maxmind/geoip-api-php.git",
|
||
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
||
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"ext-geoip": "*"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "3.7.*",
|
||
|
|
"satooshi/php-coveralls": "1.0.*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/geoip.inc",
|
||
|
|
"src/geoipcity.inc",
|
||
|
|
"src/timezone.php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL 2.1+"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "MaxMind, Inc.",
|
||
|
|
"email": "support@maxmind.com",
|
||
|
|
"homepage": "http://www.maxmind.com/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "MaxMind GeoIP PHP API",
|
||
|
|
"homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
|
||
|
|
"keywords": [
|
||
|
|
"geoip",
|
||
|
|
"geolocation",
|
||
|
|
"maxmind"
|
||
|
|
],
|
||
|
|
"abandoned": "geoip2/geoip2",
|
||
|
|
"time": "2016-05-16T19:06:50+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/guzzle",
|
||
|
|
"version": "6.5.8",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
||
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
|
||
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-json": "*",
|
||
|
|
"guzzlehttp/promises": "^1.0",
|
||
|
|
"guzzlehttp/psr7": "^1.9",
|
||
|
|
"php": ">=5.5",
|
||
|
|
"symfony/polyfill-intl-idn": "^1.17"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-curl": "*",
|
||
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
||
|
|
"psr/log": "^1.1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"psr/log": "Required for using the Log middleware"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "6.5-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/functions_include.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"GuzzleHttp\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Graham Campbell",
|
||
|
|
"email": "hello@gjcampbell.co.uk",
|
||
|
|
"homepage": "https://github.com/GrahamCampbell"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Michael Dowling",
|
||
|
|
"email": "mtdowling@gmail.com",
|
||
|
|
"homepage": "https://github.com/mtdowling"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jeremy Lindblom",
|
||
|
|
"email": "jeremeamia@gmail.com",
|
||
|
|
"homepage": "https://github.com/jeremeamia"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "George Mponos",
|
||
|
|
"email": "gmponos@gmail.com",
|
||
|
|
"homepage": "https://github.com/gmponos"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Nyholm",
|
||
|
|
"email": "tobias.nyholm@gmail.com",
|
||
|
|
"homepage": "https://github.com/Nyholm"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Márk Sági-Kazár",
|
||
|
|
"email": "mark.sagikazar@gmail.com",
|
||
|
|
"homepage": "https://github.com/sagikazarmark"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Schultze",
|
||
|
|
"email": "webmaster@tubo-world.de",
|
||
|
|
"homepage": "https://github.com/Tobion"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Guzzle is a PHP HTTP client library",
|
||
|
|
"homepage": "http://guzzlephp.org/",
|
||
|
|
"keywords": [
|
||
|
|
"client",
|
||
|
|
"curl",
|
||
|
|
"framework",
|
||
|
|
"http",
|
||
|
|
"http client",
|
||
|
|
"rest",
|
||
|
|
"web service"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/GrahamCampbell",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/Nyholm",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-06-20T22:16:07+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/promises",
|
||
|
|
"version": "1.5.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/promises.git",
|
||
|
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
||
|
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/functions_include.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"GuzzleHttp\\Promise\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Graham Campbell",
|
||
|
|
"email": "hello@gjcampbell.co.uk",
|
||
|
|
"homepage": "https://github.com/GrahamCampbell"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Michael Dowling",
|
||
|
|
"email": "mtdowling@gmail.com",
|
||
|
|
"homepage": "https://github.com/mtdowling"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Nyholm",
|
||
|
|
"email": "tobias.nyholm@gmail.com",
|
||
|
|
"homepage": "https://github.com/Nyholm"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Schultze",
|
||
|
|
"email": "webmaster@tubo-world.de",
|
||
|
|
"homepage": "https://github.com/Tobion"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Guzzle promises library",
|
||
|
|
"keywords": [
|
||
|
|
"promise"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/GrahamCampbell",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/Nyholm",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-05-21T12:31:43+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/psr7",
|
||
|
|
"version": "1.9.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/psr7.git",
|
||
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
||
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.4.0",
|
||
|
|
"psr/http-message": "~1.0",
|
||
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"psr/http-message-implementation": "1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-zlib": "*",
|
||
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/functions_include.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Graham Campbell",
|
||
|
|
"email": "hello@gjcampbell.co.uk",
|
||
|
|
"homepage": "https://github.com/GrahamCampbell"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Michael Dowling",
|
||
|
|
"email": "mtdowling@gmail.com",
|
||
|
|
"homepage": "https://github.com/mtdowling"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "George Mponos",
|
||
|
|
"email": "gmponos@gmail.com",
|
||
|
|
"homepage": "https://github.com/gmponos"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Nyholm",
|
||
|
|
"email": "tobias.nyholm@gmail.com",
|
||
|
|
"homepage": "https://github.com/Nyholm"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Márk Sági-Kazár",
|
||
|
|
"email": "mark.sagikazar@gmail.com",
|
||
|
|
"homepage": "https://github.com/sagikazarmark"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Tobias Schultze",
|
||
|
|
"email": "webmaster@tubo-world.de",
|
||
|
|
"homepage": "https://github.com/Tobion"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
|
|
"keywords": [
|
||
|
|
"http",
|
||
|
|
"message",
|
||
|
|
"psr-7",
|
||
|
|
"request",
|
||
|
|
"response",
|
||
|
|
"stream",
|
||
|
|
"uri",
|
||
|
|
"url"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/GrahamCampbell",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/Nyholm",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-04-17T16:00:37+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "league/container",
|
||
|
|
"version": "4.2.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/thephpleague/container.git",
|
||
|
|
"reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88",
|
||
|
|
"reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2 || ^8.0",
|
||
|
|
"psr/container": "^1.1 || ^2.0"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"psr/container-implementation": "^1.0"
|
||
|
|
},
|
||
|
|
"replace": {
|
||
|
|
"orno/di": "~2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"nette/php-generator": "^3.4",
|
||
|
|
"nikic/php-parser": "^4.10",
|
||
|
|
"phpstan/phpstan": "^0.12.47",
|
||
|
|
"phpunit/phpunit": "^8.5.17",
|
||
|
|
"roave/security-advisories": "dev-latest",
|
||
|
|
"scrutinizer/ocular": "^1.8",
|
||
|
|
"squizlabs/php_codesniffer": "^3.6"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "4.x-dev",
|
||
|
|
"dev-4.x": "4.x-dev",
|
||
|
|
"dev-3.x": "3.x-dev",
|
||
|
|
"dev-2.x": "2.x-dev",
|
||
|
|
"dev-1.x": "1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"League\\Container\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Phil Bennett",
|
||
|
|
"email": "mail@philbennett.co.uk",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A fast and intuitive dependency injection container.",
|
||
|
|
"homepage": "https://github.com/thephpleague/container",
|
||
|
|
"keywords": [
|
||
|
|
"container",
|
||
|
|
"dependency",
|
||
|
|
"di",
|
||
|
|
"injection",
|
||
|
|
"league",
|
||
|
|
"provider",
|
||
|
|
"service"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/philipobenito",
|
||
|
|
"type": "github"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2024-03-13T13:12:53+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "maennchen/zipstream-php",
|
||
|
|
"version": "3.1.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maennchen/ZipStream-PHP.git",
|
||
|
|
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
||
|
|
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-zlib": "*",
|
||
|
|
"php-64bit": "^8.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-zip": "*",
|
||
|
|
"friendsofphp/php-cs-fixer": "^3.16",
|
||
|
|
"guzzlehttp/guzzle": "^7.5",
|
||
|
|
"mikey179/vfsstream": "^1.6",
|
||
|
|
"php-coveralls/php-coveralls": "^2.5",
|
||
|
|
"phpunit/phpunit": "^10.0",
|
||
|
|
"vimeo/psalm": "^5.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"guzzlehttp/psr7": "^2.4",
|
||
|
|
"psr/http-message": "^2.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"ZipStream\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Paul Duncan",
|
||
|
|
"email": "pabs@pablotron.org"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jonatan Männchen",
|
||
|
|
"email": "jonatan@maennchen.ch"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jesse Donat",
|
||
|
|
"email": "donatj@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "András Kolesár",
|
||
|
|
"email": "kolesar@kolesar.hu"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
||
|
|
"keywords": [
|
||
|
|
"stream",
|
||
|
|
"zip"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/maennchen",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/zipstream",
|
||
|
|
"type": "open_collective"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-06-21T14:59:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "markbaker/complex",
|
||
|
|
"version": "3.0.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
||
|
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||
|
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
||
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||
|
|
"squizlabs/php_codesniffer": "^3.7"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Complex\\": "classes/src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Mark Baker",
|
||
|
|
"email": "mark@lange.demon.co.uk"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP Class for working with complex numbers",
|
||
|
|
"homepage": "https://github.com/MarkBaker/PHPComplex",
|
||
|
|
"keywords": [
|
||
|
|
"complex",
|
||
|
|
"mathematics"
|
||
|
|
],
|
||
|
|
"time": "2022-12-06T16:21:08+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "markbaker/matrix",
|
||
|
|
"version": "3.0.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/MarkBaker/PHPMatrix.git",
|
||
|
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
||
|
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
||
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
||
|
|
"phploc/phploc": "^4.0",
|
||
|
|
"phpmd/phpmd": "2.*",
|
||
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||
|
|
"sebastian/phpcpd": "^4.0",
|
||
|
|
"squizlabs/php_codesniffer": "^3.7"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Matrix\\": "classes/src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Mark Baker",
|
||
|
|
"email": "mark@demon-angel.eu"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP Class for working with matrices",
|
||
|
|
"homepage": "https://github.com/MarkBaker/PHPMatrix",
|
||
|
|
"keywords": [
|
||
|
|
"mathematics",
|
||
|
|
"matrix",
|
||
|
|
"vector"
|
||
|
|
],
|
||
|
|
"time": "2022-12-02T22:17:43+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "monolog/monolog",
|
||
|
|
"version": "2.9.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
||
|
|
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
|
|
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2",
|
||
|
|
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
|
|
"doctrine/couchdb": "~1.0@dev",
|
||
|
|
"elasticsearch/elasticsearch": "^7 || ^8",
|
||
|
|
"ext-json": "*",
|
||
|
|
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
||
|
|
"guzzlehttp/guzzle": "^7.4",
|
||
|
|
"guzzlehttp/psr7": "^2.2",
|
||
|
|
"mongodb/mongodb": "^1.8",
|
||
|
|
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
||
|
|
"phpspec/prophecy": "^1.15",
|
||
|
|
"phpstan/phpstan": "^0.12.91",
|
||
|
|
"phpunit/phpunit": "^8.5.14",
|
||
|
|
"predis/predis": "^1.1 || ^2.0",
|
||
|
|
"rollbar/rollbar": "^1.3 || ^2 || ^3",
|
||
|
|
"ruflin/elastica": "^7",
|
||
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0",
|
||
|
|
"symfony/mailer": "^5.4 || ^6",
|
||
|
|
"symfony/mime": "^5.4 || ^6"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||
|
|
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
||
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
|
|
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
||
|
|
"ext-mbstring": "Allow to work properly with unicode symbols",
|
||
|
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
||
|
|
"ext-openssl": "Required to send log messages using SSL",
|
||
|
|
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
||
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
||
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "2.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Monolog\\": "src/Monolog"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jordi Boggiano",
|
||
|
|
"email": "j.boggiano@seld.be",
|
||
|
|
"homepage": "https://seld.be"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
|
|
"homepage": "https://github.com/Seldaek/monolog",
|
||
|
|
"keywords": [
|
||
|
|
"log",
|
||
|
|
"logging",
|
||
|
|
"psr-3"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/Seldaek",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-10-27T15:25:26+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "mtdowling/cron-expression",
|
||
|
|
"version": "v1.2.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/mtdowling/cron-expression.git",
|
||
|
|
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
|
||
|
|
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.0|~5.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Cron\\": "src/Cron/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Michael Dowling",
|
||
|
|
"email": "mtdowling@gmail.com",
|
||
|
|
"homepage": "https://github.com/mtdowling"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
||
|
|
"keywords": [
|
||
|
|
"cron",
|
||
|
|
"schedule"
|
||
|
|
],
|
||
|
|
"abandoned": "dragonmantank/cron-expression",
|
||
|
|
"time": "2019-12-28T04:23:06+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "mustache/mustache",
|
||
|
|
"version": "v2.14.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/bobthecow/mustache.php.git",
|
||
|
|
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
|
||
|
|
"reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.2.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"friendsofphp/php-cs-fixer": "~1.11",
|
||
|
|
"phpunit/phpunit": "~3.7|~4.0|~5.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Mustache": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Justin Hileman",
|
||
|
|
"email": "justin@justinhileman.info",
|
||
|
|
"homepage": "http://justinhileman.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A Mustache implementation in PHP.",
|
||
|
|
"homepage": "https://github.com/bobthecow/mustache.php",
|
||
|
|
"keywords": [
|
||
|
|
"mustache",
|
||
|
|
"templating"
|
||
|
|
],
|
||
|
|
"time": "2022-08-23T13:07:01+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "paragonie/random_compat",
|
||
|
|
"version": "v9.99.100",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
||
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">= 7"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "4.*|5.*",
|
||
|
|
"vimeo/psalm": "^1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Paragon Initiative Enterprises",
|
||
|
|
"email": "security@paragonie.com",
|
||
|
|
"homepage": "https://paragonie.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||
|
|
"keywords": [
|
||
|
|
"csprng",
|
||
|
|
"polyfill",
|
||
|
|
"pseudorandom",
|
||
|
|
"random"
|
||
|
|
],
|
||
|
|
"time": "2020-10-15T08:29:30+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpmailer/phpmailer",
|
||
|
|
"version": "v6.9.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
||
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-ctype": "*",
|
||
|
|
"ext-filter": "*",
|
||
|
|
"ext-hash": "*",
|
||
|
|
"php": ">=5.5.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
||
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
||
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
||
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
||
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
||
|
|
"roave/security-advisories": "dev-latest",
|
||
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
||
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
||
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
||
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
||
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
||
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
||
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
||
|
|
"psr/log": "For optional PSR-3 debug logging",
|
||
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
||
|
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-2.1-only"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Marcus Bointon",
|
||
|
|
"email": "phpmailer@synchromedia.co.uk"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jim Jagielski",
|
||
|
|
"email": "jimjag@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Andy Prevost",
|
||
|
|
"email": "codeworxtech@users.sourceforge.net"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Brent R. Matzelle"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/Synchro",
|
||
|
|
"type": "github"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-11-25T22:23:28+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpoffice/phpspreadsheet",
|
||
|
|
"version": "2.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||
|
|
"reference": "4a77798f835119754961a97714f135826a323caa"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/4a77798f835119754961a97714f135826a323caa",
|
||
|
|
"reference": "4a77798f835119754961a97714f135826a323caa",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-ctype": "*",
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-fileinfo": "*",
|
||
|
|
"ext-gd": "*",
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-simplexml": "*",
|
||
|
|
"ext-xml": "*",
|
||
|
|
"ext-xmlreader": "*",
|
||
|
|
"ext-xmlwriter": "*",
|
||
|
|
"ext-zip": "*",
|
||
|
|
"ext-zlib": "*",
|
||
|
|
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
||
|
|
"markbaker/complex": "^3.0",
|
||
|
|
"markbaker/matrix": "^3.0",
|
||
|
|
"php": "^8.0",
|
||
|
|
"psr/http-client": "^1.0",
|
||
|
|
"psr/http-factory": "^1.0",
|
||
|
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
|
||
|
|
"voku/anti-xss": "^4.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
||
|
|
"dompdf/dompdf": "^2.0",
|
||
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
||
|
|
"mitoteam/jpgraph": "^10.3",
|
||
|
|
"mpdf/mpdf": "^8.1.1",
|
||
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
||
|
|
"phpstan/phpstan": "^1.1",
|
||
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
||
|
|
"phpunit/phpunit": "^9.6",
|
||
|
|
"squizlabs/php_codesniffer": "^3.7",
|
||
|
|
"tecnickcom/tcpdf": "^6.5"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||
|
|
"ext-intl": "PHP Internationalization Functions",
|
||
|
|
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
||
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||
|
|
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Maarten Balliauw",
|
||
|
|
"homepage": "https://blog.maartenballiauw.be"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Mark Baker",
|
||
|
|
"homepage": "https://markbakeruk.net"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Franck Lefevre",
|
||
|
|
"homepage": "https://rootslabs.net"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Erik Tilt"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Adrien Crivelli"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||
|
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
||
|
|
"keywords": [
|
||
|
|
"OpenXML",
|
||
|
|
"excel",
|
||
|
|
"gnumeric",
|
||
|
|
"ods",
|
||
|
|
"php",
|
||
|
|
"spreadsheet",
|
||
|
|
"xls",
|
||
|
|
"xlsx"
|
||
|
|
],
|
||
|
|
"time": "2024-01-24T10:41:42+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"
|
||
|
|
],
|
||
|
|
"time": "2021-11-05T16:47:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/http-client",
|
||
|
|
"version": "1.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/http-client.git",
|
||
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.0 || ^8.0",
|
||
|
|
"psr/http-message": "^1.0 || ^2.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Psr\\Http\\Client\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "PHP-FIG",
|
||
|
|
"homepage": "https://www.php-fig.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Common interface for HTTP clients",
|
||
|
|
"homepage": "https://github.com/php-fig/http-client",
|
||
|
|
"keywords": [
|
||
|
|
"http",
|
||
|
|
"http-client",
|
||
|
|
"psr",
|
||
|
|
"psr-18"
|
||
|
|
],
|
||
|
|
"time": "2023-09-23T14:17:50+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/http-factory",
|
||
|
|
"version": "1.0.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
||
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
||
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.0.0",
|
||
|
|
"psr/http-message": "^1.0 || ^2.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": "https://www.php-fig.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||
|
|
"keywords": [
|
||
|
|
"factory",
|
||
|
|
"http",
|
||
|
|
"message",
|
||
|
|
"psr",
|
||
|
|
"psr-17",
|
||
|
|
"psr-7",
|
||
|
|
"request",
|
||
|
|
"response"
|
||
|
|
],
|
||
|
|
"time": "2023-04-10T20:10:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/http-message",
|
||
|
|
"version": "1.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/http-message.git",
|
||
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
||
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2 || ^8.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.1.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": "2023-04-04T09:50:52+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"
|
||
|
|
],
|
||
|
|
"time": "2021-07-14T16:46:02+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/simple-cache",
|
||
|
|
"version": "3.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
||
|
|
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
|
|
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Psr\\SimpleCache\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "PHP-FIG",
|
||
|
|
"homepage": "https://www.php-fig.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Common interfaces for simple caching",
|
||
|
|
"keywords": [
|
||
|
|
"cache",
|
||
|
|
"caching",
|
||
|
|
"psr",
|
||
|
|
"psr-16",
|
||
|
|
"simple-cache"
|
||
|
|
],
|
||
|
|
"time": "2021-10-29T13:26:27+00: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.",
|
||
|
|
"time": "2019-03-08T08:55:37+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "react/event-loop",
|
||
|
|
"version": "v1.5.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/reactphp/event-loop.git",
|
||
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
||
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"React\\EventLoop\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Christian Lück",
|
||
|
|
"email": "christian@clue.engineering",
|
||
|
|
"homepage": "https://clue.engineering/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Cees-Jan Kiewiet",
|
||
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
|
"homepage": "https://wyrihaximus.net/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jan Sorgalla",
|
||
|
|
"email": "jsorgalla@gmail.com",
|
||
|
|
"homepage": "https://sorgalla.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Chris Boden",
|
||
|
|
"email": "cboden@gmail.com",
|
||
|
|
"homepage": "https://cboden.dev/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
||
|
|
"keywords": [
|
||
|
|
"asynchronous",
|
||
|
|
"event-loop"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/reactphp",
|
||
|
|
"type": "open_collective"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-11-13T13:48:05+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "react/promise",
|
||
|
|
"version": "v3.1.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/reactphp/promise.git",
|
||
|
|
"reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
|
||
|
|
"reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpstan/phpstan": "1.10.39 || 1.4.10",
|
||
|
|
"phpunit/phpunit": "^9.6 || ^7.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/functions_include.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"React\\Promise\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jan Sorgalla",
|
||
|
|
"email": "jsorgalla@gmail.com",
|
||
|
|
"homepage": "https://sorgalla.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Christian Lück",
|
||
|
|
"email": "christian@clue.engineering",
|
||
|
|
"homepage": "https://clue.engineering/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Cees-Jan Kiewiet",
|
||
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
|
"homepage": "https://wyrihaximus.net/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Chris Boden",
|
||
|
|
"email": "cboden@gmail.com",
|
||
|
|
"homepage": "https://cboden.dev/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||
|
|
"keywords": [
|
||
|
|
"promise",
|
||
|
|
"promises"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/reactphp",
|
||
|
|
"type": "open_collective"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-11-16T16:21:57+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "robmorgan/phinx",
|
||
|
|
"version": "0.15.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/cakephp/phinx.git",
|
||
|
|
"reference": "a81c0846256fb9131c4c06d119fbff9d01cbc198"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/cakephp/phinx/zipball/a81c0846256fb9131c4c06d119fbff9d01cbc198",
|
||
|
|
"reference": "a81c0846256fb9131c4c06d119fbff9d01cbc198",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"cakephp/database": "^5.0.2",
|
||
|
|
"php-64bit": ">=8.1",
|
||
|
|
"psr/container": "^1.1|^2.0",
|
||
|
|
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",
|
||
|
|
"symfony/console": "^6.0|^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"cakephp/cakephp": "^5.0.2",
|
||
|
|
"cakephp/cakephp-codesniffer": "^5.0",
|
||
|
|
"ext-json": "*",
|
||
|
|
"ext-pdo": "*",
|
||
|
|
"phpunit/phpunit": "^9.5.19",
|
||
|
|
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-json": "Install if using JSON configuration format",
|
||
|
|
"ext-pdo": "PDO extension is needed",
|
||
|
|
"symfony/yaml": "Install if using YAML configuration format"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"bin/phinx"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Phinx\\": "src/Phinx/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Rob Morgan",
|
||
|
|
"email": "robbym@gmail.com",
|
||
|
|
"homepage": "https://robmorgan.id.au",
|
||
|
|
"role": "Lead Developer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Woody Gilk",
|
||
|
|
"email": "woody.gilk@gmail.com",
|
||
|
|
"homepage": "https://shadowhand.me",
|
||
|
|
"role": "Developer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Richard Quadling",
|
||
|
|
"email": "rquadling@gmail.com",
|
||
|
|
"role": "Developer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "CakePHP Community",
|
||
|
|
"homepage": "https://github.com/cakephp/phinx/graphs/contributors",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
|
||
|
|
"homepage": "https://phinx.org",
|
||
|
|
"keywords": [
|
||
|
|
"database",
|
||
|
|
"database migrations",
|
||
|
|
"db",
|
||
|
|
"migrations",
|
||
|
|
"phinx"
|
||
|
|
],
|
||
|
|
"time": "2023-12-05T13:24:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "smalot/pdfparser",
|
||
|
|
"version": "v2.9.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/smalot/pdfparser.git",
|
||
|
|
"reference": "6b53144fcb24af77093d4150dd7d0dd571f25761"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/6b53144fcb24af77093d4150dd7d0dd571f25761",
|
||
|
|
"reference": "6b53144fcb24af77093d4150dd7d0dd571f25761",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"ext-zlib": "*",
|
||
|
|
"php": ">=7.1",
|
||
|
|
"symfony/polyfill-mbstring": "^1.18"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Smalot\\PdfParser\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-3.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastien MALOT",
|
||
|
|
"email": "sebastien@malot.fr"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Pdf parser library. Can read and extract information from pdf file.",
|
||
|
|
"homepage": "https://www.pdfparser.org",
|
||
|
|
"keywords": [
|
||
|
|
"extract",
|
||
|
|
"parse",
|
||
|
|
"parser",
|
||
|
|
"pdf",
|
||
|
|
"text"
|
||
|
|
],
|
||
|
|
"time": "2024-03-01T09:51:10+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "swiftmailer/swiftmailer",
|
||
|
|
"version": "v6.3.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
||
|
|
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
||
|
|
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"egulias/email-validator": "^2.0|^3.1",
|
||
|
|
"php": ">=7.0.0",
|
||
|
|
"symfony/polyfill-iconv": "^1.0",
|
||
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
||
|
|
"symfony/polyfill-mbstring": "^1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"mockery/mockery": "^1.0",
|
||
|
|
"symfony/phpunit-bridge": "^4.4|^5.4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "Needed to support internationalized email addresses"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "6.2-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"lib/swift_required.php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Chris Corbyn"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Fabien Potencier",
|
||
|
|
"email": "fabien@symfony.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
||
|
|
"homepage": "https://swiftmailer.symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"email",
|
||
|
|
"mail",
|
||
|
|
"mailer"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"abandoned": "symfony/mailer",
|
||
|
|
"time": "2021-10-18T15:26:12+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/config",
|
||
|
|
"version": "v6.4.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/config.git",
|
||
|
|
"reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
|
||
|
|
"reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||
|
|
"symfony/filesystem": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"symfony/finder": "<5.4",
|
||
|
|
"symfony/service-contracts": "<2.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/messenger": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/service-contracts": "^2.5|^3",
|
||
|
|
"symfony/yaml": "^5.4|^6.0|^7.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Config\\": ""
|
||
|
|
},
|
||
|
|
"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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"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": "2024-02-26T07:52:26+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/console",
|
||
|
|
"version": "v6.4.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/console.git",
|
||
|
|
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
|
||
|
|
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||
|
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
|
"symfony/service-contracts": "^2.5|^3",
|
||
|
|
"symfony/string": "^5.4|^6.0|^7.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|^7.0",
|
||
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
||
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
||
|
|
"symfony/lock": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/messenger": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/process": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-02-22T20:27:10+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/deprecation-contracts",
|
||
|
|
"version": "v3.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "3.4-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"function.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": "A generic function and convention to trigger deprecation notices",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"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": "2023-05-23T14:45:45+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/filesystem",
|
||
|
|
"version": "v6.4.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/filesystem.git",
|
||
|
|
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
|
||
|
|
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"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",
|
||
|
|
"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": "2024-01-23T14:51:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-ctype",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
|
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
||
|
|
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-ctype": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-ctype": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-iconv",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-iconv.git",
|
||
|
|
"reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
||
|
|
"reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-iconv": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-iconv": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Iconv\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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 Iconv extension",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"iconv",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-intl-grapheme",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
||
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-intl-idn",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
|
|
"reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
|
||
|
|
"reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1",
|
||
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
||
|
|
"symfony/polyfill-php72": "^1.10"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-intl-normalizer",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
|
|
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
|
||
|
|
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-mbstring",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
|
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
||
|
|
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-mbstring": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-php72",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
|
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
||
|
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-01-29T20:11:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/process",
|
||
|
|
"version": "v6.4.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/process.git",
|
||
|
|
"reference": "710e27879e9be3395de2b98da3f52a946039f297"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
|
||
|
|
"reference": "710e27879e9be3395de2b98da3f52a946039f297",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Process\\": ""
|
||
|
|
},
|
||
|
|
"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": "Executes commands in sub-processes",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"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": "2024-02-20T12:31:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/service-contracts",
|
||
|
|
"version": "v3.4.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
||
|
|
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
|
||
|
|
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"psr/container": "^1.1|^2.0"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"ext-psr": "<1.1|>=2"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "3.4-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Contracts\\Service\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Test/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2023-12-26T14:02:43+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/string",
|
||
|
|
"version": "v6.4.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/string.git",
|
||
|
|
"reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
|
||
|
|
"reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"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.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/error-handler": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/http-client": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/intl": "^6.2|^7.0",
|
||
|
|
"symfony/translation-contracts": "^2.5|^3.0",
|
||
|
|
"symfony/var-exporter": "^5.4|^6.0|^7.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"Resources/functions.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\String\\": ""
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-02-01T13:16:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "vlucas/phpdotenv",
|
||
|
|
"version": "v2.6.9",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
||
|
|
"reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
|
||
|
|
"reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.3.9 || ^7.0 || ^8.0",
|
||
|
|
"symfony/polyfill-ctype": "^1.17"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-filter": "*",
|
||
|
|
"ext-pcre": "*",
|
||
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-filter": "Required to use the boolean validator.",
|
||
|
|
"ext-pcre": "Required to use most of the library."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.6-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Dotenv\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Graham Campbell",
|
||
|
|
"email": "hello@gjcampbell.co.uk",
|
||
|
|
"homepage": "https://github.com/GrahamCampbell"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Vance Lucas",
|
||
|
|
"email": "vance@vancelucas.com",
|
||
|
|
"homepage": "https://github.com/vlucas"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
||
|
|
"keywords": [
|
||
|
|
"dotenv",
|
||
|
|
"env",
|
||
|
|
"environment"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/GrahamCampbell",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2021-12-12T22:59:22+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "voku/anti-xss",
|
||
|
|
"version": "4.1.42",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/voku/anti-xss.git",
|
||
|
|
"reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
||
|
|
"reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.0.0",
|
||
|
|
"voku/portable-utf8": "~6.0.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "4.1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"voku\\helper\\": "src/voku/helper/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "EllisLab Dev Team",
|
||
|
|
"homepage": "http://ellislab.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Lars Moelleken",
|
||
|
|
"email": "lars@moelleken.org",
|
||
|
|
"homepage": "https://www.moelleken.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "anti xss-library",
|
||
|
|
"homepage": "https://github.com/voku/anti-xss",
|
||
|
|
"keywords": [
|
||
|
|
"anti-xss",
|
||
|
|
"clean",
|
||
|
|
"security",
|
||
|
|
"xss"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.paypal.me/moelleken",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/voku",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/anti-xss",
|
||
|
|
"type": "open_collective"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/voku",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/anti-xss",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-07-03T14:40:46+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "voku/portable-ascii",
|
||
|
|
"version": "2.0.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/voku/portable-ascii.git",
|
||
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
|
||
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.0.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "Use Intl for transliterator_transliterate() support"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"voku\\": "src/voku/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Lars Moelleken",
|
||
|
|
"homepage": "http://www.moelleken.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
||
|
|
"homepage": "https://github.com/voku/portable-ascii",
|
||
|
|
"keywords": [
|
||
|
|
"ascii",
|
||
|
|
"clean",
|
||
|
|
"php"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.paypal.me/moelleken",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/voku",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/portable-ascii",
|
||
|
|
"type": "open_collective"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/voku",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-03-08T17:03:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "voku/portable-utf8",
|
||
|
|
"version": "6.0.13",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/voku/portable-utf8.git",
|
||
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
||
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.0.0",
|
||
|
|
"symfony/polyfill-iconv": "~1.0",
|
||
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
|
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
|
"symfony/polyfill-php72": "~1.0",
|
||
|
|
"voku/portable-ascii": "~2.0.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpstan/phpstan": "1.9.*@dev",
|
||
|
|
"phpstan/phpstan-strict-rules": "1.4.*@dev",
|
||
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
|
||
|
|
"thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
|
||
|
|
"voku/phpstan-rules": "3.1.*@dev"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
|
||
|
|
"ext-fileinfo": "Use Fileinfo for better binary file detection",
|
||
|
|
"ext-iconv": "Use iconv for best performance",
|
||
|
|
"ext-intl": "Use Intl for best performance",
|
||
|
|
"ext-json": "Use JSON for string detection",
|
||
|
|
"ext-mbstring": "Use Mbstring for best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"voku\\": "src/voku/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"(Apache-2.0 or GPL-2.0)"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Hamid Sarfraz",
|
||
|
|
"homepage": "http://pageconfig.com/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Lars Moelleken",
|
||
|
|
"homepage": "http://www.moelleken.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
|
||
|
|
"homepage": "https://github.com/voku/portable-utf8",
|
||
|
|
"keywords": [
|
||
|
|
"UTF",
|
||
|
|
"clean",
|
||
|
|
"php",
|
||
|
|
"unicode",
|
||
|
|
"utf-8",
|
||
|
|
"utf8"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.paypal.me/moelleken",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/voku",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/portable-utf8",
|
||
|
|
"type": "open_collective"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/voku",
|
||
|
|
"type": "patreon"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-03-08T08:35:38+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "willdurand/negotiation",
|
||
|
|
"version": "3.1.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/willdurand/Negotiation.git",
|
||
|
|
"reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
|
||
|
|
"reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/phpunit-bridge": "^5.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.0-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Negotiation\\": "src/Negotiation"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "William Durand",
|
||
|
|
"email": "will+git@drnd.me"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Content Negotiation tools for PHP provided as a standalone library.",
|
||
|
|
"homepage": "http://williamdurand.fr/Negotiation/",
|
||
|
|
"keywords": [
|
||
|
|
"accept",
|
||
|
|
"content",
|
||
|
|
"format",
|
||
|
|
"header",
|
||
|
|
"negotiation"
|
||
|
|
],
|
||
|
|
"time": "2022-01-30T20:08:53+00:00"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"packages-dev": [
|
||
|
|
{
|
||
|
|
"name": "maximebf/debugbar",
|
||
|
|
"version": "v1.21.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maximebf/php-debugbar.git",
|
||
|
|
"reference": "0b407703b08ea0cf6ebc61e267cc96ff7000911b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0b407703b08ea0cf6ebc61e267cc96ff7000911b",
|
||
|
|
"reference": "0b407703b08ea0cf6ebc61e267cc96ff7000911b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.1|^8",
|
||
|
|
"psr/log": "^1|^2|^3",
|
||
|
|
"symfony/var-dumper": "^4|^5|^6|^7"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": ">=7.5.20 <10.0",
|
||
|
|
"twig/twig": "^1.38|^2.7|^3.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"kriswallsmith/assetic": "The best way to manage assets",
|
||
|
|
"monolog/monolog": "Log using Monolog",
|
||
|
|
"predis/predis": "Redis storage"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.21-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"DebugBar\\": "src/DebugBar/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Maxime Bouroumeau-Fuseau",
|
||
|
|
"email": "maxime.bouroumeau@gmail.com",
|
||
|
|
"homepage": "http://maximebf.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Barry vd. Heuvel",
|
||
|
|
"email": "barryvdh@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Debug bar in the browser for php application",
|
||
|
|
"homepage": "https://github.com/maximebf/php-debugbar",
|
||
|
|
"keywords": [
|
||
|
|
"debug",
|
||
|
|
"debugbar"
|
||
|
|
],
|
||
|
|
"time": "2024-03-12T14:23:07+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpcompatibility/php-compatibility",
|
||
|
|
"version": "9.3.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
||
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
||
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3",
|
||
|
|
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"squizlabs/php_codesniffer": "2.6.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
||
|
|
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
||
|
|
},
|
||
|
|
"type": "phpcodesniffer-standard",
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-3.0-or-later"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Wim Godden",
|
||
|
|
"homepage": "https://github.com/wimg",
|
||
|
|
"role": "lead"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Juliette Reinders Folmer",
|
||
|
|
"homepage": "https://github.com/jrfnl",
|
||
|
|
"role": "lead"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Contributors",
|
||
|
|
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
||
|
|
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"phpcs",
|
||
|
|
"standards"
|
||
|
|
],
|
||
|
|
"time": "2019-12-27T09:44:58+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpdocumentor/reflection-docblock",
|
||
|
|
"version": "2.0.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
||
|
|
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
|
||
|
|
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"dflydev/markdown": "~1.0",
|
||
|
|
"erusev/parsedown": "~1.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"phpDocumentor": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Mike van Riel",
|
||
|
|
"email": "mike.vanriel@naenius.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2016-01-25T08:17:30+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpspec/prophecy",
|
||
|
|
"version": "v1.5.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
||
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"doctrine/instantiator": "^1.0.2",
|
||
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
||
|
|
"sebastian/comparator": "~1.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpspec/phpspec": "~2.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.4.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Prophecy\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Konstantin Kudryashov",
|
||
|
|
"email": "ever.zet@gmail.com",
|
||
|
|
"homepage": "http://everzet.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Marcello Duarte",
|
||
|
|
"email": "marcello.duarte@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
||
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
||
|
|
"keywords": [
|
||
|
|
"Double",
|
||
|
|
"Dummy",
|
||
|
|
"fake",
|
||
|
|
"mock",
|
||
|
|
"spy",
|
||
|
|
"stub"
|
||
|
|
],
|
||
|
|
"time": "2015-08-13T10:07:40+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/php-code-coverage",
|
||
|
|
"version": "2.2.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
|
|
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3",
|
||
|
|
"phpunit/php-file-iterator": "~1.3",
|
||
|
|
"phpunit/php-text-template": "~1.2",
|
||
|
|
"phpunit/php-token-stream": "~1.3",
|
||
|
|
"sebastian/environment": "^1.3.2",
|
||
|
|
"sebastian/version": "~1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-xdebug": ">=2.1.4",
|
||
|
|
"phpunit/phpunit": "~4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-xdebug": ">=2.2.1",
|
||
|
|
"ext-xmlwriter": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.2.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sb@sebastian-bergmann.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
||
|
|
"keywords": [
|
||
|
|
"coverage",
|
||
|
|
"testing",
|
||
|
|
"xunit"
|
||
|
|
],
|
||
|
|
"time": "2015-10-06T15:47:00+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/php-file-iterator",
|
||
|
|
"version": "1.4.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
||
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
||
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.4.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sb@sebastian-bergmann.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
||
|
|
"keywords": [
|
||
|
|
"filesystem",
|
||
|
|
"iterator"
|
||
|
|
],
|
||
|
|
"time": "2017-11-27T13:52:08+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/php-text-template",
|
||
|
|
"version": "1.2.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
||
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Simple template engine.",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
||
|
|
"keywords": [
|
||
|
|
"template"
|
||
|
|
],
|
||
|
|
"time": "2015-06-21T13:50:34+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/php-timer",
|
||
|
|
"version": "1.0.8",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
||
|
|
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
|
||
|
|
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4|~5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sb@sebastian-bergmann.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Utility class for timing",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
||
|
|
"keywords": [
|
||
|
|
"timer"
|
||
|
|
],
|
||
|
|
"time": "2016-05-12T18:03:57+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/php-token-stream",
|
||
|
|
"version": "1.4.12",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
||
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
||
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-tokenizer": "*",
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.2"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.4-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||
|
|
"keywords": [
|
||
|
|
"tokenizer"
|
||
|
|
],
|
||
|
|
"abandoned": true,
|
||
|
|
"time": "2017-12-04T08:55:13+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/phpunit",
|
||
|
|
"version": "4.8.36",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||
|
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
|
||
|
|
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-json": "*",
|
||
|
|
"ext-pcre": "*",
|
||
|
|
"ext-reflection": "*",
|
||
|
|
"ext-spl": "*",
|
||
|
|
"php": ">=5.3.3",
|
||
|
|
"phpspec/prophecy": "^1.3.1",
|
||
|
|
"phpunit/php-code-coverage": "~2.1",
|
||
|
|
"phpunit/php-file-iterator": "~1.4",
|
||
|
|
"phpunit/php-text-template": "~1.2",
|
||
|
|
"phpunit/php-timer": "^1.0.6",
|
||
|
|
"phpunit/phpunit-mock-objects": "~2.3",
|
||
|
|
"sebastian/comparator": "~1.2.2",
|
||
|
|
"sebastian/diff": "~1.2",
|
||
|
|
"sebastian/environment": "~1.3",
|
||
|
|
"sebastian/exporter": "~1.2",
|
||
|
|
"sebastian/global-state": "~1.0",
|
||
|
|
"sebastian/version": "~1.0",
|
||
|
|
"symfony/yaml": "~2.1|~3.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"phpunit/php-invoker": "~1.1"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"phpunit"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "4.8.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "The PHP Unit Testing framework.",
|
||
|
|
"homepage": "https://phpunit.de/",
|
||
|
|
"keywords": [
|
||
|
|
"phpunit",
|
||
|
|
"testing",
|
||
|
|
"xunit"
|
||
|
|
],
|
||
|
|
"time": "2017-06-21T08:07:12+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpunit/phpunit-mock-objects",
|
||
|
|
"version": "2.3.8",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
|
|
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"doctrine/instantiator": "^1.0.2",
|
||
|
|
"php": ">=5.3.3",
|
||
|
|
"phpunit/php-text-template": "~1.2",
|
||
|
|
"sebastian/exporter": "~1.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-soap": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.3.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sb@sebastian-bergmann.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Mock Object library for PHPUnit",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
||
|
|
"keywords": [
|
||
|
|
"mock",
|
||
|
|
"xunit"
|
||
|
|
],
|
||
|
|
"abandoned": true,
|
||
|
|
"time": "2015-10-02T06:51:40+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/comparator",
|
||
|
|
"version": "1.2.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
||
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
||
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3",
|
||
|
|
"sebastian/diff": "~1.2",
|
||
|
|
"sebastian/exporter": "~1.2 || ~2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.4"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.2.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jeff Welch",
|
||
|
|
"email": "whatthejeff@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Volker Dusch",
|
||
|
|
"email": "github@wallbash.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Bernhard Schussek",
|
||
|
|
"email": "bschussek@2bepublished.at"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
||
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
||
|
|
"keywords": [
|
||
|
|
"comparator",
|
||
|
|
"compare",
|
||
|
|
"equality"
|
||
|
|
],
|
||
|
|
"time": "2017-01-29T09:50:25+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/diff",
|
||
|
|
"version": "1.4.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
||
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
||
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.8"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.4-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Kore Nordmann",
|
||
|
|
"email": "mail@kore-nordmann.de"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Diff implementation",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
||
|
|
"keywords": [
|
||
|
|
"diff"
|
||
|
|
],
|
||
|
|
"time": "2015-12-08T07:14:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/environment",
|
||
|
|
"version": "1.3.7",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
||
|
|
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
||
|
|
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.4"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.3.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
||
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
||
|
|
"keywords": [
|
||
|
|
"Xdebug",
|
||
|
|
"environment",
|
||
|
|
"hhvm"
|
||
|
|
],
|
||
|
|
"time": "2016-05-17T03:18:57+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/exporter",
|
||
|
|
"version": "1.2.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
||
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
|
||
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3",
|
||
|
|
"sebastian/recursion-context": "~1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"phpunit/phpunit": "~4.4"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.3.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jeff Welch",
|
||
|
|
"email": "whatthejeff@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Volker Dusch",
|
||
|
|
"email": "github@wallbash.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Bernhard Schussek",
|
||
|
|
"email": "bschussek@2bepublished.at"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Adam Harvey",
|
||
|
|
"email": "aharvey@php.net"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
||
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
||
|
|
"keywords": [
|
||
|
|
"export",
|
||
|
|
"exporter"
|
||
|
|
],
|
||
|
|
"time": "2016-06-17T09:04:28+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/global-state",
|
||
|
|
"version": "1.1.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
||
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-uopz": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Snapshotting of global state",
|
||
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
||
|
|
"keywords": [
|
||
|
|
"global state"
|
||
|
|
],
|
||
|
|
"time": "2015-10-12T03:26:01+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/recursion-context",
|
||
|
|
"version": "1.0.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
||
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
||
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "~4.4"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jeff Welch",
|
||
|
|
"email": "whatthejeff@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Adam Harvey",
|
||
|
|
"email": "aharvey@php.net"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides functionality to recursively process PHP variables",
|
||
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
||
|
|
"time": "2016-10-03T07:41:43+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "sebastian/version",
|
||
|
|
"version": "1.0.6",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
||
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
|
|
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"src/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sebastian Bergmann",
|
||
|
|
"email": "sebastian@phpunit.de",
|
||
|
|
"role": "lead"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
||
|
|
"time": "2015-06-21T13:59:46+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "squizlabs/php_codesniffer",
|
||
|
|
"version": "3.9.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
||
|
|
"reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
|
||
|
|
"reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-simplexml": "*",
|
||
|
|
"ext-tokenizer": "*",
|
||
|
|
"ext-xmlwriter": "*",
|
||
|
|
"php": ">=5.4.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"bin/phpcbf",
|
||
|
|
"bin/phpcs"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-3-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Greg Sherwood",
|
||
|
|
"role": "Former lead"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Juliette Reinders Folmer",
|
||
|
|
"role": "Current lead"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Contributors",
|
||
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
||
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
||
|
|
"keywords": [
|
||
|
|
"phpcs",
|
||
|
|
"standards",
|
||
|
|
"static analysis"
|
||
|
|
],
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/PHPCSStandards",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/jrfnl",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/php_codesniffer",
|
||
|
|
"type": "open_collective"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2024-02-16T15:06:51+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/var-dumper",
|
||
|
|
"version": "v6.4.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
||
|
|
"reference": "b439823f04c98b84d4366c79507e9da6230944b1"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/b439823f04c98b84d4366c79507e9da6230944b1",
|
||
|
|
"reference": "b439823f04c98b84d4366c79507e9da6230944b1",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
||
|
|
"symfony/polyfill-mbstring": "~1.0"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"symfony/console": "<5.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"symfony/console": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/error-handler": "^6.3|^7.0",
|
||
|
|
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/process": "^5.4|^6.0|^7.0",
|
||
|
|
"symfony/uid": "^5.4|^6.0|^7.0",
|
||
|
|
"twig/twig": "^2.13|^3.0.4"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"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": "2024-02-15T11:23:52+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/yaml",
|
||
|
|
"version": "v3.4.47",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
|
||
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.5.9|>=7.0.8",
|
||
|
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"symfony/console": "<3.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/console": "~3.4|~4.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/console": "For validating YAML files using the lint command"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Yaml\\": ""
|
||
|
|
},
|
||
|
|
"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 Yaml Component",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"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": "2020-10-24T10:57:07+00:00"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"aliases": [],
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"stability-flags": [],
|
||
|
|
"prefer-stable": true,
|
||
|
|
"prefer-lowest": false,
|
||
|
|
"platform": [],
|
||
|
|
"platform-dev": [],
|
||
|
|
"plugin-api-version": "1.1.0"
|
||
|
|
}
|