|
@@ -4,20 +4,20 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "6ec3c93a41026fd9ff565142f2ec2413",
|
|
|
+ "content-hash": "7b456152fa0efbf38315140961ff527b",
|
|
|
"packages": [
|
|
|
{
|
|
|
- "name": "monolog/monolog",
|
|
|
- "version": "2.9.2",
|
|
|
+ "name": "carbonphp/carbon-doctrine-types",
|
|
|
+ "version": "1.0.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
|
|
|
+ "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
|
|
+ "reference": "3c430083d0b41ceed84ecccf9dac613241d7305d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
|
|
- "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
|
|
+ "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/3c430083d0b41ceed84ecccf9dac613241d7305d",
|
|
|
+ "reference": "3c430083d0b41ceed84ecccf9dac613241d7305d",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
@@ -27,57 +27,95 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.2",
|
|
|
- "psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
+ "php": "^7.1.8 || ^8.0"
|
|
|
},
|
|
|
- "provide": {
|
|
|
- "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/dbal": ">=3.7.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"
|
|
|
+ "doctrine/dbal": ">=2.0.0",
|
|
|
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
|
|
|
+ "phpunit/phpunit": "^10.3"
|
|
|
},
|
|
|
"type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "2.x-dev"
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "KyleKatarn",
|
|
|
+ "email": "kylekatarnls@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Types to use Carbon in Doctrine",
|
|
|
+ "keywords": [
|
|
|
+ "carbon",
|
|
|
+ "date",
|
|
|
+ "datetime",
|
|
|
+ "doctrine",
|
|
|
+ "time"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
|
|
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/1.0.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/kylekatarnls",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/Carbon",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
+ ],
|
|
|
+ "time": "2023-10-01T12:35:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/inflector",
|
|
|
+ "version": "2.0.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/inflector.git",
|
|
|
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
|
|
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^11.0",
|
|
|
+ "phpstan/phpstan": "^1.8",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.3",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.5",
|
|
|
+ "vimeo/psalm": "^4.25 || ^5.4"
|
|
|
},
|
|
|
+ "type": "library",
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "Monolog\\": "src/Monolog"
|
|
|
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -86,46 +124,72 @@
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "j.boggiano@seld.be",
|
|
|
- "homepage": "https://seld.be"
|
|
|
+ "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": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
- "homepage": "https://github.com/Seldaek/monolog",
|
|
|
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
|
|
|
"keywords": [
|
|
|
- "log",
|
|
|
- "logging",
|
|
|
- "psr-3"
|
|
|
+ "inflection",
|
|
|
+ "inflector",
|
|
|
+ "lowercase",
|
|
|
+ "manipulation",
|
|
|
+ "php",
|
|
|
+ "plural",
|
|
|
+ "singular",
|
|
|
+ "strings",
|
|
|
+ "uppercase",
|
|
|
+ "words"
|
|
|
],
|
|
|
"support": {
|
|
|
- "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
- "source": "https://github.com/Seldaek/monolog/tree/2.9.2"
|
|
|
+ "issues": "https://github.com/doctrine/inflector/issues",
|
|
|
+ "source": "https://github.com/doctrine/inflector/tree/2.0.10"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
- "url": "https://github.com/Seldaek",
|
|
|
- "type": "github"
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
},
|
|
|
{
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2023-10-27T15:25:26+00:00"
|
|
|
+ "time": "2024-02-18T20:23:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
- "name": "nikic/fast-route",
|
|
|
- "version": "v1.3.0",
|
|
|
+ "name": "graham-campbell/result-type",
|
|
|
+ "version": "v1.1.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/nikic/FastRoute.git",
|
|
|
- "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|
|
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
- "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
|
|
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
@@ -135,53 +199,65 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
+ "phpoption/phpoption": "^1.9.2"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
- "files": [
|
|
|
- "src/functions.php"
|
|
|
- ],
|
|
|
"psr-4": {
|
|
|
- "FastRoute\\": "src/"
|
|
|
+ "GrahamCampbell\\ResultType\\": "src/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
|
- "BSD-3-Clause"
|
|
|
+ "MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
- "name": "Nikita Popov",
|
|
|
- "email": "nikic@php.net"
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Fast request router for PHP",
|
|
|
+ "description": "An Implementation Of The Result Type",
|
|
|
"keywords": [
|
|
|
- "router",
|
|
|
- "routing"
|
|
|
+ "Graham Campbell",
|
|
|
+ "GrahamCampbell",
|
|
|
+ "Result Type",
|
|
|
+ "Result-Type",
|
|
|
+ "result"
|
|
|
],
|
|
|
"support": {
|
|
|
- "issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
- "source": "https://github.com/nikic/FastRoute/tree/master"
|
|
|
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
|
|
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
|
|
|
},
|
|
|
- "time": "2018-02-13T20:26:39+00:00"
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-11-12T22:16:48+00:00"
|
|
|
},
|
|
|
{
|
|
|
- "name": "psr/container",
|
|
|
- "version": "2.0.1",
|
|
|
+ "name": "illuminate/bus",
|
|
|
+ "version": "v8.83.27",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/php-fig/container.git",
|
|
|
- "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef"
|
|
|
+ "url": "https://github.com/illuminate/bus.git",
|
|
|
+ "reference": "d2a8ae4bfd881086e55455e470776358eab27eae"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/container/zipball/2ae37329ee82f91efadc282cc2d527fd6065a5ef",
|
|
|
- "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/bus/zipball/d2a8ae4bfd881086e55455e470776358eab27eae",
|
|
|
+ "reference": "d2a8ae4bfd881086e55455e470776358eab27eae",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
@@ -191,17 +267,24 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=7.2.0"
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/pipeline": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "Psr\\Container\\": "src/"
|
|
|
+ "Illuminate\\Bus\\": ""
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -210,37 +293,30 @@
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
- "homepage": "https://github.com/php-fig/container",
|
|
|
- "keywords": [
|
|
|
- "PSR-11",
|
|
|
- "container",
|
|
|
- "container-interface",
|
|
|
- "container-interop",
|
|
|
- "psr"
|
|
|
- ],
|
|
|
+ "description": "The Illuminate Bus package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
"support": {
|
|
|
- "issues": "https://github.com/php-fig/container/issues",
|
|
|
- "source": "https://github.com/php-fig/container/tree/2.0.1"
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
},
|
|
|
- "time": "2021-03-24T13:40:57+00:00"
|
|
|
+ "time": "2022-03-07T15:02:42+00:00"
|
|
|
},
|
|
|
{
|
|
|
- "name": "psr/log",
|
|
|
- "version": "1.1.4",
|
|
|
+ "name": "illuminate/collections",
|
|
|
+ "version": "v8.83.27",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
+ "url": "https://github.com/illuminate/collections.git",
|
|
|
+ "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
|
|
|
+ "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
|
|
|
"shasum": "",
|
|
|
"mirrors": [
|
|
|
{
|
|
@@ -250,17 +326,25 @@
|
|
|
]
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/var-dumper": "Required to use the dump method (^5.4)."
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
+ "files": [
|
|
|
+ "helpers.php"
|
|
|
+ ],
|
|
|
"psr-4": {
|
|
|
- "Psr\\Log\\": "Psr/Log/"
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -269,21 +353,2623 @@
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Common interface for logging libraries",
|
|
|
- "homepage": "https://github.com/php-fig/log",
|
|
|
- "keywords": [
|
|
|
- "log",
|
|
|
- "psr",
|
|
|
- "psr-3"
|
|
|
+ "description": "The Illuminate Collections package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-06-23T15:29:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/container",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/container.git",
|
|
|
+ "reference": "14062628d05f75047c5a1360b9350028427d568e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",
|
|
|
+ "reference": "14062628d05f75047c5a1360b9350028427d568e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "psr/container": "^1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/container-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Container\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
],
|
|
|
+ "description": "The Illuminate Container package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
},
|
|
|
- "time": "2021-05-03T11:20:27+00:00"
|
|
|
+ "time": "2022-02-02T21:03:35+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/contracts",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/contracts.git",
|
|
|
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
|
|
|
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "psr/container": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Contracts\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Contracts package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-01-13T14:47:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/database",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/database.git",
|
|
|
+ "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/database/zipball/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
|
|
|
+ "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/container": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/console": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
|
|
|
+ "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
|
|
+ "illuminate/console": "Required to use the database commands (^8.0).",
|
|
|
+ "illuminate/events": "Required to use the observers with Eloquent (^8.0).",
|
|
|
+ "illuminate/filesystem": "Required to use the migrations (^8.0).",
|
|
|
+ "illuminate/pagination": "Required to paginate the result set (^8.0).",
|
|
|
+ "symfony/finder": "Required to use Eloquent model factories (^5.4)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Database\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Database package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "keywords": [
|
|
|
+ "database",
|
|
|
+ "laravel",
|
|
|
+ "orm",
|
|
|
+ "sql"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-08-31T16:16:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/events",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/events.git",
|
|
|
+ "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/events/zipball/b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
|
|
|
+ "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/bus": "^8.0",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/container": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Events\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Events package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2021-09-15T14:32:50+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/macroable",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/macroable.git",
|
|
|
+ "reference": "aed81891a6e046fdee72edd497f822190f61c162"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
|
|
|
+ "reference": "aed81891a6e046fdee72edd497f822190f61c162",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Macroable package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2021-11-16T13:57:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/pagination",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/pagination.git",
|
|
|
+ "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/pagination/zipball/16fe8dc35f9d18c58a3471469af656a02e9ab692",
|
|
|
+ "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Pagination\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Pagination package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-06-27T13:26:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/pipeline",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/pipeline.git",
|
|
|
+ "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
|
|
|
+ "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Pipeline\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Pipeline package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2021-03-26T18:39:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/redis",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/redis.git",
|
|
|
+ "reference": "0fee121324054226823a59623fab3d98ad88fbd5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/redis/zipball/0fee121324054226823a59623fab3d98ad88fbd5",
|
|
|
+ "reference": "0fee121324054226823a59623fab3d98ad88fbd5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
|
|
+ "predis/predis": "Required to use the predis connector (^1.1.9)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Redis\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Redis package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-01-24T02:32:30+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/support",
|
|
|
+ "version": "v8.83.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/support.git",
|
|
|
+ "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/support/zipball/1c79242468d3bbd9a0f7477df34f9647dde2a09b",
|
|
|
+ "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/inflector": "^1.4|^2.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "nesbot/carbon": "^2.53.1",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "voku/portable-ascii": "^1.6.1"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "tightenco/collect": "<5.5.33"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/filesystem": "Required to use the composer class (^8.0).",
|
|
|
+ "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
|
|
|
+ "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
|
|
|
+ "symfony/process": "Required to use the composer class (^5.4).",
|
|
|
+ "symfony/var-dumper": "Required to use the dd function (^5.4).",
|
|
|
+ "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Support package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-09-21T21:30:03+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": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
+ "source": "https://github.com/Seldaek/monolog/tree/2.9.2"
|
|
|
+ },
|
|
|
+ "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": "nesbot/carbon",
|
|
|
+ "version": "2.72.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
|
|
|
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "carbonphp/carbon-doctrine-types": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.1.8 || ^8.0",
|
|
|
+ "psr/clock": "^1.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/clock-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
|
|
|
+ "doctrine/orm": "^2.7 || ^3.0",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.0",
|
|
|
+ "kylekatarnls/multi-tester": "^2.0",
|
|
|
+ "ondrejmirtes/better-reflection": "*",
|
|
|
+ "phpmd/phpmd": "^2.9",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|
|
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|
|
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/carbon"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-3.x": "3.x-dev",
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Carbon\\Laravel\\ServiceProvider"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "phpstan": {
|
|
|
+ "includes": [
|
|
|
+ "extension.neon"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Carbon\\": "src/Carbon/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Brian Nesbitt",
|
|
|
+ "email": "brian@nesbot.com",
|
|
|
+ "homepage": "https://markido.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kylekatarnls",
|
|
|
+ "homepage": "https://github.com/kylekatarnls"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An API extension for DateTime that supports 281 different languages.",
|
|
|
+ "homepage": "https://carbon.nesbot.com",
|
|
|
+ "keywords": [
|
|
|
+ "date",
|
|
|
+ "datetime",
|
|
|
+ "time"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://carbon.nesbot.com/docs",
|
|
|
+ "issues": "https://github.com/briannesbitt/Carbon/issues",
|
|
|
+ "source": "https://github.com/briannesbitt/Carbon"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sponsors/kylekatarnls",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/Carbon#sponsor",
|
|
|
+ "type": "opencollective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-25T10:35:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nikic/fast-route",
|
|
|
+ "version": "v1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/nikic/FastRoute.git",
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "FastRoute\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nikita Popov",
|
|
|
+ "email": "nikic@php.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Fast request router for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "router",
|
|
|
+ "routing"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
+ "source": "https://github.com/nikic/FastRoute/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2018-02-13T20:26:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoption/phpoption",
|
|
|
+ "version": "1.9.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
|
|
|
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": true
|
|
|
+ },
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.9-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOption\\": "src/PhpOption/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com",
|
|
|
+ "homepage": "https://github.com/schmittjoh"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Option Type for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "language",
|
|
|
+ "option",
|
|
|
+ "php",
|
|
|
+ "type"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/schmittjoh/php-option/issues",
|
|
|
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-11-12T21:59:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/clock",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/clock.git",
|
|
|
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Clock\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for reading the clock.",
|
|
|
+ "homepage": "https://github.com/php-fig/clock",
|
|
|
+ "keywords": [
|
|
|
+ "clock",
|
|
|
+ "now",
|
|
|
+ "psr",
|
|
|
+ "psr-20",
|
|
|
+ "time"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-fig/clock/issues",
|
|
|
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
|
|
|
+ },
|
|
|
+ "time": "2022-11-25T14:36:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.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/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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.1"
|
|
|
+ },
|
|
|
+ "time": "2021-03-05T17:36:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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/1.1.4"
|
|
|
+ },
|
|
|
+ "time": "2021-05-03T11:20:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://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/master"
|
|
|
+ },
|
|
|
+ "time": "2017-10-23T01:57:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/console",
|
|
|
+ "version": "v5.4.35",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/console.git",
|
|
|
+ "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931",
|
|
|
+ "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php73": "^1.9",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/string": "^5.1|^6.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "psr/log": ">=3",
|
|
|
+ "symfony/dependency-injection": "<4.4",
|
|
|
+ "symfony/dotenv": "<5.1",
|
|
|
+ "symfony/event-dispatcher": "<4.4",
|
|
|
+ "symfony/lock": "<4.4",
|
|
|
+ "symfony/process": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0|2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/lock": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/process": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log": "For using the console logger",
|
|
|
+ "symfony/event-dispatcher": "",
|
|
|
+ "symfony/lock": "",
|
|
|
+ "symfony/process": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Console\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "cli",
|
|
|
+ "command-line",
|
|
|
+ "console",
|
|
|
+ "terminal"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/console/tree/v5.4.35"
|
|
|
+ },
|
|
|
+ "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:28:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-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",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-02T09:53:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.28.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-ctype": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.28-dev"
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-01-26T09:26:14+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": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-29T20:11:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
+ "version": "v1.28.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|
|
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.28-dev"
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-01-26T09:26:14+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.28.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
|
|
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-mbstring": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.28-dev"
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-07-28T09:04:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php73",
|
|
|
+ "version": "v1.28.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
+ "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
|
|
+ "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.28-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php73\\": ""
|
|
|
+ },
|
|
|
+ "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 backporting some PHP 7.3+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-01-26T09:26:14+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.29.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|
|
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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\\Php80\\": ""
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ion Bazan",
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-29T20:11:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/container": "^1.1",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "ext-psr": "<1.1|>=2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/service-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Generic abstractions related to writing services",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-30T19:17:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/string",
|
|
|
+ "version": "v5.4.35",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/string.git",
|
|
|
+ "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2",
|
|
|
+ "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-ctype": "~1.8",
|
|
|
+ "symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
+ "symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "~1.15"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/translation-contracts": ">=3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-client": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/translation-contracts": "^1.1|^2",
|
|
|
+ "symfony/var-exporter": "^4.4|^5.0|^6.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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/string/tree/v5.4.35"
|
|
|
+ },
|
|
|
+ "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-23T13:51:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/translation",
|
|
|
+ "version": "v5.4.35",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/translation.git",
|
|
|
+ "reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/77d7d1e46f52827585e65e6cd6f52a2542e59c72",
|
|
|
+ "reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/translation-contracts": "^2.3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/config": "<4.4",
|
|
|
+ "symfony/console": "<5.3",
|
|
|
+ "symfony/dependency-injection": "<5.0",
|
|
|
+ "symfony/http-kernel": "<5.0",
|
|
|
+ "symfony/twig-bundle": "<5.0",
|
|
|
+ "symfony/yaml": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "symfony/translation-implementation": "2.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/console": "^5.4|^6.0",
|
|
|
+ "symfony/dependency-injection": "^5.0|^6.0",
|
|
|
+ "symfony/finder": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|
|
+ "symfony/http-kernel": "^5.0|^6.0",
|
|
|
+ "symfony/intl": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/polyfill-intl-icu": "^1.21",
|
|
|
+ "symfony/service-contracts": "^1.1.2|^2|^3",
|
|
|
+ "symfony/yaml": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log-implementation": "To use logging capability in translator",
|
|
|
+ "symfony/config": "",
|
|
|
+ "symfony/yaml": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Translation\\": ""
|
|
|
+ },
|
|
|
+ "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 tools to internationalize your application",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/translation/tree/v5.4.35"
|
|
|
+ },
|
|
|
+ "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-23T13:51:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/translation-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/translation-contracts.git",
|
|
|
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|
|
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/translation-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Translation\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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 translation",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-27T16:58:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
+ "version": "v5.4.35",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-dumper.git",
|
|
|
+ "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ce4685b30e47d94dfc990c5566285ff99ddf012b",
|
|
|
+ "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "symfony/console": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/process": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/uid": "^5.1|^6.0",
|
|
|
+ "twig/twig": "^2.13|^3.0.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
+ "ext-intl": "To show region name in time zone dump",
|
|
|
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions/dump.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "dump"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/var-dumper/tree/v5.4.35"
|
|
|
+ },
|
|
|
+ "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:28:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-container",
|
|
|
+ "version": "v2.0.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-container.git",
|
|
|
+ "reference": "2189b39e42af2c14203ed4372b92e38989e9dabb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-container/zipball/2189b39e42af2c14203ed4372b92e38989e9dabb",
|
|
|
+ "reference": "2189b39e42af2c14203ed4372b92e38989e9dabb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.0",
|
|
|
+ "psr/container": "^1.0|^2.0",
|
|
|
+ "topthink/think-helper": "^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.0|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Container & Facade Manager",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-container/issues",
|
|
|
+ "source": "https://github.com/top-think/think-container/tree/v2.0.5"
|
|
|
+ },
|
|
|
+ "time": "2022-05-23T06:24:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-helper",
|
|
|
+ "version": "v3.1.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-helper.git",
|
|
|
+ "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
+ "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP6 Helper Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-helper/issues",
|
|
|
+ "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
|
|
|
+ },
|
|
|
+ "time": "2021-12-15T04:27:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-validate",
|
|
|
+ "version": "v2.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-validate.git",
|
|
|
+ "reference": "857f9bffc1a09a41e3969a19726cb04315848f0f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-validate/zipball/857f9bffc1a09a41e3969a19726cb04315848f0f",
|
|
|
+ "reference": "857f9bffc1a09a41e3969a19726cb04315848f0f",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "topthink/think-container": "~2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "think validate",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-validate/issues",
|
|
|
+ "source": "https://github.com/top-think/think-validate/tree/2.0"
|
|
|
+ },
|
|
|
+ "time": "2019-05-15T06:58:23+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "vlucas/phpdotenv",
|
|
|
+ "version": "v5.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
+ "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
|
|
|
+ "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "graham-campbell/result-type": "^1.0.2",
|
|
|
+ "php": "^7.1.3 || ^8.0",
|
|
|
+ "phpoption/phpoption": "^1.8",
|
|
|
+ "symfony/polyfill-ctype": "^1.23",
|
|
|
+ "symfony/polyfill-mbstring": "^1.23.1",
|
|
|
+ "symfony/polyfill-php80": "^1.23.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-filter": "Required to use the boolean validator."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "bamarni-bin": {
|
|
|
+ "bin-links": true,
|
|
|
+ "forward-command": true
|
|
|
+ },
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.5-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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
|
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-10-16T01:01:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "voku/portable-ascii",
|
|
|
+ "version": "1.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/voku/portable-ascii.git",
|
|
|
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
|
|
|
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/voku/portable-ascii/issues",
|
|
|
+ "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
|
|
|
+ },
|
|
|
+ "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-01-24T18:55:24+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "workerman/webman-framework",
|