2024-11-19 08:02:04 +01:00
{
"packages" : [
{
"name" : "doctrine/cache" ,
"version" : "2.2.0" ,
"version_normalized" : "2.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/cache.git" ,
"reference" : "1ca8f21980e770095a31456042471a57bc4c68fb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb" ,
"reference" : "1ca8f21980e770095a31456042471a57bc4c68fb" ,
"shasum" : ""
} ,
"require" : {
"php" : "~7.1 || ^8.0"
} ,
"conflict" : {
"doctrine/common" : ">2.2,<2.4"
} ,
"require-dev" : {
"cache/integration-tests" : "dev-master" ,
"doctrine/coding-standard" : "^9" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"psr/cache" : "^1.0 || ^2.0 || ^3.0" ,
"symfony/cache" : "^4.4 || ^5.4 || ^6" ,
"symfony/var-exporter" : "^4.4 || ^5.4 || ^6"
} ,
"time" : "2022-05-20T20:07:39+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Common\\Cache\\" : "lib/Doctrine/Common/Cache"
}
} ,
"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 Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others." ,
"homepage" : "https://www.doctrine-project.org/projects/cache.html" ,
"keywords" : [
"abstraction" ,
"apcu" ,
"cache" ,
"caching" ,
"couchdb" ,
"memcached" ,
"php" ,
"redis" ,
"xcache"
] ,
"support" : {
"issues" : "https://github.com/doctrine/cache/issues" ,
"source" : "https://github.com/doctrine/cache/tree/2.2.0"
} ,
"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%2Fcache" ,
"type" : "tidelift"
}
] ,
"install-path" : "../doctrine/cache"
} ,
{
"name" : "doctrine/dbal" ,
2024-11-19 09:35:33 +01:00
"version" : "3.9.3" ,
"version_normalized" : "3.9.3.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/dbal.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba" ,
"reference" : "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"composer-runtime-api" : "^2" ,
"doctrine/cache" : "^1.11|^2.0" ,
"doctrine/deprecations" : "^0.5.3|^1" ,
"doctrine/event-manager" : "^1|^2" ,
"php" : "^7.4 || ^8.0" ,
"psr/cache" : "^1|^2|^3" ,
"psr/log" : "^1|^2|^3"
} ,
"require-dev" : {
"doctrine/coding-standard" : "12.0.0" ,
"fig/log-test" : "^1" ,
"jetbrains/phpstorm-stubs" : "2023.1" ,
2024-11-19 09:35:33 +01:00
"phpstan/phpstan" : "1.12.6" ,
2024-11-19 08:02:04 +01:00
"phpstan/phpstan-strict-rules" : "^1.6" ,
"phpunit/phpunit" : "9.6.20" ,
"psalm/plugin-phpunit" : "0.18.4" ,
"slevomat/coding-standard" : "8.13.1" ,
"squizlabs/php_codesniffer" : "3.10.2" ,
"symfony/cache" : "^5.4|^6.0|^7.0" ,
"symfony/console" : "^4.4|^5.4|^6.0|^7.0" ,
"vimeo/psalm" : "4.30.0"
} ,
"suggest" : {
"symfony/console" : "For helpful console commands such as SQL execution and import of files."
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-10-10T17:56:43+00:00" ,
2024-11-19 08:02:04 +01:00
"bin" : [
"bin/doctrine-dbal"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\DBAL\\" : "src"
}
} ,
"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"
}
] ,
"description" : "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management." ,
"homepage" : "https://www.doctrine-project.org/projects/dbal.html" ,
"keywords" : [
"abstraction" ,
"database" ,
"db2" ,
"dbal" ,
"mariadb" ,
"mssql" ,
"mysql" ,
"oci8" ,
"oracle" ,
"pdo" ,
"pgsql" ,
"postgresql" ,
"queryobject" ,
"sasql" ,
"sql" ,
"sqlite" ,
"sqlserver" ,
"sqlsrv"
] ,
"support" : {
"issues" : "https://github.com/doctrine/dbal/issues" ,
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/doctrine/dbal/tree/3.9.3"
2024-11-19 08:02:04 +01: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%2Fdbal" ,
"type" : "tidelift"
}
] ,
"install-path" : "../doctrine/dbal"
} ,
{
"name" : "doctrine/deprecations" ,
"version" : "1.1.3" ,
"version_normalized" : "1.1.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/deprecations.git" ,
"reference" : "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" ,
"reference" : "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9" ,
"phpstan/phpstan" : "1.4.10 || 1.10.15" ,
"phpstan/phpstan-phpunit" : "^1.0" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"psalm/plugin-phpunit" : "0.18.4" ,
"psr/log" : "^1 || ^2 || ^3" ,
"vimeo/psalm" : "4.30.0 || 5.12.0"
} ,
"suggest" : {
"psr/log" : "Allows logging deprecations via PSR-3 logger implementation"
} ,
"time" : "2024-01-30T19:34:25+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Deprecations\\" : "lib/Doctrine/Deprecations"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages." ,
"homepage" : "https://www.doctrine-project.org/" ,
"support" : {
"issues" : "https://github.com/doctrine/deprecations/issues" ,
"source" : "https://github.com/doctrine/deprecations/tree/1.1.3"
} ,
"install-path" : "../doctrine/deprecations"
} ,
{
"name" : "doctrine/event-manager" ,
"version" : "1.2.0" ,
"version_normalized" : "1.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/event-manager.git" ,
"reference" : "95aa4cb529f1e96576f3fda9f5705ada4056a520"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520" ,
"reference" : "95aa4cb529f1e96576f3fda9f5705ada4056a520" ,
"shasum" : ""
} ,
"require" : {
"doctrine/deprecations" : "^0.5.3 || ^1" ,
"php" : "^7.1 || ^8.0"
} ,
"conflict" : {
"doctrine/common" : "<2.9"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^9 || ^10" ,
"phpstan/phpstan" : "~1.4.10 || ^1.8.8" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.5" ,
"vimeo/psalm" : "^4.24"
} ,
"time" : "2022-10-12T20:51:15+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Common\\" : "src"
}
} ,
"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"
} ,
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com"
}
] ,
"description" : "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects." ,
"homepage" : "https://www.doctrine-project.org/projects/event-manager.html" ,
"keywords" : [
"event" ,
"event dispatcher" ,
"event manager" ,
"event system" ,
"events"
] ,
"support" : {
"issues" : "https://github.com/doctrine/event-manager/issues" ,
"source" : "https://github.com/doctrine/event-manager/tree/1.2.0"
} ,
"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%2Fevent-manager" ,
"type" : "tidelift"
}
] ,
"install-path" : "../doctrine/event-manager"
} ,
{
"name" : "doctrine/rst-parser" ,
"version" : "0.5.6" ,
"version_normalized" : "0.5.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/rst-parser.git" ,
"reference" : "ca7f5f31f9ea58fde5aeffe0f7b8eb569e71a104"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/rst-parser/zipball/ca7f5f31f9ea58fde5aeffe0f7b8eb569e71a104" ,
"reference" : "ca7f5f31f9ea58fde5aeffe0f7b8eb569e71a104" ,
"shasum" : ""
} ,
"require" : {
"doctrine/event-manager" : "^1.0 || ^2.0" ,
"php" : "^7.2 || ^8.0" ,
"symfony/filesystem" : "^4.1 || ^5.0 || ^6.0 || ^7.0" ,
"symfony/finder" : "^4.1 || ^5.0 || ^6.0 || ^7.0" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/string" : "^5.3 || ^6.0 || ^7.0" ,
"symfony/translation-contracts" : "^1.1 || ^2.0 || ^3.0" ,
"twig/twig" : "^2.9 || ^3.3"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^11.0" ,
"gajus/dindent" : "^2.0.2" ,
"phpstan/phpstan" : "^1.9" ,
"phpstan/phpstan-deprecation-rules" : "^1.0" ,
"phpstan/phpstan-phpunit" : "^1.2" ,
"phpstan/phpstan-strict-rules" : "^1.4" ,
"phpunit/phpunit" : "^7.5 || ^8.0 || ^9.0" ,
"symfony/css-selector" : "4.4 || ^5.2 || ^6.0 || ^7.0" ,
"symfony/dom-crawler" : "4.4 || ^5.2 || ^6.0 || ^7.0"
} ,
"time" : "2024-01-14T11:02:23+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\RST\\" : "lib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Grégoire Passault" ,
"email" : "g.passault@gmail.com" ,
"homepage" : "http://www.gregwar.com/"
} ,
{
"name" : "Jonathan H. Wage" ,
"email" : "jonwage@gmail.com" ,
"homepage" : "https://jwage.com"
}
] ,
"description" : "PHP library to parse reStructuredText documents and generate HTML or LaTeX documents." ,
"homepage" : "https://github.com/doctrine/rst-parser" ,
"keywords" : [
"html" ,
"latex" ,
"markup" ,
"parser" ,
"reStructuredText" ,
"rst"
] ,
"support" : {
"issues" : "https://github.com/doctrine/rst-parser/issues" ,
"source" : "https://github.com/doctrine/rst-parser/tree/0.5.6"
} ,
"install-path" : "../doctrine/rst-parser"
} ,
{
"name" : "guzzlehttp/guzzle" ,
"version" : "7.9.2" ,
"version_normalized" : "7.9.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
"reference" : "d281ed313b989f213357e3be1a179f02196ac99b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b" ,
"reference" : "d281ed313b989f213357e3be1a179f02196ac99b" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"guzzlehttp/promises" : "^1.5.3 || ^2.0.3" ,
"guzzlehttp/psr7" : "^2.7.0" ,
"php" : "^7.2.5 || ^8.0" ,
"psr/http-client" : "^1.0" ,
"symfony/deprecation-contracts" : "^2.2 || ^3.0"
} ,
"provide" : {
"psr/http-client-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.2" ,
"ext-curl" : "*" ,
"guzzle/client-integration-tests" : "3.0.2" ,
"php-http/message-factory" : "^1.1" ,
"phpunit/phpunit" : "^8.5.39 || ^9.6.20" ,
"psr/log" : "^1.1 || ^2.0 || ^3.0"
} ,
"suggest" : {
"ext-curl" : "Required for CURL handler support" ,
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
} ,
"time" : "2024-07-24T11:22:20+00:00" ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"psr-4" : {
"GuzzleHttp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Jeremy Lindblom" ,
"email" : "jeremeamia@gmail.com" ,
"homepage" : "https://github.com/jeremeamia"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle is a PHP HTTP client library" ,
"keywords" : [
"client" ,
"curl" ,
"framework" ,
"http" ,
"http client" ,
"psr-18" ,
"psr-7" ,
"rest" ,
"web service"
] ,
"support" : {
"issues" : "https://github.com/guzzle/guzzle/issues" ,
"source" : "https://github.com/guzzle/guzzle/tree/7.9.2"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle" ,
"type" : "tidelift"
}
] ,
"install-path" : "../guzzlehttp/guzzle"
} ,
{
"name" : "guzzlehttp/promises" ,
2024-11-19 09:35:33 +01:00
"version" : "2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455" ,
"reference" : "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.2" ,
"phpunit/phpunit" : "^8.5.39 || ^9.6.20"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-10-17T10:06:22+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Promise\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
}
] ,
"description" : "Guzzle promises library" ,
"keywords" : [
"promise"
] ,
"support" : {
"issues" : "https://github.com/guzzle/promises/issues" ,
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/guzzle/promises/tree/2.0.4"
2024-11-19 08:02:04 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/promises" ,
"type" : "tidelift"
}
] ,
"install-path" : "../guzzlehttp/promises"
} ,
{
"name" : "guzzlehttp/psr7" ,
"version" : "2.7.0" ,
"version_normalized" : "2.7.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
"reference" : "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201" ,
"reference" : "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2.5 || ^8.0" ,
"psr/http-factory" : "^1.0" ,
"psr/http-message" : "^1.1 || ^2.0" ,
"ralouphie/getallheaders" : "^3.0"
} ,
"provide" : {
"psr/http-factory-implementation" : "1.0" ,
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.2" ,
"http-interop/http-factory-tests" : "0.9.0" ,
"phpunit/phpunit" : "^8.5.39 || ^9.6.20"
} ,
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
} ,
"time" : "2024-07-18T11:15:46+00:00" ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"GuzzleHttp\\Psr7\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
} ,
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
} ,
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
}
] ,
"description" : "PSR-7 message implementation that also provides common utility methods" ,
"keywords" : [
"http" ,
"message" ,
"psr-7" ,
"request" ,
"response" ,
"stream" ,
"uri" ,
"url"
] ,
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
"source" : "https://github.com/guzzle/psr7/tree/2.7.0"
} ,
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
} ,
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7" ,
"type" : "tidelift"
}
] ,
"install-path" : "../guzzlehttp/psr7"
} ,
{
"name" : "league/oauth2-client" ,
"version" : "2.7.0" ,
"version_normalized" : "2.7.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/oauth2-client.git" ,
"reference" : "160d6274b03562ebeb55ed18399281d8118b76c8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8" ,
"reference" : "160d6274b03562ebeb55ed18399281d8118b76c8" ,
"shasum" : ""
} ,
"require" : {
"guzzlehttp/guzzle" : "^6.0 || ^7.0" ,
"paragonie/random_compat" : "^1 || ^2 || ^9.99" ,
"php" : "^5.6 || ^7.0 || ^8.0"
} ,
"require-dev" : {
"mockery/mockery" : "^1.3.5" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.1" ,
"phpunit/phpunit" : "^5.7 || ^6.0 || ^9.5" ,
"squizlabs/php_codesniffer" : "^2.3 || ^3.0"
} ,
"time" : "2023-04-16T18:19:15+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-2.x" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"League\\OAuth2\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Alex Bilbie" ,
"email" : "hello@alexbilbie.com" ,
"homepage" : "http://www.alexbilbie.com" ,
"role" : "Developer"
} ,
{
"name" : "Woody Gilk" ,
"homepage" : "https://github.com/shadowhand" ,
"role" : "Contributor"
}
] ,
"description" : "OAuth 2.0 Client Library" ,
"keywords" : [
"Authentication" ,
"SSO" ,
"authorization" ,
"identity" ,
"idp" ,
"oauth" ,
"oauth2" ,
"single sign on"
] ,
"support" : {
"issues" : "https://github.com/thephpleague/oauth2-client/issues" ,
"source" : "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
} ,
"install-path" : "../league/oauth2-client"
} ,
{
"name" : "mustache/mustache" ,
"version" : "v2.14.2" ,
"version_normalized" : "2.14.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/bobthecow/mustache.php.git" ,
"reference" : "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb" ,
"reference" : "e62b7c3849d22ec55f3ec425507bf7968193a6cb" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.2.4"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "~1.11" ,
"phpunit/phpunit" : "~3.7|~4.0|~5.0"
} ,
"time" : "2022-08-23T13:07:01+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Mustache" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Justin Hileman" ,
"email" : "justin@justinhileman.info" ,
"homepage" : "http://justinhileman.com"
}
] ,
"description" : "A Mustache implementation in PHP." ,
"homepage" : "https://github.com/bobthecow/mustache.php" ,
"keywords" : [
"mustache" ,
"templating"
] ,
"support" : {
"issues" : "https://github.com/bobthecow/mustache.php/issues" ,
"source" : "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
} ,
"install-path" : "../mustache/mustache"
} ,
{
"name" : "paragonie/random_compat" ,
"version" : "v9.99.100" ,
"version_normalized" : "9.99.100.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/random_compat.git" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"reference" : "996434e5492cb4c3edcb9168db6fbb1359ef965a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">= 7"
} ,
"require-dev" : {
"phpunit/phpunit" : "4.*|5.*" ,
"vimeo/psalm" : "^1"
} ,
"suggest" : {
"ext-libsodium" : "Provides a modern crypto API that can be used to generate random bytes."
} ,
"time" : "2020-10-15T08:29:30+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Paragon Initiative Enterprises" ,
"email" : "security@paragonie.com" ,
"homepage" : "https://paragonie.com"
}
] ,
"description" : "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" ,
"keywords" : [
"csprng" ,
"polyfill" ,
"pseudorandom" ,
"random"
] ,
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/random_compat/issues" ,
"source" : "https://github.com/paragonie/random_compat"
} ,
"install-path" : "../paragonie/random_compat"
} ,
{
"name" : "phpmailer/phpmailer" ,
2024-11-19 09:35:33 +01:00
"version" : "v6.9.2" ,
"version_normalized" : "6.9.2.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPMailer/PHPMailer.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "a7b17b42fa4887c92146243f3d2f4ccb962af17c"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c" ,
"reference" : "a7b17b42fa4887c92146243f3d2f4ccb962af17c" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-filter" : "*" ,
"ext-hash" : "*" ,
"php" : ">=5.5.0"
} ,
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer" : "^1.0" ,
"doctrine/annotations" : "^1.2.6 || ^1.13.3" ,
"php-parallel-lint/php-console-highlighter" : "^1.0.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.2" ,
"phpcompatibility/php-compatibility" : "^9.3.5" ,
"roave/security-advisories" : "dev-latest" ,
"squizlabs/php_codesniffer" : "^3.7.2" ,
"yoast/phpunit-polyfills" : "^1.0.4"
} ,
"suggest" : {
"decomplexity/SendOauth2" : "Adapter for using XOAUTH2 authentication" ,
"ext-mbstring" : "Needed to send email in multibyte encoding charset or decode encoded addresses" ,
"ext-openssl" : "Needed for secure SMTP sending and DKIM signing" ,
"greew/oauth2-azure-provider" : "Needed for Microsoft Azure XOAUTH2 authentication" ,
"hayageek/oauth2-yahoo" : "Needed for Yahoo XOAUTH2 authentication" ,
"league/oauth2-google" : "Needed for Google XOAUTH2 authentication" ,
"psr/log" : "For optional PSR-3 debug logging" ,
"symfony/polyfill-mbstring" : "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" ,
"thenetworg/oauth2-azure" : "Needed for Microsoft XOAUTH2 authentication"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-10-09T10:07:50+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPMailer\\PHPMailer\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-only"
] ,
"authors" : [
{
"name" : "Marcus Bointon" ,
"email" : "phpmailer@synchromedia.co.uk"
} ,
{
"name" : "Jim Jagielski" ,
"email" : "jimjag@gmail.com"
} ,
{
"name" : "Andy Prevost" ,
"email" : "codeworxtech@users.sourceforge.net"
} ,
{
"name" : "Brent R. Matzelle"
}
] ,
"description" : "PHPMailer is a full-featured email creation and transfer class for PHP" ,
"support" : {
"issues" : "https://github.com/PHPMailer/PHPMailer/issues" ,
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2"
2024-11-19 08:02:04 +01:00
} ,
"funding" : [
{
"url" : "https://github.com/Synchro" ,
"type" : "github"
}
] ,
"install-path" : "../phpmailer/phpmailer"
} ,
{
"name" : "psr/cache" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/cache.git" ,
"reference" : "d11b50ad223250cf17b86e38383413f5a6764bf8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8" ,
"reference" : "d11b50ad223250cf17b86e38383413f5a6764bf8" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2016-08-06T20:24:11+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Cache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for caching libraries" ,
"keywords" : [
"cache" ,
"psr" ,
"psr-6"
] ,
"support" : {
"source" : "https://github.com/php-fig/cache/tree/master"
} ,
"install-path" : "../psr/cache"
} ,
{
"name" : "psr/container" ,
"version" : "1.1.2" ,
"version_normalized" : "1.1.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea" ,
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.4.0"
} ,
"time" : "2021-11-05T16:50:12+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.2"
} ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/http-client" ,
"version" : "1.0.3" ,
"version_normalized" : "1.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-client.git" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0" ,
"psr/http-message" : "^1.0 || ^2.0"
} ,
"time" : "2023-09-23T14:17:50+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP clients" ,
"homepage" : "https://github.com/php-fig/http-client" ,
"keywords" : [
"http" ,
"http-client" ,
"psr" ,
"psr-18"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-client"
} ,
"install-path" : "../psr/http-client"
} ,
{
"name" : "psr/http-factory" ,
"version" : "1.1.0" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
"reference" : "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a" ,
"reference" : "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1" ,
"psr/http-message" : "^1.0 || ^2.0"
} ,
"time" : "2024-04-15T12:06:14+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "PSR-17: Common interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-factory"
} ,
"install-path" : "../psr/http-factory"
} ,
{
"name" : "psr/http-message" ,
"version" : "2.0" ,
"version_normalized" : "2.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.2 || ^8.0"
} ,
"time" : "2023-04-04T09:54:51+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP messages" ,
"homepage" : "https://github.com/php-fig/http-message" ,
"keywords" : [
"http" ,
"http-message" ,
"psr" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-message/tree/2.0"
} ,
"install-path" : "../psr/http-message"
} ,
{
"name" : "psr/log" ,
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2021-05-03T11:20:27+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
"support" : {
"source" : "https://github.com/php-fig/log/tree/1.1.4"
} ,
"install-path" : "../psr/log"
} ,
{
"name" : "ralouphie/getallheaders" ,
"version" : "3.0.3" ,
"version_normalized" : "3.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ralouphie/getallheaders.git" ,
"reference" : "120b605dfeb996808c31b6477290a714d356e822"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822" ,
"reference" : "120b605dfeb996808c31b6477290a714d356e822" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6"
} ,
"require-dev" : {
"php-coveralls/php-coveralls" : "^2.1" ,
"phpunit/phpunit" : "^5 || ^6.5"
} ,
"time" : "2019-03-08T08:55:37+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/getallheaders.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ralph Khattar" ,
"email" : "ralph.khattar@gmail.com"
}
] ,
"description" : "A polyfill for getallheaders." ,
"support" : {
"issues" : "https://github.com/ralouphie/getallheaders/issues" ,
"source" : "https://github.com/ralouphie/getallheaders/tree/develop"
} ,
"install-path" : "../ralouphie/getallheaders"
} ,
{
"name" : "stevenmaguire/oauth2-bitbucket" ,
"version" : "3.0.0" ,
"version_normalized" : "3.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/stevenmaguire/oauth2-bitbucket.git" ,
"reference" : "7ab903e7ac47b3fb18ff27fe5b7c8d2a494bd39c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/stevenmaguire/oauth2-bitbucket/zipball/7ab903e7ac47b3fb18ff27fe5b7c8d2a494bd39c" ,
"reference" : "7ab903e7ac47b3fb18ff27fe5b7c8d2a494bd39c" ,
"shasum" : ""
} ,
"require" : {
"league/oauth2-client" : "^2.0"
} ,
"require-dev" : {
"mockery/mockery" : "~0.9" ,
"phpunit/phpunit" : "~4.0" ,
"squizlabs/php_codesniffer" : "~2.0"
} ,
"time" : "2018-05-03T22:50:12+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Stevenmaguire\\OAuth2\\Client\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Steven Maguire" ,
"email" : "stevenmaguire@gmail.com" ,
"homepage" : "https://github.com/stevenmaguire"
}
] ,
"description" : "Bitbucket OAuth 2.0 Client Provider for The PHP League OAuth2-Client" ,
"keywords" : [
"authorisation" ,
"authorization" ,
"bitbucket" ,
"client" ,
"oauth" ,
"oauth2"
] ,
"support" : {
"issues" : "https://github.com/stevenmaguire/oauth2-bitbucket/issues" ,
"source" : "https://github.com/stevenmaguire/oauth2-bitbucket/tree/master"
} ,
"install-path" : "../stevenmaguire/oauth2-bitbucket"
} ,
{
"name" : "symfony/deprecation-contracts" ,
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
"reference" : "80d075412b557d41002320b96a096ca65aa2c98d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d" ,
"reference" : "80d075412b557d41002320b96a096ca65aa2c98d" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2023-01-24T14:02:46+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-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.5.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/deprecation-contracts"
} ,
{
"name" : "symfony/error-handler" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/error-handler.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "55ac2507a8bf97f2d04f8d1e7f104c984ddcaf31"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/error-handler/zipball/55ac2507a8bf97f2d04f8d1e7f104c984ddcaf31" ,
"reference" : "55ac2507a8bf97f2d04f8d1e7f104c984ddcaf31" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/log" : "^1|^2|^3" ,
"symfony/var-dumper" : "^4.4|^5.0|^6.0"
} ,
"require-dev" : {
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/http-kernel" : "^4.4|^5.0|^6.0" ,
"symfony/serializer" : "^4.4|^5.0|^6.0"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-11-19 08:02:04 +01:00
"bin" : [
"Resources/bin/patch-type-declarations"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\ErrorHandler\\" : ""
} ,
"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 manage errors and ease debugging PHP code" ,
"homepage" : "https://symfony.com" ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/error-handler/tree/v5.4.45"
2024-11-19 08:02:04 +01: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/error-handler"
} ,
{
"name" : "symfony/filesystem" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/filesystem.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "57c8294ed37d4a055b77057827c67f9558c95c54"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54" ,
"reference" : "57c8294ed37d4a055b77057827c67f9558c95c54" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-ctype" : "~1.8" ,
"symfony/polyfill-mbstring" : "~1.8" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"require-dev" : {
"symfony/process" : "^5.4|^6.4"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-10-22T13:05:35+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Filesystem\\" : ""
} ,
"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 basic utilities for the filesystem" ,
"homepage" : "https://symfony.com" ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/filesystem/tree/v5.4.45"
2024-11-19 08:02:04 +01: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/filesystem"
} ,
{
"name" : "symfony/finder" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/finder.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "63741784cd7b9967975eec610b256eed3ede022b"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b" ,
"reference" : "63741784cd7b9967975eec610b256eed3ede022b" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/polyfill-php80" : "^1.16"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-09-28T13:32:08+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Finder\\" : ""
} ,
"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" : "Finds files and directories via an intuitive fluent interface" ,
"homepage" : "https://symfony.com" ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/finder/tree/v5.4.45"
2024-11-19 08:02:04 +01: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/finder"
} ,
{
"name" : "symfony/http-client" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-client.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "54118c6340dc6831a00f10b296ea6e80592ec89d"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/http-client/zipball/54118c6340dc6831a00f10b296ea6e80592ec89d" ,
"reference" : "54118c6340dc6831a00f10b296ea6e80592ec89d" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/log" : "^1|^2|^3" ,
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/http-client-contracts" : "^2.5.3" ,
"symfony/polyfill-php73" : "^1.11" ,
"symfony/polyfill-php80" : "^1.16" ,
"symfony/service-contracts" : "^1.0|^2|^3"
} ,
"provide" : {
"php-http/async-client-implementation" : "*" ,
"php-http/client-implementation" : "*" ,
"psr/http-client-implementation" : "1.0" ,
"symfony/http-client-implementation" : "2.4"
} ,
"require-dev" : {
"amphp/amp" : "^2.5" ,
"amphp/http-client" : "^4.2.1" ,
"amphp/http-tunnel" : "^1.0" ,
"amphp/socket" : "^1.1" ,
"guzzlehttp/promises" : "^1.4|^2.0" ,
"nyholm/psr7" : "^1.0" ,
"php-http/httplug" : "^1.0|^2.0" ,
"php-http/message-factory" : "^1.0" ,
"psr/http-client" : "^1.0" ,
"symfony/dependency-injection" : "^4.4|^5.0|^6.0" ,
"symfony/http-kernel" : "^4.4.13|^5.1.5|^6.0" ,
"symfony/process" : "^4.4|^5.0|^6.0" ,
"symfony/stopwatch" : "^4.4|^5.0|^6.0"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\HttpClient\\" : ""
} ,
"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 powerful methods to fetch HTTP resources synchronously or asynchronously" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"http"
] ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/http-client/tree/v5.4.45"
2024-11-19 08:02:04 +01: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/http-client"
} ,
{
"name" : "symfony/http-client-contracts" ,
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-client-contracts.git" ,
"reference" : "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/http-client-contracts/zipball/e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1" ,
"reference" : "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5"
} ,
"suggest" : {
"symfony/http-client-implementation" : ""
} ,
"time" : "2024-03-26T19:42:53+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-dev"
} ,
"thanks" : {
"name" : "symfony/contracts" ,
"url" : "https://github.com/symfony/contracts"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Contracts\\HttpClient\\" : ""
}
} ,
"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 HTTP clients" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
] ,
"support" : {
"source" : "https://github.com/symfony/http-client-contracts/tree/v2.5.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/http-client-contracts"
} ,
{
"name" : "symfony/polyfill-ctype" ,
"version" : "v1.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
"reference" : "a3cc8b044a6ea513310cbd48ef7333b384945638"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638" ,
"reference" : "a3cc8b044a6ea513310cbd48ef7333b384945638" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"provide" : {
"ext-ctype" : "*"
} ,
"suggest" : {
"ext-ctype" : "For best performance"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Ctype\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Gert de Pagter" ,
"email" : "BackEndTea@gmail.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for ctype functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"ctype" ,
"polyfill" ,
"portable"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-ctype/tree/v1.31.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.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-grapheme.git" ,
"reference" : "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" ,
"reference" : "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Grapheme\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for intl's grapheme_* functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"grapheme" ,
"intl" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.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-grapheme"
} ,
{
"name" : "symfony/polyfill-intl-normalizer" ,
"version" : "v1.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
"reference" : "3833d7255cc303546435cb650316bff708a1c75c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c" ,
"reference" : "3833d7255cc303546435cb650316bff708a1c75c" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"suggest" : {
"ext-intl" : "For best performance"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Normalizer\\" : ""
} ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for intl's Normalizer class and related functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"intl" ,
"normalizer" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.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.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
"reference" : "85181ba99b2345b0ef10ce42ecac37612d9fd341"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341" ,
"reference" : "85181ba99b2345b0ef10ce42ecac37612d9fd341" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"provide" : {
"ext-mbstring" : "*"
} ,
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.31.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-mbstring"
} ,
{
"name" : "symfony/polyfill-php73" ,
"version" : "v1.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php73.git" ,
"reference" : "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb" ,
"reference" : "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Php73\\" : ""
} ,
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php73/tree/v1.31.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.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" ,
"reference" : "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"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" : {
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.31.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-php80"
} ,
{
"name" : "symfony/polyfill-php81" ,
"version" : "v1.31.0" ,
"version_normalized" : "1.31.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php81.git" ,
"reference" : "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" ,
"reference" : "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2"
} ,
"time" : "2024-09-09T11:45:10+00:00" ,
"type" : "library" ,
"extra" : {
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
"psr-4" : {
"Symfony\\Polyfill\\Php81\\" : ""
} ,
"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 8.1+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php81/tree/v1.31.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-php81"
} ,
{
"name" : "symfony/service-contracts" ,
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/service-contracts.git" ,
"reference" : "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3" ,
"reference" : "a2329596ddc8fd568900e3fc76cba42489ecc7f3" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/container" : "^1.1" ,
"symfony/deprecation-contracts" : "^2.1|^3"
} ,
"conflict" : {
"ext-psr" : "<1.1|>=2"
} ,
"suggest" : {
"symfony/service-implementation" : ""
} ,
"time" : "2023-04-21T15:04:16+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-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.5.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/service-contracts"
} ,
{
"name" : "symfony/string" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/string.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "7f6807add88b1e2635f3c6de5e1ace631ed7cad2"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/string/zipball/7f6807add88b1e2635f3c6de5e1ace631ed7cad2" ,
"reference" : "7f6807add88b1e2635f3c6de5e1ace631ed7cad2" ,
2024-11-19 08:02:04 +01:00
"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"
} ,
"conflict" : {
"symfony/translation-contracts" : ">=3.0"
} ,
"require-dev" : {
"symfony/error-handler" : "^4.4|^5.0|^6.0" ,
"symfony/http-client" : "^4.4|^5.0|^6.0" ,
"symfony/translation-contracts" : "^1.1|^2" ,
"symfony/var-exporter" : "^4.4|^5.0|^6.0"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-11-19 08:02:04 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Resources/functions.php"
] ,
"psr-4" : {
"Symfony\\Component\\String\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"grapheme" ,
"i18n" ,
"string" ,
"unicode" ,
"utf-8" ,
"utf8"
] ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/string/tree/v5.4.45"
2024-11-19 08:02:04 +01: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-contracts" ,
"version" : "v2.5.3" ,
"version_normalized" : "2.5.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/translation-contracts.git" ,
"reference" : "b0073a77ac0b7ea55131020e87b1e3af540f4664"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/b0073a77ac0b7ea55131020e87b1e3af540f4664" ,
"reference" : "b0073a77ac0b7ea55131020e87b1e3af540f4664" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5"
} ,
"suggest" : {
"symfony/translation-implementation" : ""
} ,
"time" : "2024-01-23T13:51:25+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.5-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.5.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/translation-contracts"
} ,
{
"name" : "symfony/var-dumper" ,
2024-11-19 09:35:33 +01:00
"version" : "v5.4.45" ,
"version_normalized" : "5.4.45.0" ,
2024-11-19 08:02:04 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/var-dumper.git" ,
2024-11-19 09:35:33 +01:00
"reference" : "c4a5a08fe8d836a1aeec59eeee9697457fd28723"
2024-11-19 08:02:04 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-11-19 09:35:33 +01:00
"url" : "https://api.github.com/repos/symfony/var-dumper/zipball/c4a5a08fe8d836a1aeec59eeee9697457fd28723" ,
"reference" : "c4a5a08fe8d836a1aeec59eeee9697457fd28723" ,
2024-11-19 08:02:04 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"conflict" : {
"symfony/console" : "<4.4"
} ,
"require-dev" : {
"ext-iconv" : "*" ,
"symfony/console" : "^4.4|^5.0|^6.0" ,
"symfony/http-kernel" : "^4.4|^5.0|^6.0" ,
"symfony/process" : "^4.4|^5.0|^6.0" ,
"symfony/uid" : "^5.1|^6.0" ,
"twig/twig" : "^2.13|^3.0.4"
} ,
"suggest" : {
"ext-iconv" : "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used)." ,
"ext-intl" : "To show region name in time zone dump" ,
"symfony/console" : "To use the ServerDumpCommand and/or the bin/var-dump-server script"
} ,
2024-11-19 09:35:33 +01:00
"time" : "2024-09-25T14:11:13+00:00" ,
2024-11-19 08:02:04 +01:00
"bin" : [
"Resources/bin/var-dump-server"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Resources/functions/dump.php"
] ,
"psr-4" : {
"Symfony\\Component\\VarDumper\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Provides mechanisms for walking through any arbitrary PHP variable" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"debug" ,
"dump"
] ,
"support" : {
2024-11-19 09:35:33 +01:00
"source" : "https://github.com/symfony/var-dumper/tree/v5.4.45"
2024-11-19 08:02:04 +01: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/var-dumper"
} ,
{
"name" : "twbs/bootstrap" ,
"version" : "v5.3.3" ,
"version_normalized" : "5.3.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/twbs/bootstrap.git" ,
"reference" : "6e1f75f420f68e1d52733b8e407fc7c3766c9dba"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba" ,
"reference" : "6e1f75f420f68e1d52733b8e407fc7c3766c9dba" ,
"shasum" : ""
} ,
"replace" : {
"twitter/bootstrap" : "self.version"
} ,
"time" : "2024-02-20T15:14:29+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mark Otto" ,
"email" : "markdotto@gmail.com"
} ,
{
"name" : "Jacob Thornton" ,
"email" : "jacobthornton@gmail.com"
}
] ,
"description" : "The most popular front-end framework for developing responsive, mobile first projects on the web." ,
"homepage" : "https://getbootstrap.com/" ,
"keywords" : [
"JS" ,
"css" ,
"framework" ,
"front-end" ,
"mobile-first" ,
"responsive" ,
"sass" ,
"web"
] ,
"support" : {
"issues" : "https://github.com/twbs/bootstrap/issues" ,
"source" : "https://github.com/twbs/bootstrap/tree/v5.3.3"
} ,
"install-path" : "../twbs/bootstrap"
} ,
{
"name" : "twig/twig" ,
"version" : "v3.11.1" ,
"version_normalized" : "3.11.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/twigphp/Twig.git" ,
"reference" : "ff063afc691e1cfda6714f1915ed766cb108d188"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/twigphp/Twig/zipball/ff063afc691e1cfda6714f1915ed766cb108d188" ,
"reference" : "ff063afc691e1cfda6714f1915ed766cb108d188" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.3" ,
"symfony/polyfill-php80" : "^1.22" ,
"symfony/polyfill-php81" : "^1.29"
} ,
"require-dev" : {
"psr/container" : "^1.0|^2.0" ,
"symfony/phpunit-bridge" : "^5.4.9|^6.4|^7.0"
} ,
"time" : "2024-09-10T10:40:14+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/Resources/core.php" ,
"src/Resources/debug.php" ,
"src/Resources/escaper.php" ,
"src/Resources/string_loader.php"
] ,
"psr-4" : {
"Twig\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Twig Team" ,
"role" : "Contributors"
} ,
{
"name" : "Armin Ronacher" ,
"email" : "armin.ronacher@active-4.com" ,
"role" : "Project Founder"
}
] ,
"description" : "Twig, the flexible, fast, and secure template language for PHP" ,
"homepage" : "https://twig.symfony.com" ,
"keywords" : [
"templating"
] ,
"support" : {
"issues" : "https://github.com/twigphp/Twig/issues" ,
"source" : "https://github.com/twigphp/Twig/tree/v3.11.1"
} ,
"funding" : [
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/twig/twig" ,
"type" : "tidelift"
}
] ,
"install-path" : "../twig/twig"
}
] ,
"dev" : true ,
"dev-package-names" : [ ]
}