bindAPI/composer.lock

4270 lines
152 KiB
Plaintext
Raw Normal View History

2022-01-18 19:14:24 +01:00
{
"_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": "06c636117e4391261d02c4bf3a2f356d",
2022-01-18 19:14:24 +01:00
"packages": [
2022-02-06 19:14:06 +01:00
{
"name": "arubacao/tld-checker",
2024-04-07 11:15:32 +02:00
"version": "1.2.227",
2022-02-06 19:14:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/arubacao/tld-checker.git",
2024-04-07 11:15:32 +02:00
"reference": "aee43babd8548eb407923002a5c978d9a95ec409"
2022-02-06 19:14:06 +01:00
},
"dist": {
"type": "zip",
2024-04-07 11:15:32 +02:00
"url": "https://api.github.com/repos/arubacao/tld-checker/zipball/aee43babd8548eb407923002a5c978d9a95ec409",
"reference": "aee43babd8548eb407923002a5c978d9a95ec409",
2022-02-06 19:14:06 +01:00
"shasum": ""
},
"require": {
"ext-intl": "*",
"php": "^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "~3.0|^4.0|^5.0|^6.0",
"phpunit/phpunit": "~4.8.36 || >=5.7.21"
},
"suggest": {
"illuminate/validation": "Required for Laravel validation"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Arubacao\\TldChecker\\TldCheckerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Arubacao\\TldChecker\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christopher Lass",
"homepage": "https://c-lass.com/"
}
],
"description": "Top Level Domain (TLD) validation library for PHP",
"homepage": "https://github.com/arubacao/tld-checker",
"keywords": [
"domain",
"email",
"tld",
"tld-checker",
"validation"
],
"support": {
"issues": "https://github.com/arubacao/tld-checker/issues",
2024-04-07 11:15:32 +02:00
"source": "https://github.com/arubacao/tld-checker/tree/1.2.227"
2022-02-06 19:14:06 +01:00
},
2024-04-07 11:15:32 +02:00
"time": "2024-04-07T04:01:17+00:00"
2022-02-06 19:14:06 +01:00
},
{
"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"
],
"support": {
"issues": "https://github.com/cakephp/chronos/issues",
"source": "https://github.com/cakephp/chronos"
},
"time": "2023-10-17T07:41:48+00:00"
},
{
"name": "cakephp/core",
"version": "5.0.7",
"source": {
"type": "git",
"url": "https://github.com/cakephp/core.git",
"reference": "163ba348b96870de24b7cf34abdcd8d0c3794ed7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/core/zipball/163ba348b96870de24b7cf34abdcd8d0c3794ed7",
"reference": "163ba348b96870de24b7cf34abdcd8d0c3794ed7",
"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"
],
"support": {
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/cakephp/issues",
"source": "https://github.com/cakephp/core"
},
"time": "2024-03-13T17:13:27+00:00"
},
{
"name": "cakephp/database",
"version": "5.0.7",
"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"
],
"support": {
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/cakephp/issues",
"source": "https://github.com/cakephp/database"
},
"time": "2024-03-04T21:01:09+00:00"
},
{
"name": "cakephp/datasource",
"version": "5.0.7",
"source": {
"type": "git",
"url": "https://github.com/cakephp/datasource.git",
"reference": "3b3a70d0d8ae0daf55535f45b99ef109639ed1ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/datasource/zipball/3b3a70d0d8ae0daf55535f45b99ef109639ed1ec",
"reference": "3b3a70d0d8ae0daf55535f45b99ef109639ed1ec",
"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"
],
"support": {
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/cakephp/issues",
"source": "https://github.com/cakephp/datasource"
},
"time": "2024-03-11T18:07:04+00:00"
},
{
"name": "cakephp/utility",
"version": "5.0.7",
"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"
],
"support": {
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"issues": "https://github.com/cakephp/cakephp/issues",
"source": "https://github.com/cakephp/utility"
},
"time": "2024-02-24T04:42:47+00:00"
},
2022-10-08 10:42:03 +02:00
{
"name": "laravel/serializable-closure",
2024-04-05 17:17:33 +02:00
"version": "v1.3.3",
2022-10-08 10:42:03 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2024-04-05 17:17:33 +02:00
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
2022-10-08 10:42:03 +02:00
},
"dist": {
"type": "zip",
2024-04-05 17:17:33 +02:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
2022-10-08 10:42:03 +02:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\SerializableClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
}
],
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
"keywords": [
"closure",
"laravel",
"serializable"
],
"support": {
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
2024-04-05 17:17:33 +02:00
"time": "2023-11-08T14:08:06+00:00"
2022-10-08 10:42:03 +02: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"
],
"support": {
"issues": "https://github.com/thephpleague/container/issues",
"source": "https://github.com/thephpleague/container/tree/4.2.2"
},
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
"time": "2024-03-13T13:12:53+00:00"
},
2022-02-06 19:14:06 +01:00
{
"name": "monolog/monolog",
2024-04-05 17:17:33 +02:00
"version": "3.5.0",
2022-02-06 19:14:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2024-04-05 17:17:33 +02:00
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
2022-02-06 19:14:06 +01:00
},
"dist": {
"type": "zip",
2024-04-05 17:17:33 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2022-02-06 19:14:06 +01:00
"shasum": ""
},
"require": {
2022-10-08 10:42:03 +02:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2022-02-06 19:14:06 +01:00
},
"provide": {
2022-10-08 10:42:03 +02:00
"psr/log-implementation": "3.0.0"
2022-02-06 19:14:06 +01:00
},
"require-dev": {
2022-10-08 10:42:03 +02:00
"aws/aws-sdk-php": "^3.0",
2022-02-06 19:14:06 +01:00
"doctrine/couchdb": "~1.0@dev",
2022-10-08 10:42:03 +02:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2024-04-05 17:17:33 +02:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
"guzzlehttp/guzzle": "^7.4.5",
2022-10-08 10:42:03 +02:00
"guzzlehttp/psr7": "^2.2",
2022-02-06 19:14:06 +01:00
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
2024-04-05 17:17:33 +02:00
"phpstan/phpstan": "^1.9",
2022-10-08 10:42:03 +02:00
"phpstan/phpstan-deprecation-rules": "^1.0",
2024-04-05 17:17:33 +02:00
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^10.1",
"predis/predis": "^1.1 || ^2",
2022-10-08 10:42:03 +02:00
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2022-02-06 19:14:06 +01:00
},
"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": {
2022-10-08 10:42:03 +02:00
"dev-main": "3.x-dev"
2022-02-06 19:14:06 +01:00
}
},
"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"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2024-04-05 17:17:33 +02:00
"source": "https://github.com/Seldaek/monolog/tree/3.5.0"
2022-02-06 19:14:06 +01:00
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2024-04-05 17:17:33 +02:00
"time": "2023-10-27T15:32:31+00:00"
2022-02-06 19:14:06 +01:00
},
{
2022-10-08 10:42:03 +02:00
"name": "netresearch/jsonmapper",
2024-04-05 17:17:33 +02:00
"version": "v4.4.1",
2022-02-06 19:14:06 +01:00
"source": {
"type": "git",
2022-10-08 10:42:03 +02:00
"url": "https://github.com/cweiske/jsonmapper.git",
2024-04-05 17:17:33 +02:00
"reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0"
2022-02-06 19:14:06 +01:00
},
"dist": {
"type": "zip",
2024-04-05 17:17:33 +02:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/132c75c7dd83e45353ebb9c6c9f591952995bbf0",
"reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0",
2022-02-06 19:14:06 +01:00
"shasum": ""
},
"require": {
2022-10-08 10:42:03 +02:00
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
2022-02-06 19:14:06 +01:00
},
"require-dev": {
2024-04-05 17:17:33 +02:00
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
2022-10-08 10:42:03 +02:00
"squizlabs/php_codesniffer": "~3.5"
2022-02-06 19:14:06 +01:00
},
"type": "library",
"autoload": {
2022-10-08 10:42:03 +02:00
"psr-0": {
"JsonMapper": "src/"
}
2022-02-06 19:14:06 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-10-08 10:42:03 +02:00
"OSL-3.0"
2022-02-06 19:14:06 +01:00
],
"authors": [
{
2022-10-08 10:42:03 +02:00
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
2022-02-06 19:14:06 +01:00
}
],
2022-10-08 10:42:03 +02:00
"description": "Map nested JSON structures onto PHP classes",
2022-02-06 19:14:06 +01:00
"support": {
2022-10-08 10:42:03 +02:00
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2024-04-05 17:17:33 +02:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.4.1"
2022-02-06 19:14:06 +01:00
},
2024-04-05 17:17:33 +02:00
"time": "2024-01-31T06:18:54+00:00"
2022-02-06 19:14:06 +01:00
},
{
"name": "php-di/invoker",
2024-04-05 17:17:33 +02:00
"version": "2.3.4",
2022-02-06 19:14:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
2024-04-05 17:17:33 +02:00
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
2022-02-06 19:14:06 +01:00
},
"dist": {
"type": "zip",
2024-04-05 17:17:33 +02:00
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
2022-02-06 19:14:06 +01:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"psr/container": "^1.0|^2.0"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
],
"support": {
"issues": "https://github.com/PHP-DI/Invoker/issues",
2024-04-05 17:17:33 +02:00
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
2022-02-06 19:14:06 +01:00
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
2024-04-05 17:17:33 +02:00
"time": "2023-09-08T09:24:21+00:00"
2022-02-06 19:14:06 +01:00
},
{
"name": "php-di/php-di",
2022-10-08 10:42:03 +02:00
"version": "6.4.0",
2022-02-06 19:14:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
2022-10-08 10:42:03 +02:00
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
2022-02-06 19:14:06 +01:00
},
"dist": {
"type": "zip",
2022-10-08 10:42:03 +02:00
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
2022-02-06 19:14:06 +01:00
"shasum": ""
},
"require": {
2022-10-08 10:42:03 +02:00
"laravel/serializable-closure": "^1.0",
"php": ">=7.4.0",
2022-02-06 19:14:06 +01:00
"php-di/invoker": "^2.0",
"php-di/phpdoc-reader": "^2.0.1",
"psr/container": "^1.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"require-dev": {
2022-10-08 10:42:03 +02:00
"doctrine/annotations": "~1.10",
2022-02-06 19:14:06 +01:00
"friendsofphp/php-cs-fixer": "^2.4",
"mnapoli/phpunit-easymock": "^1.2",
2022-10-08 10:42:03 +02:00
"ocramius/proxy-manager": "^2.11.2",
2022-02-06 19:14:06 +01:00
"phpstan/phpstan": "^0.12",
2022-10-08 10:42:03 +02:00
"phpunit/phpunit": "^9.5"
2022-02-06 19:14:06 +01:00
},
"suggest": {
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"DI\\": "src/"
}
2022-02-06 19:14:06 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The dependency injection container for humans",
"homepage": "https://php-di.org/",
"keywords": [
"PSR-11",
"container",
"container-interop",
"dependency injection",
"di",
"ioc",
"psr11"
],
"support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
2022-10-08 10:42:03 +02:00
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
2022-02-06 19:14:06 +01:00
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
}
],
2022-10-08 10:42:03 +02:00
"time": "2022-04-09T16:46:38+00:00"
2022-02-06 19:14:06 +01:00
},
{
"name": "php-di/phpdoc-reader",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PhpDocReader.git",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"mnapoli/hard-mode": "~0.3.0",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpDocReader\\": "src/PhpDocReader"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
"keywords": [
"phpdoc",
"reflection"
],
"support": {
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
},
"time": "2020-10-12T12:39:22+00:00"
},
2022-01-18 19:14:24 +01:00
{
"name": "phplucidframe/console-table",
"version": "v1.2.4",
"source": {
"type": "git",
2022-02-06 19:14:06 +01:00
"url": "https://github.com/phplucidframe/console-table.git",
"reference": "a973d911af96f3db42fca92cbeb1f473c9ad505e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phplucidframe/console-table/zipball/a973d911af96f3db42fca92cbeb1f473c9ad505e",
"reference": "a973d911af96f3db42fca92cbeb1f473c9ad505e",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"LucidFrame\\": "src/",
"LucidFrameTest\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sithu K.",
"email": "cithukyaw@gmail.com"
}
],
"description": "Console Table",
"support": {
"issues": "https://github.com/phplucidframe/console-table/issues",
"source": "https://github.com/phplucidframe/console-table/tree/v1.2.4"
},
"time": "2019-03-03T12:17:32+00:00"
},
{
"name": "psr/container",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
2022-10-08 10:42:03 +02:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2"
},
"time": "2021-11-05T16:50:12+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "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"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+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"
],
"support": {
"issues": "https://github.com/cakephp/phinx/issues",
"source": "https://github.com/cakephp/phinx/tree/0.15.5"
},
"time": "2023-12-05T13:24:00+00:00"
},
{
"name": "symfony/config",
"version": "v7.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "7fc7e18a73ec8125fd95928c0340470d64760deb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/7fc7e18a73ec8125fd95928c0340470d64760deb",
"reference": "7fc7e18a73ec8125fd95928c0340470d64760deb",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/filesystem": "^6.4|^7.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<6.4",
"symfony/service-contracts": "<2.5"
},
"require-dev": {
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},