2021-08-20 15:53:06 -04:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2023-05-13 23:27:56 -04:00
"content-hash": "84a10eea0cdac506e1b208869ec7879e",
2021-08-20 15:53:06 -04:00
"packages": [
2023-02-24 06:26:40 -05:00
{
"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"
},
2021-08-27 06:46:27 -04:00
{
"name": "doctrine/inflector",
2023-02-24 06:26:40 -05:00
"version": "2.0.6",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2023-02-24 06:26:40 -05:00
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-02-24 06:26:40 -05:00
"doctrine/coding-standard": "^10",
"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"
2021-08-27 06:46:27 -04:00
},
"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",
2023-02-24 06:26:40 -05:00
"source": "https://github.com/doctrine/inflector/tree/2.0.6"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-10-20T09:10:12+00:00"
2021-08-27 06:46:27 -04:00
},
2021-08-20 16:21:55 -04:00
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
},
2023-05-13 23:27:56 -04:00
{
"name": "erusev/parsedown-extra",
"version": "0.8.1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
"shasum": ""
},
"require": {
"erusev/parsedown": "^1.7.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"ParsedownExtra": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "An extension of Parsedown that adds support for Markdown Extra.",
"homepage": "https://github.com/erusev/parsedown-extra",
"keywords": [
"markdown",
"markdown extra",
"parsedown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown-extra/issues",
"source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
},
"time": "2019-12-30T23:20:37+00:00"
},
2021-08-20 15:53:06 -04:00
{
2021-08-27 06:46:27 -04:00
"name": "illuminate/collections",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-20 15:53:06 -04:00
"source": {
"type": "git",
2021-08-27 06:46:27 -04:00
"url": "https://github.com/illuminate/collections.git",
2023-02-24 06:26:40 -05:00
"reference": "0168d0e44ea0c4fe5451fe08cde7049b9e9f9741"
2021-08-20 15:53:06 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/0168d0e44ea0c4fe5451fe08cde7049b9e9f9741",
"reference": "0168d0e44ea0c4fe5451fe08cde7049b9e9f9741",
2021-08-20 15:53:06 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"illuminate/conditionable": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"php": "^8.0.2"
2021-08-20 15:53:06 -04:00
},
2021-08-27 06:46:27 -04:00
"suggest": {
2022-03-14 16:22:30 -04:00
"symfony/var-dumper": "Required to use the dump method (^6.0)."
2021-08-20 15:53:06 -04:00
},
"type": "library",
2021-08-27 06:46:27 -04:00
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
2021-08-20 15:53:06 -04:00
"autoload": {
"files": [
2021-08-27 06:46:27 -04:00
"helpers.php"
2022-03-14 16:22:30 -04:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2021-08-20 15:53:06 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-08-27 06:46:27 -04:00
"MIT"
2021-08-20 15:53:06 -04:00
],
"authors": [
{
2021-08-27 06:46:27 -04:00
"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"
},
2023-02-24 06:26:40 -05:00
"time": "2023-02-22T11:32:27+00:00"
2022-03-14 16:22:30 -04:00
},
{
"name": "illuminate/conditionable",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2022-03-14 16:22:30 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
2023-02-24 06:26:40 -05:00
"reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364"
2022-03-14 16:22:30 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
"reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
2022-03-14 16:22:30 -04:00
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.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"
},
2023-02-24 06:26:40 -05:00
"time": "2023-02-01T21:42:32+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "illuminate/container",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2023-02-24 06:26:40 -05:00
"reference": "1641dda2d0750b68bb1264a3b37ff3973f2e6265"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/illuminate/container/zipball/1641dda2d0750b68bb1264a3b37ff3973f2e6265",
"reference": "1641dda2d0750b68bb1264a3b37ff3973f2e6265",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"illuminate/contracts": "^9.0",
"php": "^8.0.2",
"psr/container": "^1.1.1|^2.0.1"
2021-08-27 06:46:27 -04:00
},
"provide": {
2022-03-14 16:22:30 -04:00
"psr/container-implementation": "1.1|2.0"
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Container\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-08-20 15:53:06 -04:00
{
2021-08-27 06:46:27 -04:00
"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"
},
2023-02-24 06:26:40 -05:00
"time": "2023-01-24T16:54:18+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "illuminate/contracts",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2023-02-24 06:26:40 -05:00
"reference": "44f65d723b13823baa02ff69751a5948bde60c22"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22",
"reference": "44f65d723b13823baa02ff69751a5948bde60c22",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"php": "^8.0.2",
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-08-20 15:53:06 -04:00
{
2021-08-27 06:46:27 -04:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2021-08-20 15:53:06 -04:00
}
],
2021-08-27 06:46:27 -04:00
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-02-24 06:26:40 -05:00
"time": "2023-02-08T14:36:30+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "illuminate/database",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2023-05-29 11:13:32 -04:00
"reference": "a2d8423c05ef70101b675d4552bd7bb36a6cc890"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/illuminate/database/zipball/a2d8423c05ef70101b675d4552bd7bb36a6cc890",
"reference": "a2d8423c05ef70101b675d4552bd7bb36a6cc890",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"brick/math": "^0.9.3|^0.10.2|^0.11",
"ext-pdo": "*",
2022-03-14 16:22:30 -04:00
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2",
2023-02-24 06:26:40 -05:00
"symfony/console": "^6.0.9"
2021-08-27 06:46:27 -04:00
},
"suggest": {
2022-03-14 16:22:30 -04:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
2023-02-24 06:26:40 -05:00
"ext-filter": "Required to use the Postgres database driver.",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
2022-03-14 16:22:30 -04:00
"illuminate/console": "Required to use the database commands (^9.0).",
"illuminate/events": "Required to use the observers with Eloquent (^9.0).",
"illuminate/filesystem": "Required to use the migrations (^9.0).",
"illuminate/pagination": "Required to paginate the result set (^9.0).",
"symfony/finder": "Required to use Eloquent model factories (^6.0)."
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"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",
2021-08-20 15:53:06 -04:00
"keywords": [
2021-08-27 06:46:27 -04:00
"database",
"laravel",
"orm",
"sql"
2021-08-20 15:53:06 -04:00
],
"support": {
2021-08-27 06:46:27 -04:00
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
2021-08-20 15:53:06 -04:00
},
2023-05-29 11:13:32 -04:00
"time": "2023-03-13T03:00:40+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "illuminate/macroable",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2023-02-24 06:26:40 -05:00
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"php": "^8.0.2"
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-08-20 15:53:06 -04:00
{
2021-08-27 06:46:27 -04:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2021-08-20 15:53:06 -04:00
}
],
2021-08-27 06:46:27 -04:00
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-02-24 06:26:40 -05:00
"time": "2022-08-09T13:29:29+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "illuminate/support",
2023-05-29 11:13:32 -04:00
"version": "v9.52.7",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2023-05-29 11:13:32 -04:00
"reference": "5c38d755c5fa767d5b689867888ee4e5f53fc8a6"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/illuminate/support/zipball/5c38d755c5fa767d5b689867888ee4e5f53fc8a6",
"reference": "5c38d755c5fa767d5b689867888ee4e5f53fc8a6",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"doctrine/inflector": "^2.0",
2023-02-24 06:26:40 -05:00
"ext-ctype": "*",
"ext-filter": "*",
2021-08-27 06:46:27 -04:00
"ext-mbstring": "*",
2022-03-14 16:22:30 -04:00
"illuminate/collections": "^9.0",
"illuminate/conditionable": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
2023-02-24 06:26:40 -05:00
"nesbot/carbon": "^2.62.1",
2022-03-14 16:22:30 -04:00
"php": "^8.0.2",
"voku/portable-ascii": "^2.0"
2021-08-27 06:46:27 -04:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2022-03-14 16:22:30 -04:00
"illuminate/filesystem": "Required to use the composer class (^9.0).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
2023-02-24 06:26:40 -05:00
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
2022-03-14 16:22:30 -04:00
"symfony/process": "Required to use the composer class (^6.0).",
2023-02-24 06:26:40 -05:00
"symfony/uid": "Required to use Str::ulid() (^6.0).",
2022-03-14 16:22:30 -04:00
"symfony/var-dumper": "Required to use the dd function (^6.0).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "9.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"autoload": {
"files": [
"helpers.php"
2022-03-14 16:22:30 -04:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2021-08-27 06:46:27 -04:00
},
"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"
},
2023-05-29 11:13:32 -04:00
"time": "2023-04-04T18:35:58+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "nesbot/carbon",
2023-05-29 11:13:32 -04:00
"version": "2.67.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2023-05-29 11:13:32 -04:00
"reference": "c1001b3bc75039b07f38a79db5237c4c529e04c8"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/c1001b3bc75039b07f38a79db5237c4c529e04c8",
"reference": "c1001b3bc75039b07f38a79db5237c4c529e04c8",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
2022-03-14 16:22:30 -04:00
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2021-08-27 06:46:27 -04:00
},
"require-dev": {
2023-02-24 06:26:40 -05:00
"doctrine/dbal": "^2.0 || ^3.1.4",
2021-08-27 06:46:27 -04:00
"doctrine/orm": "^2.7",
2022-03-14 16:22:30 -04:00
"friendsofphp/php-cs-fixer": "^3.0",
2021-08-27 06:46:27 -04:00
"kylekatarnls/multi-tester": "^2.0",
2023-02-24 06:26:40 -05:00
"ondrejmirtes/better-reflection": "*",
2021-08-27 06:46:27 -04:00
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
2023-02-24 06:26:40 -05:00
"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",
2021-08-27 06:46:27 -04:00
"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": {
2022-03-14 16:22:30 -04:00
"docs": "https://carbon.nesbot.com/docs",
2021-08-27 06:46:27 -04:00
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"funding": [
{
2023-02-24 06:26:40 -05:00
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
2021-08-27 06:46:27 -04:00
},
{
2023-02-24 06:26:40 -05:00
"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",
2021-08-27 06:46:27 -04:00
"type": "tidelift"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-05-25T22:09:47+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "psr/container",
2022-03-14 16:22:30 -04:00
"version": "2.0.2",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-03-14 16:22:30 -04:00
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2022-03-14 16:22:30 -04:00
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"php": ">=7.4.0"
2021-08-27 06:46:27 -04:00
},
"type": "library",
2022-03-14 16:22:30 -04:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2021-08-27 06:46:27 -04:00
"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",
2022-03-14 16:22:30 -04:00
"source": "https://github.com/php-fig/container/tree/2.0.2"
2021-08-27 06:46:27 -04:00
},
2022-03-14 16:22:30 -04:00
"time": "2021-11-05T16:47:00+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "psr/simple-cache",
2022-03-14 16:22:30 -04:00
"version": "3.0.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2022-03-14 16:22:30 -04:00
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2022-03-14 16:22:30 -04:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2022-03-14 16:22:30 -04:00
"php": ">=8.0.0"
2021-08-27 06:46:27 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-14 16:22:30 -04:00
"dev-master": "3.0.x-dev"
2021-08-27 06:46:27 -04:00
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-03-14 16:22:30 -04:00
"homepage": "https://www.php-fig.org/"
2021-08-27 06:46:27 -04:00
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
2022-03-14 16:22:30 -04:00
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
2021-08-27 06:46:27 -04:00
},
2022-03-14 16:22:30 -04:00
"time": "2021-10-29T13:26:27+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "scrivo/highlight.php",
2023-02-25 05:03:19 -05:00
"version": "v9.18.1.10",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
2023-02-25 05:03:19 -05:00
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-25 05:03:19 -05:00
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/850f4b44697a2552e892ffe71490ba2733c2fc6e",
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"sabberworm/php-css-parser": "^8.3",
2023-02-25 05:03:19 -05:00
"symfony/finder": "^2.8|^3.4|^5.4",
"symfony/var-dumper": "^2.8|^3.4|^5.4"
2021-08-27 06:46:27 -04:00
},
2022-03-14 16:24:33 -04:00
"suggest": {
"ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
},
2021-08-27 06:46:27 -04:00
"type": "library",
"autoload": {
2022-03-14 16:24:33 -04:00
"files": [
"HighlightUtilities/functions.php"
],
2021-08-27 06:46:27 -04:00
"psr-0": {
"Highlight\\": "",
"HighlightUtilities\\": ""
2022-03-14 16:24:33 -04:00
}
2021-08-27 06:46:27 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
"role": "Maintainer"
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
"support": {
"issues": "https://github.com/scrivo/highlight.php/issues",
"source": "https://github.com/scrivo/highlight.php"
},
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
2023-02-25 05:03:19 -05:00
"time": "2022-12-17T21:53:22+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/console",
2023-05-29 11:13:32 -04:00
"version": "v6.2.11",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2023-05-29 11:13:32 -04:00
"reference": "5aa03db8ef0a5457c316ec580e69562d97734c77"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/console/zipball/5aa03db8ef0a5457c316ec580e69562d97734c77",
"reference": "5aa03db8ef0a5457c316ec580e69562d97734c77",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3",
2021-08-27 06:46:27 -04:00
"symfony/polyfill-mbstring": "~1.0",
2022-03-14 16:22:30 -04:00
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.4|^6.0"
2021-08-27 06:46:27 -04:00
},
"conflict": {
2022-03-14 16:22:30 -04:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2021-08-27 06:46:27 -04:00
},
"provide": {
2022-03-14 16:22:30 -04:00
"psr/log-implementation": "1.0|2.0|3.0"
2021-08-27 06:46:27 -04:00
},
"require-dev": {
2022-03-14 16:22:30 -04:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2021-08-27 06:46:27 -04:00
},
"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",
2023-05-29 11:13:32 -04:00
"command-line",
2021-08-27 06:46:27 -04:00
"console",
"terminal"
],
"support": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/console/tree/v6.2.11"
2023-02-24 06:26:40 -05:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-05-26T08:16:21+00:00"
2023-02-24 06:26:40 -05:00
},
{
"name": "symfony/deprecation-contracts",
2023-05-29 11:13:32 -04:00
"version": "v3.2.1",
2023-02-24 06:26:40 -05:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2023-05-29 11:13:32 -04:00
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
2023-02-24 06:26:40 -05:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
2023-02-24 06:26:40 -05:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.3-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": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-03-01T10:25:55+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/polyfill-ctype",
2023-02-24 06:26:40 -05:00
"version": "v1.27.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2023-02-24 06:26:40 -05:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-03-14 16:22:30 -04:00
"provide": {
"ext-ctype": "*"
},
2021-08-27 06:46:27 -04:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "1.27-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-14 16:22:30 -04:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2021-08-27 06:46:27 -04:00
},
"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": {
2023-02-24 06:26:40 -05:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-11-03T14:55:06+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2023-02-24 06:26:40 -05:00
"version": "v1.27.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2023-02-24 06:26:40 -05:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "1.27-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-14 16:22:30 -04:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2021-08-27 06:46:27 -04:00
},
"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": {
2023-02-24 06:26:40 -05:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-11-03T14:55:06+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2023-02-24 06:26:40 -05:00
"version": "v1.27.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2023-02-24 06:26:40 -05:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "1.27-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-14 16:22:30 -04:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2021-08-27 06:46:27 -04:00
"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": {
2023-02-24 06:26:40 -05:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-11-03T14:55:06+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/polyfill-mbstring",
2023-02-24 06:26:40 -05:00
"version": "v1.27.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2023-02-24 06:26:40 -05:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-03-14 16:22:30 -04:00
"provide": {
"ext-mbstring": "*"
},
2021-08-27 06:46:27 -04:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "1.27-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-14 16:22:30 -04:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2021-08-27 06:46:27 -04:00
},
"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": {
2023-02-24 06:26:40 -05:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-11-03T14:55:06+00:00"
2021-08-27 06:46:27 -04:00
},
{
2022-03-14 16:22:30 -04:00
"name": "symfony/polyfill-php80",
2023-02-24 06:26:40 -05:00
"version": "v1.27.0",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
2022-03-14 16:22:30 -04:00
"url": "https://github.com/symfony/polyfill-php80.git",
2023-02-24 06:26:40 -05:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-02-24 06:26:40 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "1.27-dev"
2021-08-27 06:46:27 -04:00
},
"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": {
2023-02-24 06:26:40 -05:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-02-24 06:26:40 -05:00
"time": "2022-11-03T14:55:06+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/service-contracts",
2023-05-29 11:13:32 -04:00
"version": "v3.2.1",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2023-05-29 11:13:32 -04:00
"reference": "a8c9cedf55f314f3a186041d19537303766df09a"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
"reference": "a8c9cedf55f314f3a186041d19537303766df09a",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"php": ">=8.1",
2022-03-14 16:22:30 -04:00
"psr/container": "^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2021-08-27 06:46:27 -04:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "3.3-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2023-02-24 06:26:40 -05:00
},
"exclude-from-classmap": [
"/Test/"
]
2021-08-27 06:46:27 -04:00
},
"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": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-03-01T10:32:47+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/string",
2023-05-29 11:13:32 -04:00
"version": "v6.2.8",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2023-05-29 11:13:32 -04:00
"reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef",
"reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"php": ">=8.1",
2021-08-27 06:46:27 -04:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-03-14 16:22:30 -04:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
2021-08-27 06:46:27 -04:00
},
"require-dev": {
2022-03-14 16:22:30 -04:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
2023-02-24 06:26:40 -05:00
"symfony/intl": "^6.2",
2022-03-14 16:22:30 -04:00
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
2021-08-27 06:46:27 -04:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-03-14 16:22:30 -04:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2021-08-27 06:46:27 -04:00
"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": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/string/tree/v6.2.8"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-03-20T16:06:02+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/translation",
2023-05-29 11:13:32 -04:00
"version": "v6.2.11",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2023-05-29 11:13:32 -04:00
"reference": "64113df3e8b009f92fad63014f4ec647e65bc927"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/translation/zipball/64113df3e8b009f92fad63014f4ec647e65bc927",
"reference": "64113df3e8b009f92fad63014f4ec647e65bc927",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"php": ">=8.1",
2021-08-27 06:46:27 -04:00
"symfony/polyfill-mbstring": "~1.0",
2022-03-14 16:22:30 -04:00
"symfony/translation-contracts": "^2.3|^3.0"
2021-08-27 06:46:27 -04:00
},
"conflict": {
2022-03-14 16:22:30 -04:00
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2021-08-27 06:46:27 -04:00
},
"provide": {
2022-03-14 16:22:30 -04:00
"symfony/translation-implementation": "2.3|3.0"
2021-08-27 06:46:27 -04:00
},
"require-dev": {
2023-02-24 06:26:40 -05:00
"nikic/php-parser": "^4.13",
2021-08-27 06:46:27 -04:00
"psr/log": "^1|^2|^3",
2022-03-14 16:22:30 -04:00
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
2021-08-27 06:46:27 -04:00
"symfony/polyfill-intl-icu": "^1.21",
2023-02-24 06:26:40 -05:00
"symfony/routing": "^5.4|^6.0",
2022-03-14 16:22:30 -04:00
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
2021-08-27 06:46:27 -04:00
},
"suggest": {
2023-02-24 06:26:40 -05:00
"nikic/php-parser": "To use PhpAstExtractor",
2021-08-27 06:46:27 -04:00
"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": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/translation/tree/v6.2.11"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-05-19T12:37:14+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "symfony/translation-contracts",
2023-05-29 11:13:32 -04:00
"version": "v3.2.1",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2023-05-29 11:13:32 -04:00
"reference": "dfec258b9dd17a6b24420d464c43bffe347441c8"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2023-05-29 11:13:32 -04:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8",
"reference": "dfec258b9dd17a6b24420d464c43bffe347441c8",
2021-08-27 06:46:27 -04:00
"shasum": ""
},
"require": {
2023-02-24 06:26:40 -05:00
"php": ">=8.1"
2021-08-27 06:46:27 -04:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-24 06:26:40 -05:00
"dev-main": "3.3-dev"
2021-08-27 06:46:27 -04:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
2023-02-24 06:26:40 -05:00
},
"exclude-from-classmap": [
"/Test/"
]
2021-08-27 06:46:27 -04:00
},
"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": {
2023-05-29 11:13:32 -04:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.2.1"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2023-05-29 11:13:32 -04:00
"time": "2023-03-01T10:32:47+00:00"
2021-08-27 06:46:27 -04:00
},
{
"name": "voku/portable-ascii",
2022-03-14 16:22:30 -04:00
"version": "2.0.1",
2021-08-27 06:46:27 -04:00
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
2022-03-14 16:22:30 -04:00
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
2021-08-27 06:46:27 -04:00
},
"dist": {
"type": "zip",
2022-03-14 16:22:30 -04:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
2021-08-27 06:46:27 -04:00
"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",
2022-03-14 16:22:30 -04:00
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
2021-08-27 06:46:27 -04:00
},
"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"
}
],
2022-03-14 16:22:30 -04:00
"time": "2022-03-08T17:03:00+00:00"
2021-08-20 15:53:06 -04:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
2021-08-20 16:21:55 -04:00
"platform": {
"ext-pdo": "*",
2021-08-27 06:46:27 -04:00
"ext-openssl": "*",
"ext-gd": "*",
2022-03-14 16:22:30 -04:00
"ext-mbstring": "*",
"ext-redis": "*"
2021-08-20 16:21:55 -04:00
},
2021-08-20 15:53:06 -04:00
"platform-dev": [],
2023-02-24 06:26:40 -05:00
"plugin-api-version": "2.3.0"
2021-08-20 15:53:06 -04:00
}