Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
php-censor/composer.lock
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9175 lines (9175 sloc)
327 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |
"This file is @generated automatically" | |
], | |
"content-hash": "e358ae009c0e1eb5935d495a57c18e1b", | |
"packages": [ | |
{ | |
"name": "cakephp/core", | |
"version": "4.4.10", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cakephp/core.git", | |
"reference": "20e50de2f461b5983a1a1296fe5c3762857b9edd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cakephp/core/zipball/20e50de2f461b5983a1a1296fe5c3762857b9edd", | |
"reference": "20e50de2f461b5983a1a1296fe5c3762857b9edd", | |
"shasum": "" | |
}, | |
"require": { | |
"cakephp/utility": "^4.0", | |
"php": ">=7.4.0" | |
}, | |
"suggest": { | |
"cakephp/cache": "To use Configure::store() and restore().", | |
"cakephp/event": "To use PluginApplicationInterface or plugin applications.", | |
"league/container": "To use Container and ServiceProvider classes" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"functions.php" | |
], | |
"psr-4": { | |
"Cake\\Core\\": "." | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "CakePHP Community", | |
"homepage": "https://github.com/cakephp/core/graphs/contributors" | |
} | |
], | |
"description": "CakePHP Framework Core classes", | |
"homepage": "https://cakephp.org", | |
"keywords": [ | |
"cakephp", | |
"core", | |
"framework" | |
], | |
"support": { | |
"forum": "https://stackoverflow.com/tags/cakephp", | |
"irc": "irc://irc.freenode.org/cakephp", | |
"issues": "https://github.com/cakephp/cakephp/issues", | |
"source": "https://github.com/cakephp/core" | |
}, | |
"time": "2022-10-07T16:40:13+00:00" | |
}, | |
{ | |
"name": "cakephp/database", | |
"version": "4.4.10", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cakephp/database.git", | |
"reference": "c12a8f30f802968a885774e2ac3c099f470bf07c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cakephp/database/zipball/c12a8f30f802968a885774e2ac3c099f470bf07c", | |
"reference": "c12a8f30f802968a885774e2ac3c099f470bf07c", | |
"shasum": "" | |
}, | |
"require": { | |
"cakephp/core": "^4.0", | |
"cakephp/datasource": "^4.0", | |
"php": ">=7.4.0" | |
}, | |
"suggest": { | |
"cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types.", | |
"cakephp/log": "If you want to use query logging without providing a logger yourself." | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Cake\\Database\\": "." | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "CakePHP Community", | |
"homepage": "https://github.com/cakephp/database/graphs/contributors" | |
} | |
], | |
"description": "Flexible and powerful Database abstraction library with a familiar PDO-like API", | |
"homepage": "https://cakephp.org", | |
"keywords": [ | |
"abstraction", | |
"cakephp", | |
"database", | |
"database abstraction", | |
"pdo" | |
], | |
"support": { | |
"forum": "https://stackoverflow.com/tags/cakephp", | |
"irc": "irc://irc.freenode.org/cakephp", | |
"issues": "https://github.com/cakephp/cakephp/issues", | |
"source": "https://github.com/cakephp/database" | |
}, | |
"time": "2023-01-03T20:29:38+00:00" | |
}, | |
{ | |
"name": "cakephp/datasource", | |
"version": "4.4.10", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cakephp/datasource.git", | |
"reference": "cb58adb0e6f52f26fa61d03776b07c157e328c1e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cakephp/datasource/zipball/cb58adb0e6f52f26fa61d03776b07c157e328c1e", | |
"reference": "cb58adb0e6f52f26fa61d03776b07c157e328c1e", | |
"shasum": "" | |
}, | |
"require": { | |
"cakephp/core": "^4.0", | |
"php": ">=7.4.0", | |
"psr/log": "^1.0 || ^2.0", | |
"psr/simple-cache": "^1.0 || ^2.0" | |
}, | |
"suggest": { | |
"cakephp/cache": "If you decide to use Query caching.", | |
"cakephp/collection": "If you decide to use ResultSetInterface.", | |
"cakephp/utility": "If you decide to use EntityTrait." | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Cake\\Datasource\\": "." | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "CakePHP Community", | |
"homepage": "https://github.com/cakephp/datasource/graphs/contributors" | |
} | |
], | |
"description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores", | |
"homepage": "https://cakephp.org", | |
"keywords": [ | |
"cakephp", | |
"connection management", | |
"datasource", | |
"entity", | |
"query" | |
], | |
"support": { | |
"forum": "https://stackoverflow.com/tags/cakephp", | |
"irc": "irc://irc.freenode.org/cakephp", | |
"issues": "https://github.com/cakephp/cakephp/issues", | |
"source": "https://github.com/cakephp/datasource" | |
}, | |
"time": "2022-11-26T11:46:41+00:00" | |
}, | |
{ | |
"name": "cakephp/utility", | |
"version": "4.4.10", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cakephp/utility.git", | |
"reference": "aa7bba6c39b56751f5c917464f113c924d4ba10f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cakephp/utility/zipball/aa7bba6c39b56751f5c917464f113c924d4ba10f", | |
"reference": "aa7bba6c39b56751f5c917464f113c924d4ba10f", | |
"shasum": "" | |
}, | |
"require": { | |
"cakephp/core": "^4.0", | |
"php": ">=7.4.0" | |
}, | |
"suggest": { | |
"ext-intl": "To use Text::transliterate() or Text::slug()", | |
"lib-ICU": "To use Text::transliterate() or Text::slug()" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
], | |
"psr-4": { | |
"Cake\\Utility\\": "." | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "CakePHP Community", | |
"homepage": "https://github.com/cakephp/utility/graphs/contributors" | |
} | |
], | |
"description": "CakePHP Utility classes such as Inflector, String, Hash, and Security", | |
"homepage": "https://cakephp.org", | |
"keywords": [ | |
"cakephp", | |
"hash", | |
"inflector", | |
"security", | |
"string", | |
"utility" | |
], | |
"support": { | |
"forum": "https://stackoverflow.com/tags/cakephp", | |
"irc": "irc://irc.freenode.org/cakephp", | |
"issues": "https://github.com/cakephp/cakephp/issues", | |
"source": "https://github.com/cakephp/utility" | |
}, | |
"time": "2022-11-06T06:40:44+00:00" | |
}, | |
{ | |
"name": "doctrine/deprecations", | |
"version": "v1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/deprecations.git", | |
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", | |
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1|^8.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^9", | |
"phpunit/phpunit": "^7.5|^8.5|^9.5", | |
"psr/log": "^1|^2|^3" | |
}, | |
"suggest": { | |
"psr/log": "Allows logging deprecations via PSR-3 logger implementation" | |
}, | |
"type": "library", | |
"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/v1.0.0" | |
}, | |
"time": "2022-05-02T15:47:09+00:00" | |
}, | |
{ | |
"name": "doctrine/lexer", | |
"version": "2.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/lexer.git", | |
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", | |
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/deprecations": "^1.0", | |
"php": "^7.1 || ^8.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^9 || ^10", | |
"phpstan/phpstan": "^1.3", | |
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", | |
"psalm/plugin-phpunit": "^0.18.3", | |
"vimeo/psalm": "^4.11 || ^5.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Lexer\\": "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": "Johannes Schmitt", | |
"email": "schmittjoh@gmail.com" | |
} | |
], | |
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | |
"homepage": "https://www.doctrine-project.org/projects/lexer.html", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"lexer", | |
"parser", | |
"php" | |
], | |
"support": { | |
"issues": "https://github.com/doctrine/lexer/issues", | |
"source": "https://github.com/doctrine/lexer/tree/2.1.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%2Flexer", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-14T08:49:07+00:00" | |
}, | |
{ | |
"name": "egulias/email-validator", | |
"version": "3.2.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/egulias/EmailValidator.git", | |
"reference": "b531a2311709443320c786feb4519cfaf94af796" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", | |
"reference": "b531a2311709443320c786feb4519cfaf94af796", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/lexer": "^1.2|^2", | |
"php": ">=7.2", | |
"symfony/polyfill-intl-idn": "^1.15" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.5.8|^9.3.3", | |
"vimeo/psalm": "^4" | |
}, | |
"suggest": { | |
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Egulias\\EmailValidator\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Eduardo Gulias Davis" | |
} | |
], | |
"description": "A library for validating emails against several RFCs", | |
"homepage": "https://github.com/egulias/EmailValidator", | |
"keywords": [ | |
"email", | |
"emailvalidation", | |
"emailvalidator", | |
"validation", | |
"validator" | |
], | |
"support": { | |
"issues": "https://github.com/egulias/EmailValidator/issues", | |
"source": "https://github.com/egulias/EmailValidator/tree/3.2.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/egulias", | |
"type": "github" | |
} | |
], | |
"time": "2023-01-02T17:26:14+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.5.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", | |
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"guzzlehttp/promises": "^1.0", | |
"guzzlehttp/psr7": "^1.9", | |
"php": ">=5.5", | |
"symfony/polyfill-intl-idn": "^1.17" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | |
"psr/log": "^1.1" | |
}, | |
"suggest": { | |
"psr/log": "Required for using the Log middleware" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.5-dev" | |
} | |
}, | |
"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", | |
"homepage": "http://guzzlephp.org/", | |
"keywords": [ | |
"client", | |
"curl", | |
"framework", | |
"http", | |
"http client", | |
"rest", | |
"web service" | |
], | |
"support": { | |
"issues": "https://github.com/guzzle/guzzle/issues", | |
"source": "https://github.com/guzzle/guzzle/tree/6.5.8" | |
}, | |
"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" | |
} | |
], | |
"time": "2022-06-20T22:16:07+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "1.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "b94b2807d85443f9719887892882d0329d1e2598" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", | |
"reference": "b94b2807d85443f9719887892882d0329d1e2598", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"symfony/phpunit-bridge": "^4.4 || ^5.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.5-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"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", | |
"source": "https://github.com/guzzle/promises/tree/1.5.2" | |
}, | |
"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" | |
} | |
], | |
"time": "2022-08-28T14:55:35+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.9.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", | |
"reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"psr/http-message": "~1.0", | |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" | |
}, | |
"provide": { | |
"psr/http-message-implementation": "1.0" | |
}, | |
"require-dev": { | |
"ext-zlib": "*", | |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" | |
}, | |
"suggest": { | |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.9-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"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" | |
} | |
], | |
"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/1.9.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" | |
} | |
], | |
"time": "2022-06-20T21:43:03+00:00" | |
}, | |
{ | |
"name": "jasongrimes/paginator", | |
"version": "1.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jasongrimes/php-paginator.git", | |
"reference": "3411e3cd0c6479a0b514f26e4358f0273552f221" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jasongrimes/php-paginator/zipball/3411e3cd0c6479a0b514f26e4358f0273552f221", | |
"reference": "3411e3cd0c6479a0b514f26e4358f0273552f221", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.2" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"JasonGrimes": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jason Grimes", | |
"email": "jason@grimesit.com" | |
} | |
], | |
"description": "A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.", | |
"homepage": "http://github.com/jasongrimes/php-paginator", | |
"keywords": [ | |
"pager", | |
"pagination", | |
"paginator" | |
], | |
"support": { | |
"issues": "https://github.com/jasongrimes/php-paginator/issues", | |
"source": "https://github.com/jasongrimes/php-paginator/tree/master" | |
}, | |
"time": "2018-07-11T18:11:49+00:00" | |
}, | |
{ | |
"name": "maknz/slack", | |
"version": "1.7.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/maknz/slack.git", | |
"reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/maknz/slack/zipball/7f21fefc70c76b304adc1b3a780c8740dfcfb595", | |
"reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0", | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "0.9.*", | |
"phpunit/phpunit": "4.2.*" | |
}, | |
"suggest": { | |
"illuminate/support": "Required for Laravel support" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Maknz\\Slack\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-2-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "maknz", | |
"email": "github@mak.geek.nz" | |
} | |
], | |
"description": "A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. Includes Laravel support out of the box.", | |
"keywords": [ | |
"laravel", | |
"slack" | |
], | |
"support": { | |
"issues": "https://github.com/maknz/slack/issues", | |
"source": "https://github.com/maknz/slack/tree/master" | |
}, | |
"time": "2015-06-03T03:35:16+00:00" | |
}, | |
{ | |
"name": "monolog/monolog", | |
"version": "2.8.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Seldaek/monolog.git", | |
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", | |
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2", | |
"psr/log": "^1.0.1 || ^2.0 || ^3.0" | |
}, | |
"provide": { | |
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" | |
}, | |
"require-dev": { | |
"aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
"doctrine/couchdb": "~1.0@dev", | |
"elasticsearch/elasticsearch": "^7 || ^8", | |
"ext-json": "*", | |
"graylog2/gelf-php": "^1.4.2", | |
"guzzlehttp/guzzle": "^7.4", | |
"guzzlehttp/psr7": "^2.2", | |
"mongodb/mongodb": "^1.8", | |
"php-amqplib/php-amqplib": "~2.4 || ^3", | |
"phpspec/prophecy": "^1.15", | |
"phpstan/phpstan": "^0.12.91", | |
"phpunit/phpunit": "^8.5.14", | |
"predis/predis": "^1.1 || ^2.0", | |
"rollbar/rollbar": "^1.3 || ^2 || ^3", | |
"ruflin/elastica": "^7", | |
"swiftmailer/swiftmailer": "^5.3|^6.0", | |
"symfony/mailer": "^5.4 || ^6", | |
"symfony/mime": "^5.4 || ^6" | |
}, | |
"suggest": { | |
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", | |
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", | |
"ext-mbstring": "Allow to work properly with unicode symbols", | |
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", | |
"ext-openssl": "Required to send log messages using SSL", | |
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", | |
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", | |
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
"rollbar/rollbar": "Allow sending log messages to Rollbar", | |
"ruflin/elastica": "Allow sending log messages to an Elastic Search server" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Monolog\\": "src/Monolog" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "j.boggiano@seld.be", | |
"homepage": "https://seld.be" | |
} | |
], | |
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
"homepage": "https://github.com/Seldaek/monolog", | |
"keywords": [ | |
"log", | |
"logging", | |
"psr-3" | |
], | |
"support": { | |
"issues": "https://github.com/Seldaek/monolog/issues", | |
"source": "https://github.com/Seldaek/monolog/tree/2.8.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/Seldaek", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-07-24T11:55:47+00:00" | |
}, | |
{ | |
"name": "pda/pheanstalk", | |
"version": "v4.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/pheanstalk/pheanstalk.git", | |
"reference": "1a43eb97a53144a2e692bce2ea2be721cc9913a4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/1a43eb97a53144a2e692bce2ea2be721cc9913a4", | |
"reference": "1a43eb97a53144a2e692bce2ea2be721cc9913a4", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=7.1.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^7" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Pheanstalk\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Paul Annesley", | |
"email": "paul@annesley.cc", | |
"homepage": "http://paul.annesley.cc/", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sam Mousa", | |
"email": "sam@mousa.nl", | |
"role": "Maintainer" | |
} | |
], | |
"description": "PHP client for beanstalkd queue", | |
"homepage": "https://github.com/pheanstalk/pheanstalk", | |
"keywords": [ | |
"beanstalkd" | |
], | |
"support": { | |
"issues": "https://github.com/pheanstalk/pheanstalk/issues", | |
"source": "https://github.com/pheanstalk/pheanstalk/tree/v4.0.4" | |
}, | |
"time": "2021-11-19T15:00:20+00:00" | |
}, | |
{ | |
"name": "php-censor/common", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-censor/common.git", | |
"reference": "5a3e18158e40b665476606d95c2efca11ec33a5c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-censor/common/zipball/5a3e18158e40b665476606d95c2efca11ec33a5c", | |
"reference": "5a3e18158e40b665476606d95c2efca11ec33a5c", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"php": ">=7.4.0", | |
"psr/container": "^1.1", | |
"symfony/mailer": "^5.4" | |
}, | |
"require-dev": { | |
"friendsofphp/php-cs-fixer": "^3.4", | |
"infection/infection": "^0.25", | |
"php-parallel-lint/php-parallel-lint": "^1.3", | |
"phploc/phploc": "^7.0", | |
"phpmd/phpmd": "^1.5", | |
"phpunit/phpunit": "^9.5", | |
"sebastian/phpcpd": "^6.0", | |
"vimeo/psalm": "^4.16" | |
}, | |
"type": "library", | |
"extra": { | |
"platform": { | |
"php": "7.4.*" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PHPCensor\\Common\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-2-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Dmitry Khomutov", | |
"email": "poisoncorpsee@gmail.com", | |
"homepage": "https://corpsee.com", | |
"role": "PHP Censor developer" | |
} | |
], | |
"description": "PHP Censor Common Library", | |
"homepage": "https://php-censor.info", | |
"keywords": [ | |
"ci", | |
"ci-server", | |
"continuous integration", | |
"open-source", | |
"php", | |
"php-censor", | |
"self-hosted", | |
"testing" | |
], | |
"support": { | |
"issues": "https://github.com/php-censor/common/issues", | |
"source": "https://github.com/php-censor/common" | |
}, | |
"time": "2022-06-29T05:37:35+00:00" | |
}, | |
{ | |
"name": "php-censor/flowdock-client", | |
"version": "2.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-censor/flowdock-client.git", | |
"reference": "46b4ae2dbceb25389b7f84e0c56bbb5c165ec49d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-censor/flowdock-client/zipball/46b4ae2dbceb25389b7f84e0c56bbb5c165ec49d", | |
"reference": "46b4ae2dbceb25389b7f84e0c56bbb5c165ec49d", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"guzzlehttp/guzzle": "~6.5", | |
"php": ">=7.4.0", | |
"symfony/console": "^5.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^9.5" | |
}, | |
"type": "library", | |
"extra": { | |
"platform": { | |
"php": "7.4.*" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"FlowdockClient\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Dmitry Khomutov", | |
"email": "poisoncorpsee@gmail.com", | |
"homepage": "http://corpsee.com", | |
"role": "Flowdock Client developer" | |
}, | |
{ | |
"name": "Rémi Marseille", | |
"email": "marseille.remi@gmail.com", | |
"role": "Flowdock developer" | |
} | |
], | |
"description": "A PHP library to interact with the Flowdock API", | |
"homepage": "https://github.com/php-censor/flowdock-client", | |
"keywords": [ | |
"api", | |
"flowdock" | |
], | |
"support": { | |
"issues": "https://github.com/php-censor/flowdock-client/issues", | |
"source": "https://github.com/php-censor/flowdock-client/tree/2.0.0" | |
}, | |
"time": "2022-02-07T02:02:55+00:00" | |
}, | |
{ | |
"name": "pimple/pimple", | |
"version": "v3.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/silexphp/Pimple.git", | |
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", | |
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"psr/container": "^1.1 || ^2.0" | |
}, | |
"require-dev": { | |
"symfony/phpunit-bridge": "^5.4@dev" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Pimple": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "Pimple, a simple Dependency Injection Container", | |
"homepage": "https://pimple.symfony.com", | |
"keywords": [ | |
"container", | |
"dependency injection" | |
], | |
"support": { | |
"source": "https://github.com/silexphp/Pimple/tree/v3.5.0" | |
}, | |
"time": "2021-10-28T11:13:42+00:00" | |
}, | |
{ | |
"name": "psr/cache", | |
"version": "1.0.1", | |
"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" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"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" | |
}, | |
"time": "2016-08-06T20:24:11+00:00" | |
}, | |
{ | |
"name": "psr/container", | |
"version": "1.1.2", | |
"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" | |
}, | |
"type": "library", | |
"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" | |
}, | |
"time": "2021-11-05T16:50:12+00:00" | |
}, | |
{ | |
"name": "psr/event-dispatcher", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/event-dispatcher.git", | |
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\EventDispatcher\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Standard interfaces for event handling.", | |
"keywords": [ | |
"events", | |
"psr", | |
"psr-14" | |
], | |
"support": { | |
"issues": "https://github.com/php-fig/event-dispatcher/issues", | |
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" | |
}, | |
"time": "2019-01-08T18:20:26+00:00" | |
}, | |
{ | |
"name": "psr/http-message", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/http-message.git", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Http\\Message\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://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/master" | |
}, | |
"time": "2016-08-06T14:39:51+00:00" | |
}, | |
{ | |
"name": "psr/log", | |
"version": "1.1.4", | |
"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" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"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" | |
}, | |
"time": "2021-05-03T11:20:27+00:00" | |
}, | |
{ | |
"name": "psr/simple-cache", | |
"version": "1.0.1", | |
"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" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"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" | |
}, | |
"time": "2017-10-23T01:57:42+00:00" | |
}, | |
{ | |
"name": "ralouphie/getallheaders", | |
"version": "3.0.3", | |
"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" | |
}, | |
"type": "library", | |
"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" | |
}, | |
"time": "2019-03-08T08:55:37+00:00" | |
}, | |
{ | |
"name": "robmorgan/phinx", | |
"version": "0.12.13", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/cakephp/phinx.git", | |
"reference": "6eb0f295e140ed2804d93396755f0ce9ada4ec07" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/cakephp/phinx/zipball/6eb0f295e140ed2804d93396755f0ce9ada4ec07", | |
"reference": "6eb0f295e140ed2804d93396755f0ce9ada4ec07", | |
"shasum": "" | |
}, | |
"require": { | |
"cakephp/database": "^4.0", | |
"php": ">=7.2", | |
"psr/container": "^1.0 || ^2.0", | |
"symfony/config": "^3.4|^4.0|^5.0|^6.0", | |
"symfony/console": "^3.4|^4.0|^5.0|^6.0" | |
}, | |
"require-dev": { | |
"cakephp/cakephp-codesniffer": "^4.0", | |
"ext-json": "*", | |
"ext-pdo": "*", | |
"phpunit/phpunit": "^8.5|^9.3", | |
"sebastian/comparator": ">=1.2.3", | |
"symfony/yaml": "^3.4|^4.0|^5.0" | |
}, | |
"suggest": { | |
"ext-json": "Install if using JSON configuration format", | |
"ext-pdo": "PDO extension is needed", | |
"symfony/yaml": "Install if using YAML configuration format" | |
}, | |
"bin": [ | |
"bin/phinx" | |
], | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Phinx\\": "src/Phinx/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Rob Morgan", | |
"email": "robbym@gmail.com", | |
"homepage": "https://robmorgan.id.au", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Woody Gilk", | |
"email": "woody.gilk@gmail.com", | |
"homepage": "https://shadowhand.me", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Richard Quadling", | |
"email": "rquadling@gmail.com", | |
"role": "Developer" | |
}, | |
{ | |
"name": "CakePHP Community", | |
"homepage": "https://github.com/cakephp/phinx/graphs/contributors", | |
"role": "Developer" | |
} | |
], | |
"description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", | |
"homepage": "https://phinx.org", | |
"keywords": [ | |
"database", | |
"database migrations", | |
"db", | |
"migrations", | |
"phinx" | |
], | |
"support": { | |
"issues": "https://github.com/cakephp/phinx/issues", | |
"source": "https://github.com/cakephp/phinx/tree/0.12.13" | |
}, | |
"time": "2022-10-03T04:57:40+00:00" | |
}, | |
{ | |
"name": "sebastian/diff", | |
"version": "4.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/diff.git", | |
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", | |
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^9.3", | |
"symfony/process": "^4.2 || ^5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "sebastian@phpunit.de" | |
}, | |
{ | |
"name": "Kore Nordmann", | |
"email": "mail@kore-nordmann.de" | |
} | |
], | |
"description": "Diff implementation", | |
"homepage": "https://github.com/sebastianbergmann/diff", | |
"keywords": [ | |
"diff", | |
"udiff", | |
"unidiff", | |
"unified diff" | |
], | |
"support": { | |
"issues": "https://github.com/sebastianbergmann/diff/issues", | |
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-10-26T13:10:38+00:00" | |
}, | |
{ | |
"name": "sensiolabs/ansi-to-html", | |
"version": "v1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sensiolabs/ansi-to-html.git", | |
"reference": "94a3145aae4733ff933c8910263ef56d1ae317a9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/94a3145aae4733ff933c8910263ef56d1ae317a9", | |
"reference": "94a3145aae4733ff933c8910263ef56d1ae317a9", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5" | |
}, | |
"conflict": { | |
"twig/twig": "< 2.4.0" | |
}, | |
"require-dev": { | |
"twig/twig": "^2.4 || ^3.0" | |
}, | |
"suggest": { | |
"twig/twig": "Provides nice templating features" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "A library to convert a text with ANSI codes to HTML", | |
"support": { | |
"issues": "https://github.com/sensiolabs/ansi-to-html/issues", | |
"source": "https://github.com/sensiolabs/ansi-to-html/tree/v1.2.1" | |
}, | |
"time": "2020-10-06T05:48:55+00:00" | |
}, | |
{ | |
"name": "swiftmailer/swiftmailer", | |
"version": "v6.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/swiftmailer/swiftmailer.git", | |
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", | |
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", | |
"shasum": "" | |
}, | |
"require": { | |
"egulias/email-validator": "^2.0|^3.1", | |
"php": ">=7.0.0", | |
"symfony/polyfill-iconv": "^1.0", | |
"symfony/polyfill-intl-idn": "^1.10", | |
"symfony/polyfill-mbstring": "^1.0" | |
}, | |
"require-dev": { | |
"mockery/mockery": "^1.0", | |
"symfony/phpunit-bridge": "^4.4|^5.4" | |
}, | |
"suggest": { | |
"ext-intl": "Needed to support internationalized email addresses" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.2-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"lib/swift_required.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Chris Corbyn" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "Swiftmailer, free feature-rich PHP mailer", | |
"homepage": "https://swiftmailer.symfony.com", | |
"keywords": [ | |
"email", | |
"mail", | |
"mailer" | |
], | |
"support": { | |
"issues": "https://github.com/swiftmailer/swiftmailer/issues", | |
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", | |
"type": "tidelift" | |
} | |
], | |
"abandoned": "symfony/mailer", | |
"time": "2021-10-18T15:26:12+00:00" | |
}, | |
{ | |
"name": "symfony/browser-kit", | |
"version": "v5.4.11", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/browser-kit.git", | |
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027", | |
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/dom-crawler": "^4.4|^5.0|^6.0", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"require-dev": { | |
"symfony/css-selector": "^4.4|^5.0|^6.0", | |
"symfony/http-client": "^4.4|^5.0|^6.0", | |
"symfony/mime": "^4.4|^5.0|^6.0", | |
"symfony/process": "^4.4|^5.0|^6.0" | |
}, | |
"suggest": { | |
"symfony/process": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\BrowserKit\\": "" | |
}, | |
"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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/browser-kit/tree/v5.4.11" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-07-27T15:50:05+00:00" | |
}, | |
{ | |
"name": "symfony/cache", | |
"version": "v5.4.18", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/cache.git", | |
"reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/cache/zipball/a33fa08a3f37bb44b90e60b9028796d6b811f9ef", | |
"reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"psr/cache": "^1.0|^2.0", | |
"psr/log": "^1.1|^2|^3", | |
"symfony/cache-contracts": "^1.1.7|^2", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-php73": "^1.9", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/service-contracts": "^1.1|^2|^3", | |
"symfony/var-exporter": "^4.4|^5.0|^6.0" | |
}, | |
"conflict": { | |
"doctrine/dbal": "<2.13.1", | |
"symfony/dependency-injection": "<4.4", | |
"symfony/http-kernel": "<4.4", | |
"symfony/var-dumper": "<4.4" | |
}, | |
"provide": { | |
"psr/cache-implementation": "1.0|2.0", | |
"psr/simple-cache-implementation": "1.0|2.0", | |
"symfony/cache-implementation": "1.0|2.0" | |
}, | |
"require-dev": { | |
"cache/integration-tests": "dev-master", | |
"doctrine/cache": "^1.6|^2.0", | |
"doctrine/dbal": "^2.13.1|^3.0", | |
"predis/predis": "^1.1", | |
"psr/simple-cache": "^1.0|^2.0", | |
"symfony/config": "^4.4|^5.0|^6.0", | |
"symfony/dependency-injection": "^4.4|^5.0|^6.0", | |
"symfony/filesystem": "^4.4|^5.0|^6.0", | |
"symfony/http-kernel": "^4.4|^5.0|^6.0", | |
"symfony/messenger": "^4.4|^5.0|^6.0", | |
"symfony/var-dumper": "^4.4|^5.0|^6.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Cache\\": "" | |
}, | |
"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 extended PSR-6, PSR-16 (and tags) implementations", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"caching", | |
"psr6" | |
], | |
"support": { | |
"source": "https://github.com/symfony/cache/tree/v5.4.18" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-29T16:06:09+00:00" | |
}, | |
{ | |
"name": "symfony/cache-contracts", | |
"version": "v2.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/cache-contracts.git", | |
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", | |
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"psr/cache": "^1.0|^2.0|^3.0" | |
}, | |
"suggest": { | |
"symfony/cache-implementation": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "2.5-dev" | |
}, | |
"thanks": { | |
"name": "symfony/contracts", | |
"url": "https://github.com/symfony/contracts" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Contracts\\Cache\\": "" | |
} | |
}, | |
"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 caching", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"abstractions", | |
"contracts", | |
"decoupling", | |
"interfaces", | |
"interoperability", | |
"standards" | |
], | |
"support": { | |
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-01-02T09:53:40+00:00" | |
}, | |
{ | |
"name": "symfony/config", | |
"version": "v5.4.11", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/config.git", | |
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379", | |
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/filesystem": "^4.4|^5.0|^6.0", | |
"symfony/polyfill-ctype": "~1.8", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/polyfill-php81": "^1.22" | |
}, | |
"conflict": { | |
"symfony/finder": "<4.4" | |
}, | |
"require-dev": { | |
"symfony/event-dispatcher": "^4.4|^5.0|^6.0", | |
"symfony/finder": "^4.4|^5.0|^6.0", | |
"symfony/messenger": "^4.4|^5.0|^6.0", | |
"symfony/service-contracts": "^1.1|^2|^3", | |
"symfony/yaml": "^4.4|^5.0|^6.0" | |
}, | |
"suggest": { | |
"symfony/yaml": "To use the yaml reference dumper" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Config\\": "" | |
}, | |
"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": "Helps you find, load, combine, autofill and validate configuration values of any kind", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/config/tree/v5.4.11" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-07-20T13:00:38+00:00" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/console.git", | |
"reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", | |
"reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-mbstring": "~1.0", | |
"symfony/polyfill-php73": "^1.9", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/service-contracts": "^1.1|^2|^3", | |
"symfony/string": "^5.1|^6.0" | |
}, | |
"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|^6.0", | |
"symfony/dependency-injection": "^4.4|^5.0|^6.0", | |
"symfony/event-dispatcher": "^4.4|^5.0|^6.0", | |
"symfony/lock": "^4.4|^5.0|^6.0", | |
"symfony/process": "^4.4|^5.0|^6.0", | |
"symfony/var-dumper": "^4.4|^5.0|^6.0" | |
}, | |
"suggest": { | |
"psr/log": "For using the console logger", | |
"symfony/event-dispatcher": "", | |
"symfony/lock": "", | |
"symfony/process": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Console\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Eases the creation of beautiful and testable command line interfaces", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"cli", | |
"command line", | |
"console", | |
"terminal" | |
], | |
"support": { | |
"source": "https://github.com/symfony/console/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-28T14:15:31+00:00" | |
}, | |
{ | |
"name": "symfony/css-selector", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/css-selector.git", | |
"reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/css-selector/zipball/052ef49b660f9ad2a3adb311c555c9bc11ba61f4", | |
"reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\CssSelector\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
}, | |
{ | |
"name": "Jean-François Simon", | |
"email": "jeanfrancois.simon@sensiolabs.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Converts CSS selectors to XPath expressions", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/css-selector/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-23T11:40:44+00:00" | |
}, | |
{ | |
"name": "symfony/dependency-injection", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/dependency-injection.git", | |
"reference": "58f2988128d2d278280781db037677a32cf720db" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/58f2988128d2d278280781db037677a32cf720db", | |
"reference": "58f2988128d2d278280781db037677a32cf720db", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"psr/container": "^1.1.1", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/polyfill-php81": "^1.22", | |
"symfony/service-contracts": "^1.1.6|^2" | |
}, | |
"conflict": { | |
"ext-psr": "<1.1|>=2", | |
"symfony/config": "<5.3", | |
"symfony/finder": "<4.4", | |
"symfony/proxy-manager-bridge": "<4.4", | |
"symfony/yaml": "<4.4.26" | |
}, | |
"provide": { | |
"psr/container-implementation": "1.0", | |
"symfony/service-implementation": "1.0|2.0" | |
}, | |
"require-dev": { | |
"symfony/config": "^5.3|^6.0", | |
"symfony/expression-language": "^4.4|^5.0|^6.0", | |
"symfony/yaml": "^4.4.26|^5.0|^6.0" | |
}, | |
"suggest": { | |
"symfony/config": "", | |
"symfony/expression-language": "For using expressions in service container configuration", | |
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", | |
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", | |
"symfony/yaml": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\DependencyInjection\\": "" | |
}, | |
"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": "Allows you to standardize and centralize the way objects are constructed in your application", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-28T13:55:51+00:00" | |
}, | |
{ | |
"name": "symfony/deprecation-contracts", | |
"version": "v2.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/deprecation-contracts.git", | |
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", | |
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "2.5-dev" | |
}, | |
"thanks": { | |
"name": "symfony/contracts", | |
"url": "https://github.com/symfony/contracts" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"function.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "p@tchwork.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "A generic function and convention to trigger deprecation notices", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-01-02T09:53:40+00:00" | |
}, | |
{ | |
"name": "symfony/dom-crawler", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/dom-crawler.git", | |
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", | |
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-ctype": "~1.8", | |
"symfony/polyfill-mbstring": "~1.0", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"conflict": { | |
"masterminds/html5": "<2.6" | |
}, | |
"require-dev": { | |
"masterminds/html5": "^2.6", | |
"symfony/css-selector": "^4.4|^5.0|^6.0" | |
}, | |
"suggest": { | |
"symfony/css-selector": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\DomCrawler\\": "" | |
}, | |
"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 DOM navigation for HTML and XML documents", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-22T10:31:03+00:00" | |
}, | |
{ | |
"name": "symfony/event-dispatcher", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/event-dispatcher.git", | |
"reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", | |
"reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/event-dispatcher-contracts": "^2|^3", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"conflict": { | |
"symfony/dependency-injection": "<4.4" | |
}, | |
"provide": { | |
"psr/event-dispatcher-implementation": "1.0", | |
"symfony/event-dispatcher-implementation": "2.0" | |
}, | |
"require-dev": { | |
"psr/log": "^1|^2|^3", | |
"symfony/config": "^4.4|^5.0|^6.0", | |
"symfony/dependency-injection": "^4.4|^5.0|^6.0", | |
"symfony/error-handler": "^4.4|^5.0|^6.0", | |
"symfony/expression-language": "^4.4|^5.0|^6.0", | |
"symfony/http-foundation": "^4.4|^5.0|^6.0", | |
"symfony/service-contracts": "^1.1|^2|^3", | |
"symfony/stopwatch": "^4.4|^5.0|^6.0" | |
}, | |
"suggest": { | |
"symfony/dependency-injection": "", | |
"symfony/http-kernel": "" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\EventDispatcher\\": "" | |
}, | |
"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 that allow your application components to communicate with each other by dispatching events and listening to them", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-12T15:54:21+00:00" | |
}, | |
{ | |
"name": "symfony/event-dispatcher-contracts", | |
"version": "v2.5.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/event-dispatcher-contracts.git", | |
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1", | |
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"psr/event-dispatcher": "^1" | |
}, | |
"suggest": { | |
"symfony/event-dispatcher-implementation": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "2.5-dev" | |
}, | |
"thanks": { | |
"name": "symfony/contracts", | |
"url": "https://github.com/symfony/contracts" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Contracts\\EventDispatcher\\": "" | |
} | |
}, | |
"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 dispatching event", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"abstractions", | |
"contracts", | |
"decoupling", | |
"interfaces", | |
"interoperability", | |
"standards" | |
], | |
"support": { | |
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-01-02T09:53:40+00:00" | |
}, | |
{ | |
"name": "symfony/filesystem", | |
"version": "v5.4.13", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/filesystem.git", | |
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", | |
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/polyfill-ctype": "~1.8", | |
"symfony/polyfill-mbstring": "~1.8", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"type": "library", | |
"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": { | |
"source": "https://github.com/symfony/filesystem/tree/v5.4.13" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-09-21T19:53:16+00:00" | |
}, | |
{ | |
"name": "symfony/finder", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/finder.git", | |
"reference": "40c08632019838dfb3350f18cf5563b8080055fc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc", | |
"reference": "40c08632019838dfb3350f18cf5563b8080055fc", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"type": "library", | |
"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": { | |
"source": "https://github.com/symfony/finder/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-22T10:31:03+00:00" | |
}, | |
{ | |
"name": "symfony/http-foundation", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/http-foundation.git", | |
"reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b64a0e2df212d5849e4584cabff0cf09c5d6866a", | |
"reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-mbstring": "~1.1", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"require-dev": { | |
"predis/predis": "~1.0", | |
"symfony/cache": "^4.4|^5.0|^6.0", | |
"symfony/dependency-injection": "^5.4|^6.0", | |
"symfony/expression-language": "^4.4|^5.0|^6.0", | |
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", | |
"symfony/mime": "^4.4|^5.0|^6.0", | |
"symfony/rate-limiter": "^5.2|^6.0" | |
}, | |
"suggest": { | |
"symfony/mime": "To use the file extension guesser" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\HttpFoundation\\": "" | |
}, | |
"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": "Defines an object-oriented layer for the HTTP specification", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/http-foundation/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-14T08:23:03+00:00" | |
}, | |
{ | |
"name": "symfony/mailer", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/mailer.git", | |
"reference": "fd816412b76447890efedaf9ddfe8632589ce10c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/mailer/zipball/fd816412b76447890efedaf9ddfe8632589ce10c", | |
"reference": "fd816412b76447890efedaf9ddfe8632589ce10c", | |
"shasum": "" | |
}, | |
"require": { | |
"egulias/email-validator": "^2.1.10|^3", | |
"php": ">=7.2.5", | |
"psr/event-dispatcher": "^1", | |
"psr/log": "^1|^2|^3", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/event-dispatcher": "^4.4|^5.0|^6.0", | |
"symfony/mime": "^5.2.6|^6.0", | |
"symfony/polyfill-php80": "^1.16", | |
"symfony/service-contracts": "^1.1|^2|^3" | |
}, | |
"conflict": { | |
"symfony/http-kernel": "<4.4" | |
}, | |
"require-dev": { | |
"symfony/http-client-contracts": "^1.1|^2|^3", | |
"symfony/messenger": "^4.4|^5.0|^6.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Mailer\\": "" | |
}, | |
"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": "Helps sending emails", | |
"homepage": "https://symfony.com", | |
"support": { | |
"source": "https://github.com/symfony/mailer/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-14T15:45:23+00:00" | |
}, | |
{ | |
"name": "symfony/mime", | |
"version": "v5.4.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/mime.git", | |
"reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/mime/zipball/2a83d82efc91c3f03a23c8b47a896df168aa5c63", | |
"reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2.5", | |
"symfony/deprecation-contracts": "^2.1|^3", | |
"symfony/polyfill-intl-idn": "^1.10", | |
"symfony/polyfill-mbstring": "^1.0", | |
"symfony/polyfill-php80": "^1.16" | |
}, | |
"conflict": { | |
"egulias/email-validator": "~3.0.0", | |
"phpdocumentor/reflection-docblock": "<3.2.2", | |
"phpdocumentor/type-resolver": "<1.4.0", | |
"symfony/mailer": "<4.4", | |
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" | |
}, | |
"require-dev": { | |
"egulias/email-validator": "^2.1.10|^3.1", | |
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", | |
"symfony/dependency-injection": "^4.4|^5.0|^6.0", | |
"symfony/property-access": "^4.4|^5.1|^6.0", | |
"symfony/property-info": "^4.4|^5.1|^6.0", | |
"symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Mime\\": "" | |
}, | |
"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": "Allows manipulating MIME messages", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"mime", | |
"mime-type" | |
], | |
"support": { | |
"source": "https://github.com/symfony/mime/tree/v5.4.17" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-12-13T09:59:55+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-ctype", | |
"version": "v1.27.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-ctype.git", | |
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", | |
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"provide": { | |
"ext-ctype": "*" | |
}, | |
"suggest": { | |
"ext-ctype": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.27-dev" | |
}, | |
"thanks": { | |
"name": "symfony/polyfill", | |
"url": "https://github.com/symfony/polyfill" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
], | |
"psr-4": { | |
"Symfony\\Polyfill\\Ctype\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Gert de Pagter", | |
"email": "BackEndTea@gmail.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for ctype functions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"ctype", | |
"polyfill", | |
"portable" | |
], | |
"support": { | |
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-11-03T14:55:06+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-iconv", | |
"version": "v1.27.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-iconv.git", | |
"reference": "927013f3aac555983a5059aada98e1907d842695" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", | |
"reference": "927013f3aac555983a5059aada98e1907d842695", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"provide": { | |
"ext-iconv": "*" | |
}, | |
"suggest": { | |
"ext-iconv": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.27-dev" | |
}, | |
"thanks": { | |
"name": "symfony/polyfill", | |
"url": "https://github.com/symfony/polyfill" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
], | |
"psr-4": { | |
"Symfony\\Polyfill\\Iconv\\": "" | |
} | |
}, | |
"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 Iconv extension", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"iconv", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"support": { | |
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-11-03T14:55:06+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-intl-grapheme", | |
"version": "v1.27.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", | |
"reference": "511a08c03c1960e08a883f4cffcacd219b758354" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", | |
"reference": "511a08c03c1960e08a883f4cffcacd219b758354", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"suggest": { | |
"ext-intl": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-main": "1.27-dev" | |
}, | |
"thanks": { | |
"name": "symfony/polyfill", | |
"url": "https://github.com/symfony/polyfill" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
], | |
"psr-4": { | |
"Symfony\\Polyfill\\Intl\\Grapheme\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "p@tchwork.com" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for intl's grapheme_* functions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"grapheme", | |
"intl", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"support": { | |
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://symfony.com/sponsor", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/fabpot", | |
"type": "github" | |
}, | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-11-03T14:55:06+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-intl-idn", | |
"version": "v1.27.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-intl-idn.git", | |
"reference": "639084e360537a19f9ee352433b84ce831f3d2da" | |
}, | |