2021-08-20 15:53:06 -04:00
{
"packages" : [
2021-08-27 06:46:27 -04:00
{
"name" : "doctrine/inflector" ,
2022-03-14 16:22:30 -04:00
"version" : "2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
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/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" ,
"reference" : "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
2022-03-14 16:22:30 -04:00
"doctrine/coding-standard" : "^8.2" ,
"phpstan/phpstan" : "^0.12" ,
"phpstan/phpstan-phpunit" : "^0.12" ,
"phpstan/phpstan-strict-rules" : "^0.12" ,
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0" ,
"vimeo/psalm" : "^4.10"
} ,
"time" : "2021-10-22T20:16:43+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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" ,
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/doctrine/inflector/tree/2.0.4"
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"
}
] ,
"install-path" : "../doctrine/inflector"
} ,
2021-08-20 16:21:55 -04:00
{
"name" : "erusev/parsedown" ,
"version" : "1.7.4" ,
"version_normalized" : "1.7.4.0" ,
"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"
} ,
"time" : "2019-12-30T22:54:17+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../erusev/parsedown"
} ,
2021-08-20 15:53:06 -04:00
{
2021-08-27 06:46:27 -04:00
"name" : "illuminate/collections" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
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" ,
2022-03-14 16:22:30 -04:00
"reference" : "22c4bb17f4e6c6fb470b5957e8232b1b5baf76b0"
2021-08-20 15:53:06 -04:00
} ,
"dist" : {
"type" : "zip" ,
2022-03-14 16:22:30 -04:00
"url" : "https://api.github.com/repos/illuminate/collections/zipball/22c4bb17f4e6c6fb470b5957e8232b1b5baf76b0" ,
"reference" : "22c4bb17f4e6c6fb470b5957e8232b1b5baf76b0" ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-07T15:02:25+00:00" ,
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
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/collections"
} ,
2022-03-14 16:22:30 -04:00
{
"name" : "illuminate/conditionable" ,
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/conditionable.git" ,
"reference" : "56b4ba1166c264064bf63896f498a2bee320d16a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/conditionable/zipball/56b4ba1166c264064bf63896f498a2bee320d16a" ,
"reference" : "56b4ba1166c264064bf63896f498a2bee320d16a" ,
"shasum" : ""
} ,
"require" : {
"php" : "^8.0.2"
} ,
"time" : "2022-02-28T16:37:46+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "9.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/conditionable"
} ,
2021-08-27 06:46:27 -04:00
{
"name" : "illuminate/container" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/container.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "66f9049b19fb34e74134c6eeff92a442cee068e5"
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/illuminate/container/zipball/66f9049b19fb34e74134c6eeff92a442cee068e5" ,
"reference" : "66f9049b19fb34e74134c6eeff92a442cee068e5" ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-03T14:08:19+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/container"
} ,
{
"name" : "illuminate/contracts" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/contracts.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "ce68106c575410c71f92ac1c91c5d95c561033bc"
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/illuminate/contracts/zipball/ce68106c575410c71f92ac1c91c5d95c561033bc" ,
"reference" : "ce68106c575410c71f92ac1c91c5d95c561033bc" ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-04T18:18:32+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/contracts"
} ,
{
"name" : "illuminate/database" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/database.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "0fffd6ba91eb58330cbf7331c77ea38c2a16b5d9"
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/illuminate/database/zipball/0fffd6ba91eb58330cbf7331c77ea38c2a16b5d9" ,
"reference" : "0fffd6ba91eb58330cbf7331c77ea38c2a16b5d9" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
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" ,
"symfony/console" : "^6.0"
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)." ,
2021-08-27 06:46:27 -04:00
"fakerphp/faker" : "Required to use the eloquent factory builder (^1.9.1)." ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-07T01:28:38+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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
} ,
2021-08-27 06:46:27 -04:00
"install-path" : "../illuminate/database"
} ,
{
"name" : "illuminate/macroable" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/macroable.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "25a2c6dac2b7541ecbadef952702e84ae15f5354"
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/illuminate/macroable/zipball/25a2c6dac2b7541ecbadef952702e84ae15f5354" ,
"reference" : "25a2c6dac2b7541ecbadef952702e84ae15f5354" ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-02-01T14:44:21+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/macroable"
} ,
{
"name" : "illuminate/support" ,
2022-03-14 16:22:30 -04:00
"version" : "v9.4.1" ,
"version_normalized" : "9.4.1.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/support.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "568ed7a21a75e0bd9ca641b6c4a626872ee26d6f"
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/illuminate/support/zipball/568ed7a21a75e0bd9ca641b6c4a626872ee26d6f" ,
"reference" : "568ed7a21a75e0bd9ca641b6c4a626872ee26d6f" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
2022-03-14 16:22:30 -04:00
"doctrine/inflector" : "^2.0" ,
2021-08-27 06:46:27 -04:00
"ext-json" : "*" ,
"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" ,
"nesbot/carbon" : "^2.53.1" ,
"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)." ,
"ramsey/uuid" : "Required to use Str::uuid() (^4.2.2)." ,
"symfony/process" : "Required to use the composer class (^6.0)." ,
"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)."
} ,
"time" : "2022-03-08T14:39:38+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../illuminate/support"
} ,
{
"name" : "nesbot/carbon" ,
2022-03-14 16:22:30 -04:00
"version" : "2.57.0" ,
"version_normalized" : "2.57.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/briannesbitt/Carbon.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "4a54375c21eea4811dbd1149fe6b246517554e78"
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/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78" ,
"reference" : "4a54375c21eea4811dbd1149fe6b246517554e78" ,
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" : {
2022-03-14 16:22:30 -04:00
"doctrine/dbal" : "^2.0 || ^3.0" ,
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" ,
"phpmd/phpmd" : "^2.9" ,
"phpstan/extension-installer" : "^1.0" ,
2022-03-14 16:22:30 -04:00
"phpstan/phpstan" : "^0.12.54 || ^1.0" ,
2021-08-27 06:46:27 -04:00
"phpunit/phpunit" : "^7.5.20 || ^8.5.14" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-02-13T18:13:33+00:00" ,
2021-08-27 06:46:27 -04:00
"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"
]
}
} ,
"installation-source" : "dist" ,
"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" : [
{
"url" : "https://opencollective.com/Carbon" ,
"type" : "open_collective"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/nesbot/carbon" ,
"type" : "tidelift"
}
] ,
"install-path" : "../nesbot/carbon"
} ,
{
"name" : "psr/container" ,
2022-03-14 16:22:30 -04:00
"version" : "2.0.2" ,
"version_normalized" : "2.0.2.0" ,
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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-11-05T16:47:00+00:00" ,
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
"installation-source" : "dist" ,
"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
} ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/simple-cache" ,
2022-03-14 16:22:30 -04:00
"version" : "3.0.0" ,
"version_normalized" : "3.0.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
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-10-29T13:26:27+00:00" ,
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
}
} ,
"installation-source" : "dist" ,
"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
} ,
"install-path" : "../psr/simple-cache"
} ,
{
"name" : "scrivo/highlight.php" ,
2022-03-14 16:24:33 -04:00
"version" : "v9.18.1.9" ,
"version_normalized" : "9.18.1.9" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/scrivo/highlight.php.git" ,
2022-03-14 16:24:33 -04:00
"reference" : "d45585504777e6194a91dffc7270ca39833787f8"
2021-08-27 06:46:27 -04:00
} ,
"dist" : {
"type" : "zip" ,
2022-03-14 16:24:33 -04:00
"url" : "https://api.github.com/repos/scrivo/highlight.php/zipball/d45585504777e6194a91dffc7270ca39833787f8" ,
"reference" : "d45585504777e6194a91dffc7270ca39833787f8" ,
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" ,
"symfony/finder" : "^2.8|^3.4" ,
"symfony/var-dumper" : "^2.8|^3.4"
} ,
2022-03-14 16:24:33 -04:00
"suggest" : {
"ext-mbstring" : "Allows highlighting code with unicode characters and supports language with unicode keywords"
} ,
"time" : "2021-12-03T06:45:28+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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"
}
] ,
"install-path" : "../scrivo/highlight.php"
} ,
{
"name" : "symfony/console" ,
2022-03-14 16:22:30 -04:00
"version" : "v6.0.5" ,
"version_normalized" : "6.0.5.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/console.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "3bebf4108b9e07492a2a4057d207aa5a77d146b1"
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/symfony/console/zipball/3bebf4108b9e07492a2a4057d207aa5a77d146b1" ,
"reference" : "3bebf4108b9e07492a2a4057d207aa5a77d146b1" ,
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
"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" : ""
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-02-25T10:48:52+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/console/tree/v6.0.5"
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"
}
] ,
"install-path" : "../symfony/console"
} ,
{
"name" : "symfony/polyfill-ctype" ,
2022-03-14 16:22:30 -04:00
"version" : "v1.25.0" ,
"version_normalized" : "1.25.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "30885182c981ab175d4d034db0f6f469898070ab"
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/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab" ,
"reference" : "30885182c981ab175d4d034db0f6f469898070ab" ,
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"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-10-20T20:35:02+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.25.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"
}
] ,
"install-path" : "../symfony/polyfill-ctype"
} ,
{
"name" : "symfony/polyfill-intl-grapheme" ,
2022-03-14 16:22:30 -04:00
"version" : "v1.25.0" ,
"version_normalized" : "1.25.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-grapheme.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "81b86b50cf841a64252b439e738e97f4a34e2783"
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/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783" ,
"reference" : "81b86b50cf841a64252b439e738e97f4a34e2783" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-11-23T21:10:46+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.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"
}
] ,
"install-path" : "../symfony/polyfill-intl-grapheme"
} ,
{
"name" : "symfony/polyfill-intl-normalizer" ,
2022-03-14 16:22:30 -04:00
"version" : "v1.25.0" ,
"version_normalized" : "1.25.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
"reference" : "8590a5f561694770bdcd3f9b5c69dde6945028e8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8" ,
"reference" : "8590a5f561694770bdcd3f9b5c69dde6945028e8" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
"time" : "2021-02-19T12:13:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.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"
}
] ,
"install-path" : "../symfony/polyfill-intl-normalizer"
} ,
{
"name" : "symfony/polyfill-mbstring" ,
2022-03-14 16:22:30 -04:00
"version" : "v1.25.0" ,
"version_normalized" : "1.25.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "0abb51d2f102e00a4eefcf46ba7fec406d245825"
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/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825" ,
"reference" : "0abb51d2f102e00a4eefcf46ba7fec406d245825" ,
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"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-11-30T18:21:41+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.25.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"
}
] ,
"install-path" : "../symfony/polyfill-mbstring"
} ,
{
2022-03-14 16:22:30 -04:00
"name" : "symfony/polyfill-php80" ,
"version" : "v1.25.0" ,
"version_normalized" : "1.25.0.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" ,
"reference" : "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
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/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c" ,
"reference" : "4407588e0d3f1f52efb65fbe92babe41f37fe50c" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-04T08:16:47+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.23-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.25.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"
}
] ,
"install-path" : "../symfony/polyfill-php80"
} ,
{
"name" : "symfony/service-contracts" ,
2022-03-14 16:22:30 -04:00
"version" : "v3.0.0" ,
"version_normalized" : "3.0.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "36715ebf9fb9db73db0cb24263c79077c6fe8603"
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/symfony/service-contracts/zipball/36715ebf9fb9db73db0cb24263c79077c6fe8603" ,
"reference" : "36715ebf9fb9db73db0cb24263c79077c6fe8603" ,
2021-08-27 06:46:27 -04:00
"shasum" : ""
} ,
"require" : {
2022-03-14 16:22:30 -04:00
"php" : ">=8.0.2" ,
"psr/container" : "^2.0"
} ,
"conflict" : {
"ext-psr" : "<1.1|>=2"
2021-08-27 06:46:27 -04:00
} ,
"suggest" : {
"symfony/service-implementation" : ""
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-11-04T17:53:12+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-03-14 16:22:30 -04:00
"dev-main" : "3.0-dev"
2021-08-27 06:46:27 -04:00
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Service\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Generic abstractions related to writing services" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/service-contracts/tree/v3.0.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"
}
] ,
"install-path" : "../symfony/service-contracts"
} ,
{
"name" : "symfony/string" ,
2022-03-14 16:22:30 -04:00
"version" : "v6.0.3" ,
"version_normalized" : "6.0.3.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/string.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "522144f0c4c004c80d56fa47e40e17028e2eefc2"
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/symfony/string/zipball/522144f0c4c004c80d56fa47e40e17028e2eefc2" ,
"reference" : "522144f0c4c004c80d56fa47e40e17028e2eefc2" ,
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
"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" ,
"symfony/translation-contracts" : "^2.0|^3.0" ,
"symfony/var-exporter" : "^5.4|^6.0"
2021-08-27 06:46:27 -04:00
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-01-02T09:55:41+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/string/tree/v6.0.3"
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"
}
] ,
"install-path" : "../symfony/string"
} ,
{
"name" : "symfony/translation" ,
2022-03-14 16:22:30 -04:00
"version" : "v6.0.6" ,
"version_normalized" : "6.0.6.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "f6639cb9b5e0c57fe31e3263b900a77eedb0c908"
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/symfony/translation/zipball/f6639cb9b5e0c57fe31e3263b900a77eedb0c908" ,
"reference" : "f6639cb9b5e0c57fe31e3263b900a77eedb0c908" ,
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
"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" : {
"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" ,
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" : {
"psr/log-implementation" : "To use logging capability in translator" ,
"symfony/config" : "" ,
"symfony/yaml" : ""
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-02T12:58:14+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/translation/tree/v6.0.6"
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"
}
] ,
"install-path" : "../symfony/translation"
} ,
{
"name" : "symfony/translation-contracts" ,
2022-03-14 16:22:30 -04:00
"version" : "v3.0.0" ,
"version_normalized" : "3.0.0.0" ,
2021-08-27 06:46:27 -04:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
2022-03-14 16:22:30 -04:00
"reference" : "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
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/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77" ,
"reference" : "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77" ,
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
} ,
"suggest" : {
"symfony/translation-implementation" : ""
} ,
2022-03-14 16:22:30 -04:00
"time" : "2021-09-07T12:43:40+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-03-14 16:22:30 -04:00
"dev-main" : "3.0-dev"
2021-08-27 06:46:27 -04:00
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\Translation\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Generic abstractions related to translation" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
2022-03-14 16:22:30 -04:00
"source" : "https://github.com/symfony/translation-contracts/tree/v3.0.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"
}
] ,
"install-path" : "../symfony/translation-contracts"
} ,
{
"name" : "voku/portable-ascii" ,
2022-03-14 16:22:30 -04:00
"version" : "2.0.1" ,
"version_normalized" : "2.0.1.0" ,
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"
} ,
2022-03-14 16:22:30 -04:00
"time" : "2022-03-08T17:03:00+00:00" ,
2021-08-27 06:46:27 -04:00
"type" : "library" ,
"installation-source" : "dist" ,
"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"
}
] ,
"install-path" : "../voku/portable-ascii"
2021-08-20 15:53:06 -04:00
}
] ,
"dev" : true ,
"dev-package-names" : [ ]
}