3053 lines
108 KiB
JSON
3053 lines
108 KiB
JSON
{
|
||
"_readme": [
|
||
"This file locks the dependencies of your project to a known state",
|
||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
"This file is @generated automatically"
|
||
],
|
||
"content-hash": "40e690c07a34d05e3eb1432d45aa0852",
|
||
"packages": [
|
||
{
|
||
"name": "brick/math",
|
||
"version": "0.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/brick/math.git",
|
||
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
|
||
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.0"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.2",
|
||
"phpunit/phpunit": "^9.0",
|
||
"vimeo/psalm": "5.0.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Brick\\Math\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Arbitrary-precision arithmetic library",
|
||
"keywords": [
|
||
"Arbitrary-precision",
|
||
"BigInteger",
|
||
"BigRational",
|
||
"arithmetic",
|
||
"bigdecimal",
|
||
"bignum",
|
||
"brick",
|
||
"math"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/brick/math/issues",
|
||
"source": "https://github.com/brick/math/tree/0.11.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/BenMorel",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2023-01-15T23:15:59+00:00"
|
||
},
|
||
{
|
||
"name": "carbonphp/carbon-doctrine-types",
|
||
"version": "2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
||
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
|
||
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.4 || ^8.0"
|
||
},
|
||
"conflict": {
|
||
"doctrine/dbal": "<3.7.0 || >=4.0.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/dbal": "^3.7.0",
|
||
"nesbot/carbon": "^2.71.0 || ^3.0.0",
|
||
"phpunit/phpunit": "^10.3"
|
||
},
|
||
"type": "library",
|
||
"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/2.1.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-12-11T17:09:12+00:00"
|
||
},
|
||
{
|
||
"name": "doctrine/inflector",
|
||
"version": "2.0.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/inflector.git",
|
||
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
|
||
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
|
||
"shasum": ""
|
||
},
|
||
"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": {
|
||
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Roman Borschel",
|
||
"email": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "PHP Doctrine 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": [
|
||
"inflection",
|
||
"inflector",
|
||
"lowercase",
|
||
"manipulation",
|
||
"php",
|
||
"plural",
|
||
"singular",
|
||
"strings",
|
||
"uppercase",
|
||
"words"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/inflector/issues",
|
||
"source": "https://github.com/doctrine/inflector/tree/2.0.8"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/phpdoctrine",
|
||
"type": "patreon"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-06-16T13:40:37+00:00"
|
||
},
|
||
{
|
||
"name": "graham-campbell/result-type",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"phpoption/phpoption": "^1.9.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GrahamCampbell\\ResultType\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
}
|
||
],
|
||
"description": "An Implementation Of The Result Type",
|
||
"keywords": [
|
||
"Graham Campbell",
|
||
"GrahamCampbell",
|
||
"Result Type",
|
||
"Result-Type",
|
||
"result"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
|
||
},
|
||
"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": "illuminate/bus",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/bus.git",
|
||
"reference": "8db4b00a3f6071075e9f08094c6c7b059f8deddf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/bus/zipball/8db4b00a3f6071075e9f08094c6c7b059f8deddf",
|
||
"reference": "8db4b00a3f6071075e9f08094c6c7b059f8deddf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/pipeline": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"suggest": {
|
||
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Bus\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Bus package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-12-15T14:09:57+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/collections",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/collections.git",
|
||
"reference": "63fc240a047788fbc2ebe153de85cb72fce88440"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/collections/zipball/63fc240a047788fbc2ebe153de85cb72fce88440",
|
||
"reference": "63fc240a047788fbc2ebe153de85cb72fce88440",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/conditionable": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"suggest": {
|
||
"symfony/var-dumper": "Required to use the dump method (^6.2)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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 Collections package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-12-21T14:17:35+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/conditionable",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/conditionable.git",
|
||
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.0.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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 Conditionable package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-02-03T08:06:17+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/container",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/container.git",
|
||
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
|
||
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "^10.0",
|
||
"php": "^8.1",
|
||
"psr/container": "^1.1.1|^2.0.1"
|
||
},
|
||
"provide": {
|
||
"psr/container-implementation": "1.1|2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-06-18T09:12:03+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/contracts",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/contracts.git",
|
||
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/f6bf37a272fda164f6c451407c99f820eb1eb95b",
|
||
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.1",
|
||
"psr/container": "^1.1.1|^2.0.1",
|
||
"psr/simple-cache": "^1.0|^2.0|^3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-10-30T00:59:22+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/database",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/database.git",
|
||
"reference": "f014850671278a8d1a0e9fd2f421aad5b487ab9e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/database/zipball/f014850671278a8d1a0e9fd2f421aad5b487ab9e",
|
||
"reference": "f014850671278a8d1a0e9fd2f421aad5b487ab9e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"brick/math": "^0.9.3|^0.10.2|^0.11",
|
||
"ext-pdo": "*",
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/container": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"conflict": {
|
||
"carbonphp/carbon-doctrine-types": ">=3.0",
|
||
"doctrine/dbal": ">=4.0"
|
||
},
|
||
"suggest": {
|
||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
|
||
"ext-filter": "Required to use the Postgres database driver.",
|
||
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
|
||
"illuminate/console": "Required to use the database commands (^10.0).",
|
||
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
|
||
"illuminate/filesystem": "Required to use the migrations (^10.0).",
|
||
"illuminate/pagination": "Required to paginate the result set (^10.0).",
|
||
"symfony/finder": "Required to use Eloquent model factories (^6.2)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-12-21T01:49:42+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/events",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/events.git",
|
||
"reference": "8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/events/zipball/8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1",
|
||
"reference": "8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/bus": "^10.0",
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/container": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-10-30T00:59:35+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/macroable",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/macroable.git",
|
||
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-06-05T12:46:42+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/pagination",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/pagination.git",
|
||
"reference": "2af69e712297cc38377593a72f00d430867e8bdc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/pagination/zipball/2af69e712297cc38377593a72f00d430867e8bdc",
|
||
"reference": "2af69e712297cc38377593a72f00d430867e8bdc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-filter": "*",
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-04-17T16:01:53+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/pipeline",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/pipeline.git",
|
||
"reference": "f802187e917a171332cc90f8c1a102939c57405d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/f802187e917a171332cc90f8c1a102939c57405d",
|
||
"reference": "f802187e917a171332cc90f8c1a102939c57405d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-12-19T14:47:26+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/redis",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/redis.git",
|
||
"reference": "e0d81f4f9972b0b9dd416516a1f4c209939ef15a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/redis/zipball/e0d81f4f9972b0b9dd416516a1f4c209939ef15a",
|
||
"reference": "e0d81f4f9972b0b9dd416516a1f4c209939ef15a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"suggest": {
|
||
"ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
||
"predis/predis": "Required to use the predis connector (^2.0.2)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-12-25T01:10:57+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/support",
|
||
"version": "v10.39.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/support.git",
|
||
"reference": "6705007f24091863fefdf1f9320ac2c121cf37f1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/support/zipball/6705007f24091863fefdf1f9320ac2c121cf37f1",
|
||
"reference": "6705007f24091863fefdf1f9320ac2c121cf37f1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/inflector": "^2.0",
|
||
"ext-ctype": "*",
|
||
"ext-filter": "*",
|
||
"ext-mbstring": "*",
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/conditionable": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"nesbot/carbon": "^2.67",
|
||
"php": "^8.1",
|
||
"voku/portable-ascii": "^2.0"
|
||
},
|
||
"conflict": {
|
||
"tightenco/collect": "<5.5.33"
|
||
},
|
||
"suggest": {
|
||
"illuminate/filesystem": "Required to use the composer class (^10.0).",
|
||
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
|
||
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
||
"symfony/process": "Required to use the composer class (^6.2).",
|
||
"symfony/uid": "Required to use Str::ulid() (^6.2).",
|
||
"symfony/var-dumper": "Required to use the dd function (^6.2).",
|
||
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.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": "2023-12-25T01:11:56+00:00"
|
||
},
|
||
{
|
||
"name": "laravel/serializable-closure",
|
||
"version": "v1.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/laravel/serializable-closure.git",
|
||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
|
||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.3|^8.0"
|
||
},
|
||
"require-dev": {
|
||
"nesbot/carbon": "^2.61",
|
||
"pestphp/pest": "^1.21.3",
|
||
"phpstan/phpstan": "^1.8.2",
|
||
"symfony/var-dumper": "^5.4.11"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Laravel\\SerializableClosure\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
},
|
||
{
|
||
"name": "Nuno Maduro",
|
||
"email": "nuno@laravel.com"
|
||
}
|
||
],
|
||
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
||
"keywords": [
|
||
"closure",
|
||
"laravel",
|
||
"serializable"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||
"source": "https://github.com/laravel/serializable-closure"
|
||
},
|
||
"time": "2023-11-08T14:08:06+00:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "2.9.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2",
|
||
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
"doctrine/couchdb": "~1.0@dev",
|
||
"elasticsearch/elasticsearch": "^7 || ^8",
|
||
"ext-json": "*",
|
||
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
||
"guzzlehttp/guzzle": "^7.4",
|
||
"guzzlehttp/psr7": "^2.2",
|
||
"mongodb/mongodb": "^1.8",
|
||
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
||
"phpspec/prophecy": "^1.15",
|
||
"phpstan/phpstan": "^0.12.91",
|
||
"phpunit/phpunit": "^8.5.14",
|
||
"predis/predis": "^1.1 || ^2.0",
|
||
"rollbar/rollbar": "^1.3 || ^2 || ^3",
|
||
"ruflin/elastica": "^7",
|
||
"swiftmailer/swiftmailer": "^5.3|^6.0",
|
||
"symfony/mailer": "^5.4 || ^6",
|
||
"symfony/mime": "^5.4 || ^6"
|
||
},
|
||
"suggest": {
|
||
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
||
"ext-mbstring": "Allow to work properly with unicode symbols",
|
||
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
||
"ext-openssl": "Required to send log messages using SSL",
|
||
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
||
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Monolog\\": "src/Monolog"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "https://seld.be"
|
||
}
|
||
],
|
||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
"homepage": "https://github.com/Seldaek/monolog",
|
||
"keywords": [
|
||
"log",
|
||
"logging",
|
||
"psr-3"
|
||
],
|
||
"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.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
|
||
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
|
||
"shasum": ""
|
||
},
|
||
"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": "2023-12-08T23:47:49+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": ""
|
||
},
|
||
"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": "php-di/invoker",
|
||
"version": "2.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/Invoker.git",
|
||
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
|
||
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.3",
|
||
"psr/container": "^1.0|^2.0"
|
||
},
|
||
"require-dev": {
|
||
"athletic/athletic": "~0.1.8",
|
||
"mnapoli/hard-mode": "~0.3.0",
|
||
"phpunit/phpunit": "^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Invoker\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Generic and extensible callable invoker",
|
||
"homepage": "https://github.com/PHP-DI/Invoker",
|
||
"keywords": [
|
||
"callable",
|
||
"dependency",
|
||
"dependency-injection",
|
||
"injection",
|
||
"invoke",
|
||
"invoker"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHP-DI/Invoker/issues",
|
||
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/mnapoli",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2023-09-08T09:24:21+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/php-di",
|
||
"version": "7.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8097948a89f6ec782839b3e958432f427cac37fd",
|
||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"laravel/serializable-closure": "^1.0",
|
||
"php": ">=8.0",
|
||
"php-di/invoker": "^2.0",
|
||
"psr/container": "^1.1 || ^2.0"
|
||
},
|
||
"provide": {
|
||
"psr/container-implementation": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3",
|
||
"friendsofphp/proxy-manager-lts": "^1",
|
||
"mnapoli/phpunit-easymock": "^1.3",
|
||
"phpunit/phpunit": "^9.5",
|
||
"vimeo/psalm": "^4.6"
|
||
},
|
||
"suggest": {
|
||
"friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"DI\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "The dependency injection container for humans",
|
||
"homepage": "https://php-di.org/",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interop",
|
||
"dependency injection",
|
||
"di",
|
||
"ioc",
|
||
"psr11"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
||
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.6"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/mnapoli",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-02T10:04:50+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": ""
|
||
},
|
||
"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": ""
|
||
},
|
||
"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": "2.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
||
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
"homepage": "https://github.com/php-fig/container",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interface",
|
||
"container-interop",
|
||
"psr"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-fig/container/issues",
|
||
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
||
},
|
||
"time": "2021-11-05T16:47:00+00:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Log\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"homepage": "https://github.com/php-fig/log",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
||
},
|
||
"time": "2021-07-14T16:46:02+00:00"
|
||
},
|
||
{
|
||
"name": "psr/simple-cache",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/simple-cache.git",
|
||
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\SimpleCache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for simple caching",
|
||
"keywords": [
|
||
"cache",
|
||
"caching",
|
||
"psr",
|
||
"psr-16",
|
||
"simple-cache"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
||
},
|
||
"time": "2021-10-29T13:26:27+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/console",
|
||
"version": "v6.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/console.git",
|
||
"reference": "0254811a143e6bc6c8deea08b589a7e68a37f625"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
|
||
"reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/service-contracts": "^2.5|^3",
|
||
"symfony/string": "^5.4|^6.0|^7.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/dependency-injection": "<5.4",
|
||
"symfony/dotenv": "<5.4",
|
||
"symfony/event-dispatcher": "<5.4",
|
||
"symfony/lock": "<5.4",
|
||
"symfony/process": "<5.4"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0|2.0|3.0"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "^1|^2|^3",
|
||
"symfony/config": "^5.4|^6.0|^7.0",
|
||
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
||
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
||
"symfony/http-foundation": "^6.4|^7.0",
|
||
"symfony/http-kernel": "^6.4|^7.0",
|
||
"symfony/lock": "^5.4|^6.0|^7.0",
|
||
"symfony/messenger": "^5.4|^6.0|^7.0",
|
||
"symfony/process": "^5.4|^6.0|^7.0",
|
||
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
||
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Console\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Eases the creation of beautiful and testable command line interfaces",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"cli",
|
||
"command-line",
|
||
"console",
|
||
"terminal"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/console/tree/v6.4.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": "2023-12-10T16:15:48+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "v3.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"function.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "A generic function and convention to trigger deprecation notices",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.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-05-23T14:45:45+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": ""
|
||
},
|
||
"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.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
"reference": "875e90aeea2777b6f135677f618529449334a612"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
|
||
"reference": "875e90aeea2777b6f135677f618529449334a612",
|
||
"shasum": ""
|
||
},
|
||
"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\\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.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-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": ""
|
||
},
|
||
"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": ""
|
||
},
|
||
"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-php80",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||
"shasum": ""
|
||
},
|
||
"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\\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.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/service-contracts",
|
||
"version": "v3.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/service-contracts.git",
|
||
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
|
||
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"psr/container": "^1.1|^2.0"
|
||
},
|
||
"conflict": {
|
||
"ext-psr": "<1.1|>=2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Service\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Test/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to writing services",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-12-26T14:02:43+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/string",
|
||
"version": "v6.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/string.git",
|
||
"reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/string/zipball/7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
|
||
"reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/polyfill-ctype": "~1.8",
|
||
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
"symfony/polyfill-mbstring": "~1.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/translation-contracts": "<2.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/error-handler": "^5.4|^6.0|^7.0",
|
||
"symfony/http-client": "^5.4|^6.0|^7.0",
|
||
"symfony/intl": "^6.2|^7.0",
|
||
"symfony/translation-contracts": "^2.5|^3.0",
|
||
"symfony/var-exporter": "^5.4|^6.0|^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\String\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"grapheme",
|
||
"i18n",
|
||
"string",
|
||
"unicode",
|
||
"utf-8",
|
||
"utf8"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/string/tree/v6.4.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": "2023-12-10T16:15:48+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation",
|
||
"version": "v6.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation.git",
|
||
"reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation/zipball/a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
|
||
"reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/translation-contracts": "^2.5|^3.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/config": "<5.4",
|
||
"symfony/console": "<5.4",
|
||
"symfony/dependency-injection": "<5.4",
|
||
"symfony/http-client-contracts": "<2.5",
|
||
"symfony/http-kernel": "<5.4",
|
||
"symfony/service-contracts": "<2.5",
|
||
"symfony/twig-bundle": "<5.4",
|
||
"symfony/yaml": "<5.4"
|
||
},
|
||
"provide": {
|
||
"symfony/translation-implementation": "2.3|3.0"
|
||
},
|
||
"require-dev": {
|
||
"nikic/php-parser": "^4.13",
|
||
"psr/log": "^1|^2|^3",
|
||
"symfony/config": "^5.4|^6.0|^7.0",
|
||
"symfony/console": "^5.4|^6.0|^7.0",
|
||
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
||
"symfony/finder": "^5.4|^6.0|^7.0",
|
||
"symfony/http-client-contracts": "^2.5|^3.0",
|
||
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
||
"symfony/intl": "^5.4|^6.0|^7.0",
|
||
"symfony/polyfill-intl-icu": "^1.21",
|
||
"symfony/routing": "^5.4|^6.0|^7.0",
|
||
"symfony/service-contracts": "^2.5|^3",
|
||
"symfony/yaml": "^5.4|^6.0|^7.0"
|
||
},
|
||
"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/v6.4.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": "2023-12-18T09:25:29+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation-contracts",
|
||
"version": "v3.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation-contracts.git",
|
||
"reference": "06450585bf65e978026bda220cdebca3f867fde7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
|
||
"reference": "06450585bf65e978026bda220cdebca3f867fde7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Translation\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Test/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to translation",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-12-26T14:02:43+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/var-dumper",
|
||
"version": "v6.4.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-dumper.git",
|
||
"reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
|
||
"reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/console": "<5.4"
|
||
},
|
||
"require-dev": {
|
||
"ext-iconv": "*",
|
||
"symfony/console": "^5.4|^6.0|^7.0",
|
||
"symfony/error-handler": "^6.3|^7.0",
|
||
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
||
"symfony/process": "^5.4|^6.0|^7.0",
|
||
"symfony/uid": "^5.4|^6.0|^7.0",
|
||
"twig/twig": "^2.13|^3.0.4"
|
||
},
|
||
"bin": [
|
||
"Resources/bin/var-dump-server"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions/dump.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\VarDumper\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"debug",
|
||
"dump"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/var-dumper/tree/v6.4.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": "2023-12-28T19:16:56+00:00"
|
||
},
|
||
{
|
||
"name": "vlucas/phpdotenv",
|
||
"version": "v5.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/vlucas/phpdotenv.git",
|
||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-pcre": "*",
|
||
"graham-campbell/result-type": "^1.1.2",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"phpoption/phpoption": "^1.9.2",
|
||
"symfony/polyfill-ctype": "^1.24",
|
||
"symfony/polyfill-mbstring": "^1.24",
|
||
"symfony/polyfill-php80": "^1.24"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||
"ext-filter": "*",
|
||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||
},
|
||
"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.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Dotenv\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Vance Lucas",
|
||
"email": "vance@vancelucas.com",
|
||
"homepage": "https://github.com/vlucas"
|
||
}
|
||
],
|
||
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
||
"keywords": [
|
||
"dotenv",
|
||
"env",
|
||
"environment"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
||
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-12T22:43:29+00:00"
|
||
},
|
||
{
|
||
"name": "voku/portable-ascii",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/voku/portable-ascii.git",
|
||
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
|
||
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "Use Intl for transliterator_transliterate() support"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"voku\\": "src/voku/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lars Moelleken",
|
||
"homepage": "http://www.moelleken.org/"
|
||
}
|
||
],
|
||
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
||
"homepage": "https://github.com/voku/portable-ascii",
|
||
"keywords": [
|
||
"ascii",
|
||
"clean",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/voku/portable-ascii/issues",
|
||
"source": "https://github.com/voku/portable-ascii/tree/2.0.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-03-08T17:03:00+00:00"
|
||
},
|
||
{
|
||
"name": "wandoubaba/res",
|
||
"version": "v1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/wandoubaba/res.git",
|
||
"reference": "abcbdb34400cc5f151f689b392901d8ca2b9a275"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/wandoubaba/res/zipball/abcbdb34400cc5f151f689b392901d8ca2b9a275",
|
||
"reference": "abcbdb34400cc5f151f689b392901d8ca2b9a275",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4",
|
||
"php-di/php-di": "^7.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.6"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Wandoubaba\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "wandoubaba",
|
||
"email": "wandoubaba517@gmail.com"
|
||
}
|
||
],
|
||
"description": "一个简单的Res模型,包含code、msg、data属性,可用于HTTP接口的返回值",
|
||
"support": {
|
||
"issues": "https://github.com/wandoubaba/res/issues",
|
||
"source": "https://github.com/wandoubaba/res/tree/v1.1.1"
|
||
},
|
||
"time": "2024-01-03T06:48:17+00:00"
|
||
},
|
||
{
|
||
"name": "webman/console",
|
||
"version": "v1.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webman-php/console.git",
|
||
"reference": "3c1aa4a89afcda3e879adc99c09a56fcb5786c96"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webman-php/console/zipball/3c1aa4a89afcda3e879adc99c09a56fcb5786c96",
|
||
"reference": "3c1aa4a89afcda3e879adc99c09a56fcb5786c96",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/inflector": "^2.0",
|
||
"symfony/console": ">=5.0"
|
||
},
|
||
"require-dev": {
|
||
"workerman/webman": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\Console\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "http://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "Webman console",
|
||
"homepage": "http://www.workerman.net",
|
||
"keywords": [
|
||
"webman console"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "http://www.workerman.net/questions",
|
||
"issues": "https://github.com/webman-php/console/issues",
|
||
"source": "https://github.com/webman-php/console",
|
||
"wiki": "http://www.workerman.net/doc/webman"
|
||
},
|
||
"time": "2023-12-07T03:56:07+00:00"
|
||
},
|
||
{
|
||
"name": "workerman/webman-framework",
|
||
"version": "v1.5.14",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/walkor/webman-framework.git",
|
||
"reference": "d9304dfa142b610f2ce307267a32ddbd0553e474"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/walkor/webman-framework/zipball/d9304dfa142b610f2ce307267a32ddbd0553e474",
|
||
"reference": "d9304dfa142b610f2ce307267a32ddbd0553e474",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"nikic/fast-route": "^1.3",
|
||
"php": ">=7.2",
|
||
"psr/container": ">=1.0",
|
||
"workerman/workerman": "^4.0.4 || ^5.0.0"
|
||
},
|
||
"suggest": {
|
||
"ext-event": "For better performance. "
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\": "./src",
|
||
"Support\\": "./src/support",
|
||
"support\\": "./src/support",
|
||
"Support\\View\\": "./src/support/view",
|
||
"Support\\Bootstrap\\": "./src/support/bootstrap",
|
||
"Support\\Exception\\": "./src/support/exception"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "https://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "High performance HTTP Service Framework.",
|
||
"homepage": "https://www.workerman.net",
|
||
"keywords": [
|
||
"High Performance",
|
||
"http service"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "https://wenda.workerman.net/",
|
||
"issues": "https://github.com/walkor/webman/issues",
|
||
"source": "https://github.com/walkor/webman-framework",
|
||
"wiki": "https://doc.workerman.net/"
|
||
},
|
||
"time": "2024-01-03T07:32:40+00:00"
|
||
},
|
||
{
|
||
"name": "workerman/workerman",
|
||
"version": "v4.1.14",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/walkor/workerman.git",
|
||
"reference": "f7c9667c7b5387c01fa9e50ee79ed931e93ee76e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/walkor/workerman/zipball/f7c9667c7b5387c01fa9e50ee79ed931e93ee76e",
|
||
"reference": "f7c9667c7b5387c01fa9e50ee79ed931e93ee76e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0"
|
||
},
|
||
"suggest": {
|
||
"ext-event": "For better performance. "
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Workerman\\": "./"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "http://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
||
"homepage": "http://www.workerman.net",
|
||
"keywords": [
|
||
"asynchronous",
|
||
"event-loop"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "http://wenda.workerman.net/",
|
||
"issues": "https://github.com/walkor/workerman/issues",
|
||
"source": "https://github.com/walkor/workerman",
|
||
"wiki": "http://doc.workerman.net/"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://opencollective.com/workerman",
|
||
"type": "open_collective"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/walkor",
|
||
"type": "patreon"
|
||
}
|
||
],
|
||
"time": "2023-08-09T03:37:45+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=7.2"
|
||
},
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.6.0"
|
||
}
|