2021-08-20 15:53:06 -04:00
{
"packages" : [
2021-08-27 06:46:27 -04:00
{
"name" : "doctrine/inflector" ,
"version" : "2.0.3" ,
"version_normalized" : "2.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
"reference" : "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210" ,
"reference" : "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^7.0" ,
"phpstan/phpstan" : "^0.11" ,
"phpstan/phpstan-phpunit" : "^0.11" ,
"phpstan/phpstan-strict-rules" : "^0.11" ,
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0"
} ,
"time" : "2020-05-29T15:13:26+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"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" ,
"source" : "https://github.com/doctrine/inflector/tree/2.0.x"
} ,
"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" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.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" ,
"reference" : "dd68b267ada1893126d53792b6c57b19e95a9d04"
2021-08-20 15:53:06 -04:00
} ,
"dist" : {
"type" : "zip" ,
2021-08-27 06:46:27 -04:00
"url" : "https://api.github.com/repos/illuminate/collections/zipball/dd68b267ada1893126d53792b6c57b19e95a9d04" ,
"reference" : "dd68b267ada1893126d53792b6c57b19e95a9d04" ,
2021-08-20 15:53:06 -04:00
"shasum" : ""
} ,
"require" : {
2021-08-27 06:46:27 -04:00
"illuminate/contracts" : "^8.0" ,
"illuminate/macroable" : "^8.0" ,
"php" : "^7.3|^8.0"
2021-08-20 15:53:06 -04:00
} ,
2021-08-27 06:46:27 -04:00
"suggest" : {
"symfony/var-dumper" : "Required to use the dump method (^5.1.4)."
2021-08-20 15:53:06 -04:00
} ,
2021-08-27 06:46:27 -04:00
"time" : "2021-08-23T08:57:48+00:00" ,
2021-08-20 15:53:06 -04:00
"type" : "library" ,
2021-08-27 06:46:27 -04:00
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
2021-08-20 15:53:06 -04:00
"installation-source" : "dist" ,
"autoload" : {
2021-08-27 06:46:27 -04:00
"psr-4" : {
"Illuminate\\Support\\" : ""
2021-08-20 15:53:06 -04:00
} ,
"files" : [
2021-08-27 06:46:27 -04:00
"helpers.php"
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"
} ,
{
"name" : "illuminate/container" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/container.git" ,
"reference" : "ecb645e1838cdee62eebd07ded490b1de5505f35"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/container/zipball/ecb645e1838cdee62eebd07ded490b1de5505f35" ,
"reference" : "ecb645e1838cdee62eebd07ded490b1de5505f35" ,
"shasum" : ""
} ,
"require" : {
"illuminate/contracts" : "^8.0" ,
"php" : "^7.3|^8.0" ,
"psr/container" : "^1.0"
} ,
"provide" : {
"psr/container-implementation" : "1.0"
} ,
"time" : "2021-08-03T13:42:24+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"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" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/contracts.git" ,
"reference" : "e4fa45682e8b558ccca02829e8e6e521ff9458d2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/contracts/zipball/e4fa45682e8b558ccca02829e8e6e521ff9458d2" ,
"reference" : "e4fa45682e8b558ccca02829e8e6e521ff9458d2" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.3|^8.0" ,
"psr/container" : "^1.0" ,
"psr/simple-cache" : "^1.0"
} ,
"time" : "2021-08-19T13:06:39+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"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" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/database.git" ,
"reference" : "18c2660dd2d5398263907d5717f0a611b901a05a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/database/zipball/18c2660dd2d5398263907d5717f0a611b901a05a" ,
"reference" : "18c2660dd2d5398263907d5717f0a611b901a05a" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"illuminate/collections" : "^8.0" ,
"illuminate/container" : "^8.0" ,
"illuminate/contracts" : "^8.0" ,
"illuminate/macroable" : "^8.0" ,
"illuminate/support" : "^8.0" ,
"php" : "^7.3|^8.0" ,
"symfony/console" : "^5.1.4"
} ,
"suggest" : {
"doctrine/dbal" : "Required to rename columns and drop SQLite columns (^2.6|^3.0)." ,
"fakerphp/faker" : "Required to use the eloquent factory builder (^1.9.1)." ,
"illuminate/console" : "Required to use the database commands (^8.0)." ,
"illuminate/events" : "Required to use the observers with Eloquent (^8.0)." ,
"illuminate/filesystem" : "Required to use the migrations (^8.0)." ,
"illuminate/pagination" : "Required to paginate the result set (^8.0)." ,
"symfony/finder" : "Required to use Eloquent model factories (^5.1.4)."
} ,
"time" : "2021-08-19T19:38:53+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"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" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/macroable.git" ,
"reference" : "300aa13c086f25116b5f3cde3ca54ff5c822fb05"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/macroable/zipball/300aa13c086f25116b5f3cde3ca54ff5c822fb05" ,
"reference" : "300aa13c086f25116b5f3cde3ca54ff5c822fb05" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.3|^8.0"
} ,
"time" : "2020-10-27T15:20:30+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"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" ,
"version" : "v8.56.0" ,
"version_normalized" : "8.56.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/illuminate/support.git" ,
"reference" : "586f77ee7f8568ecc60866f171074dccfbe69db5"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/illuminate/support/zipball/586f77ee7f8568ecc60866f171074dccfbe69db5" ,
"reference" : "586f77ee7f8568ecc60866f171074dccfbe69db5" ,
"shasum" : ""
} ,
"require" : {
"doctrine/inflector" : "^1.4|^2.0" ,
"ext-json" : "*" ,
"ext-mbstring" : "*" ,
"illuminate/collections" : "^8.0" ,
"illuminate/contracts" : "^8.0" ,
"illuminate/macroable" : "^8.0" ,
"nesbot/carbon" : "^2.31" ,
"php" : "^7.3|^8.0" ,
"voku/portable-ascii" : "^1.4.8"
} ,
"conflict" : {
"tightenco/collect" : "<5.5.33"
} ,
"suggest" : {
"illuminate/filesystem" : "Required to use the composer class (^8.0)." ,
"league/commonmark" : "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0)." ,
"ramsey/uuid" : "Required to use Str::uuid() (^4.0)." ,
"symfony/process" : "Required to use the composer class (^5.1.4)." ,
"symfony/var-dumper" : "Required to use the dd function (^5.1.4)." ,
"vlucas/phpdotenv" : "Required to use the Env class and env helper (^5.2)."
} ,
"time" : "2021-08-22T17:54:36+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Illuminate\\Support\\" : ""
} ,
"files" : [
"helpers.php"
]
} ,
"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" ,
"version" : "2.52.0" ,
"version_normalized" : "2.52.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/briannesbitt/Carbon.git" ,
"reference" : "369c0e2737c56a0f39c946dd261855255a6fccbe"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/briannesbitt/Carbon/zipball/369c0e2737c56a0f39c946dd261855255a6fccbe" ,
"reference" : "369c0e2737c56a0f39c946dd261855255a6fccbe" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"php" : "^7.1.8 || ^8.0" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/translation" : "^3.4 || ^4.0 || ^5.0"
} ,
"require-dev" : {
"doctrine/orm" : "^2.7" ,
"friendsofphp/php-cs-fixer" : "^2.14 || ^3.0" ,
"kylekatarnls/multi-tester" : "^2.0" ,
"phpmd/phpmd" : "^2.9" ,
"phpstan/extension-installer" : "^1.0" ,
"phpstan/phpstan" : "^0.12.54" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5.14" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
"time" : "2021-08-14T19:10:52+00: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" : {
"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" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2021-03-05T17:36:06+00:00" ,
"type" : "library" ,
"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" ,
"source" : "https://github.com/php-fig/container/tree/1.1.1"
} ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/simple-cache" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/simple-cache.git" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2017-10-23T01:57:42+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\SimpleCache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interfaces for simple caching" ,
"keywords" : [
"cache" ,
"caching" ,
"psr" ,
"psr-16" ,
"simple-cache"
] ,
"support" : {
"source" : "https://github.com/php-fig/simple-cache/tree/master"
} ,
"install-path" : "../psr/simple-cache"
} ,
{
"name" : "scrivo/highlight.php" ,
"version" : "v9.18.1.7" ,
"version_normalized" : "9.18.1.7" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/scrivo/highlight.php.git" ,
"reference" : "05996fcc61e97978d76ca7d1ac14b65e7cd26f91"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/scrivo/highlight.php/zipball/05996fcc61e97978d76ca7d1ac14b65e7cd26f91" ,
"reference" : "05996fcc61e97978d76ca7d1ac14b65e7cd26f91" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"ext-mbstring" : "*" ,
"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"
} ,
"time" : "2021-07-09T00:30:39+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Highlight\\" : "" ,
"HighlightUtilities\\" : ""
} ,
"files" : [
"HighlightUtilities/functions.php"
]
} ,
"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" ,
"version" : "v5.3.6" ,
"version_normalized" : "5.3.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/console.git" ,
"reference" : "51b71afd6d2dc8f5063199357b9880cea8d8bfe2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2" ,
"reference" : "51b71afd6d2dc8f5063199357b9880cea8d8bfe2" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/polyfill-php73" : "^1.8" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/service-contracts" : "^1.1|^2" ,
"symfony/string" : "^5.1"
} ,
"conflict" : {
"psr/log" : ">=3" ,
"symfony/dependency-injection" : "<4.4" ,
"symfony/dotenv" : "<5.1" ,
"symfony/event-dispatcher" : "<4.4" ,
"symfony/lock" : "<4.4" ,
"symfony/process" : "<4.4"
} ,
"provide" : {
"psr/log-implementation" : "1.0|2.0"
} ,
"require-dev" : {
"psr/log" : "^1|^2" ,
"symfony/config" : "^4.4|^5.0" ,
"symfony/dependency-injection" : "^4.4|^5.0" ,
"symfony/event-dispatcher" : "^4.4|^5.0" ,
"symfony/lock" : "^4.4|^5.0" ,
"symfony/process" : "^4.4|^5.0" ,
"symfony/var-dumper" : "^4.4|^5.0"
} ,
"suggest" : {
"psr/log" : "For using the console logger" ,
"symfony/event-dispatcher" : "" ,
"symfony/lock" : "" ,
"symfony/process" : ""
} ,
"time" : "2021-07-27T19:10:22+00: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" : {
"source" : "https://github.com/symfony/console/tree/v5.3.6"
} ,
"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/deprecation-contracts" ,
"version" : "v2.4.0" ,
"version_normalized" : "2.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
"reference" : "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627" ,
"reference" : "5f38c8804a9e97d23e0c8d63341088cd8a22d627" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2021-03-23T23:28:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"function.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "A generic function and convention to trigger deprecation notices" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/deprecation-contracts"
} ,
{
"name" : "symfony/polyfill-ctype" ,
"version" : "v1.23.0" ,
"version_normalized" : "1.23.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
"reference" : "46cd95797e9df938fdd2b03693b5fca5e64b01ce" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-ctype" : "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" : {
"psr-4" : {
"Symfony\\Polyfill\\Ctype\\" : ""
} ,
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Gert de Pagter" ,
"email" : "BackEndTea@gmail.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for ctype functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"ctype" ,
"polyfill" ,
"portable"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-ctype"
} ,
{
"name" : "symfony/polyfill-intl-grapheme" ,
"version" : "v1.23.1" ,
"version_normalized" : "1.23.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-grapheme.git" ,
"reference" : "16880ba9c5ebe3642d1995ab866db29270b36535"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535" ,
"reference" : "16880ba9c5ebe3642d1995ab866db29270b36535" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
"time" : "2021-05-27T12:26:48+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" : {
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Grapheme\\" : ""
} ,
"files" : [
"bootstrap.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" : "Symfony polyfill for intl's grapheme_* functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"grapheme" ,
"intl" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-intl-grapheme"
} ,
{
"name" : "symfony/polyfill-intl-normalizer" ,
"version" : "v1.23.0" ,
"version_normalized" : "1.23.0.0" ,
"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" : {
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Normalizer\\" : ""
} ,
"files" : [
"bootstrap.php"
] ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for intl's Normalizer class and related functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"intl" ,
"normalizer" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-intl-normalizer"
} ,
{
"name" : "symfony/polyfill-mbstring" ,
"version" : "v1.23.1" ,
"version_normalized" : "1.23.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
"reference" : "9174a3d80210dca8daa7f31fec659150bbeabfc6"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6" ,
"reference" : "9174a3d80210dca8daa7f31fec659150bbeabfc6" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
"time" : "2021-05-27T12:26:48+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" : {
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
} ,
"files" : [
"bootstrap.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" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-mbstring"
} ,
{
"name" : "symfony/polyfill-php73" ,
"version" : "v1.23.0" ,
"version_normalized" : "1.23.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php73.git" ,
"reference" : "fba8933c384d6476ab14fb7b8526e5287ca7e010"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010" ,
"reference" : "fba8933c384d6476ab14fb7b8526e5287ca7e010" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"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" : {
"psr-4" : {
"Symfony\\Polyfill\\Php73\\" : ""
} ,
"files" : [
"bootstrap.php"
] ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-php73"
} ,
{
"name" : "symfony/polyfill-php80" ,
"version" : "v1.23.1" ,
"version_normalized" : "1.23.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "1100343ed1a92e3a38f9ae122fc0eb21602547be"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be" ,
"reference" : "1100343ed1a92e3a38f9ae122fc0eb21602547be" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2021-07-28T13:41:28+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" : {
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
} ,
"files" : [
"bootstrap.php"
] ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
} ,
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/polyfill-php80"
} ,
{
"name" : "symfony/service-contracts" ,
"version" : "v2.4.0" ,
"version_normalized" : "2.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
"reference" : "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" ,
"reference" : "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/container" : "^1.1"
} ,
"suggest" : {
"symfony/service-implementation" : ""
} ,
"time" : "2021-04-01T10:43:52+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"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" : {
"source" : "https://github.com/symfony/service-contracts/tree/v2.4.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/service-contracts"
} ,
{
"name" : "symfony/string" ,
"version" : "v5.3.3" ,
"version_normalized" : "5.3.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/string.git" ,
"reference" : "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" ,
"reference" : "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-ctype" : "~1.8" ,
"symfony/polyfill-intl-grapheme" : "~1.0" ,
"symfony/polyfill-intl-normalizer" : "~1.0" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/polyfill-php80" : "~1.15"
} ,
"require-dev" : {
"symfony/error-handler" : "^4.4|^5.0" ,
"symfony/http-client" : "^4.4|^5.0" ,
"symfony/translation-contracts" : "^1.1|^2" ,
"symfony/var-exporter" : "^4.4|^5.0"
} ,
"time" : "2021-06-27T11:44:38+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\String\\" : ""
} ,
"files" : [
"Resources/functions.php"
] ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"grapheme" ,
"i18n" ,
"string" ,
"unicode" ,
"utf-8" ,
"utf8"
] ,
"support" : {
"source" : "https://github.com/symfony/string/tree/v5.3.3"
} ,
"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" ,
"version" : "v5.3.4" ,
"version_normalized" : "5.3.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation.git" ,
"reference" : "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1" ,
"reference" : "d89ad7292932c2699cbe4af98d72c5c6bbc504c1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/translation-contracts" : "^2.3"
} ,
"conflict" : {
"symfony/config" : "<4.4" ,
"symfony/dependency-injection" : "<5.0" ,
"symfony/http-kernel" : "<5.0" ,
"symfony/twig-bundle" : "<5.0" ,
"symfony/yaml" : "<4.4"
} ,
"provide" : {
"symfony/translation-implementation" : "2.3"
} ,
"require-dev" : {
"psr/log" : "^1|^2|^3" ,
"symfony/config" : "^4.4|^5.0" ,
"symfony/console" : "^4.4|^5.0" ,
"symfony/dependency-injection" : "^5.0" ,
"symfony/finder" : "^4.4|^5.0" ,
"symfony/http-kernel" : "^5.0" ,
"symfony/intl" : "^4.4|^5.0" ,
"symfony/polyfill-intl-icu" : "^1.21" ,
"symfony/service-contracts" : "^1.1.2|^2" ,
"symfony/yaml" : "^4.4|^5.0"
} ,
"suggest" : {
"psr/log-implementation" : "To use logging capability in translator" ,
"symfony/config" : "" ,
"symfony/yaml" : ""
} ,
"time" : "2021-07-25T09:39:16+00: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" : {
"source" : "https://github.com/symfony/translation/tree/v5.3.4"
} ,
"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" ,
"version" : "v2.4.0" ,
"version_normalized" : "2.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
"reference" : "95c812666f3e91db75385749fe219c5e494c7f95"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95" ,
"reference" : "95c812666f3e91db75385749fe219c5e494c7f95" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5"
} ,
"suggest" : {
"symfony/translation-implementation" : ""
} ,
"time" : "2021-03-23T23:28:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.4-dev"
} ,
"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" : {
"source" : "https://github.com/symfony/translation-contracts/tree/v2.4.0"
} ,
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
] ,
"install-path" : "../symfony/translation-contracts"
} ,
{
"name" : "voku/portable-ascii" ,
"version" : "1.5.6" ,
"version_normalized" : "1.5.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/voku/portable-ascii.git" ,
"reference" : "80953678b19901e5165c56752d087fc11526017c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c" ,
"reference" : "80953678b19901e5165c56752d087fc11526017c" ,
"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"
} ,
"time" : "2020-11-12T00:07:28+00: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" ,
"source" : "https://github.com/voku/portable-ascii/tree/1.5.6"
} ,
"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" : [ ]
}