2017-11-14 17:51:00 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-05-23 14:17:14 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-11-14 17:51:00 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2021-05-26 01:19:03 +00:00
|
|
|
"content-hash": "8eb9217097c6d62dba6409b24f81c0ad",
|
2017-11-14 17:51:00 +00:00
|
|
|
"packages": [
|
2020-12-18 15:22:24 +00:00
|
|
|
{
|
|
|
|
"name": "kornrunner/blurhash",
|
|
|
|
"version": "v1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kornrunner/php-blurhash.git",
|
|
|
|
"reference": "5a09325353229c108c8d2ff129ec08b447753f9b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/5a09325353229c108c8d2ff129ec08b447753f9b",
|
|
|
|
"reference": "5a09325353229c108c8d2ff129ec08b447753f9b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ocramius/package-versions": "<1.5",
|
|
|
|
"phpstan/phpstan": "^0.12",
|
|
|
|
"phpunit/phpunit": "^8.2",
|
|
|
|
"vimeo/psalm": "^3.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"kornrunner\\Blurhash\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Boris Momčilović",
|
|
|
|
"email": "boris.momcilovic@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Pure PHP implementation of Blurhash",
|
|
|
|
"homepage": "https://github.com/kornrunner/php-blurhash",
|
|
|
|
"time": "2020-04-15T22:06:04+00:00"
|
|
|
|
},
|
2017-11-14 17:51:00 +00:00
|
|
|
{
|
|
|
|
"name": "respect/validation",
|
2019-09-19 19:14:50 +00:00
|
|
|
"version": "1.1.31",
|
2017-11-14 17:51:00 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Respect/Validation.git",
|
2019-09-19 19:14:50 +00:00
|
|
|
"reference": "45d109fc830644fecc1145200d6351ce4f2769d0"
|
2017-11-14 17:51:00 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-09-19 19:14:50 +00:00
|
|
|
"url": "https://api.github.com/repos/Respect/Validation/zipball/45d109fc830644fecc1145200d6351ce4f2769d0",
|
|
|
|
"reference": "45d109fc830644fecc1145200d6351ce4f2769d0",
|
2017-11-14 17:51:00 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4",
|
|
|
|
"symfony/polyfill-mbstring": "^1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-09-19 19:14:50 +00:00
|
|
|
"egulias/email-validator": "~1.2 || ~2.1",
|
2017-11-14 17:51:00 +00:00
|
|
|
"mikey179/vfsstream": "^1.5",
|
2019-09-19 19:14:50 +00:00
|
|
|
"phpunit/phpunit": "~4.0 || ~5.0",
|
2017-11-14 17:51:00 +00:00
|
|
|
"symfony/validator": "~2.6.9",
|
|
|
|
"zendframework/zend-validator": "~2.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"egulias/email-validator": "Strict (RFC compliant) email validation",
|
|
|
|
"ext-bcmath": "Arbitrary Precision Mathematics",
|
|
|
|
"ext-mbstring": "Multibyte String Functions",
|
2019-09-19 19:14:50 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues",
|
2017-11-14 17:51:00 +00:00
|
|
|
"symfony/validator": "Use Symfony validator through Respect\\Validation",
|
|
|
|
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Respect\\Validation\\": "library/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2019-09-19 19:14:50 +00:00
|
|
|
"BSD-3-Clause"
|
2017-11-14 17:51:00 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Respect/Validation Contributors",
|
|
|
|
"homepage": "https://github.com/Respect/Validation/graphs/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The most awesome validation engine ever created for PHP",
|
|
|
|
"homepage": "http://respect.github.io/Validation/",
|
|
|
|
"keywords": [
|
|
|
|
"respect",
|
|
|
|
"validation",
|
|
|
|
"validator"
|
|
|
|
],
|
2019-09-19 19:14:50 +00:00
|
|
|
"time": "2019-05-28T06:10:06+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "smalot/pdfparser",
|
2021-02-12 13:34:04 +00:00
|
|
|
"version": "v0.18.1",
|
2019-09-19 19:14:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/smalot/pdfparser.git",
|
2021-02-12 13:34:04 +00:00
|
|
|
"reference": "b47f26425e32a814dc1ee55e3ce669b9e73b8458"
|
2019-09-19 19:14:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-12 13:34:04 +00:00
|
|
|
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/b47f26425e32a814dc1ee55e3ce669b9e73b8458",
|
|
|
|
"reference": "b47f26425e32a814dc1ee55e3ce669b9e73b8458",
|
2019-09-19 19:14:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-zlib": "*",
|
2020-12-18 15:22:24 +00:00
|
|
|
"php": ">=5.6",
|
2021-02-12 13:34:04 +00:00
|
|
|
"symfony/polyfill-mbstring": "^1.18"
|
2019-09-19 19:14:50 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-12 13:34:04 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.16",
|
|
|
|
"symfony/phpunit-bridge": "^5.2"
|
2019-09-19 19:14:50 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Smalot\\PdfParser\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-3.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-12-18 15:22:24 +00:00
|
|
|
"name": "Sebastien MALOT",
|
2019-09-19 19:14:50 +00:00
|
|
|
"email": "sebastien@malot.fr"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Pdf parser library. Can read and extract information from pdf file.",
|
2020-12-18 15:22:24 +00:00
|
|
|
"homepage": "https://www.pdfparser.org",
|
2019-09-19 19:14:50 +00:00
|
|
|
"keywords": [
|
|
|
|
"extract",
|
|
|
|
"parse",
|
|
|
|
"parser",
|
|
|
|
"pdf",
|
|
|
|
"text"
|
|
|
|
],
|
2021-02-12 13:34:04 +00:00
|
|
|
"time": "2021-01-05T08:52:07+00:00"
|
2017-11-14 17:51:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2021-05-26 01:19:03 +00:00
|
|
|
"version": "v1.20.0",
|
2017-11-14 17:51:00 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2021-05-26 01:19:03 +00:00
|
|
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
|
2017-11-14 17:51:00 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-05-26 01:19:03 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
|
|
|
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
|
2017-11-14 17:51:00 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-12-18 15:22:24 +00:00
|
|
|
"php": ">=7.1"
|
2017-11-14 17:51:00 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-05-26 01:19:03 +00:00
|
|
|
"dev-main": "1.20-dev"
|
2020-12-18 15:22:24 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2017-11-14 17:51:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-26 01:19:03 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
|
|
|
|
},
|
2020-12-18 15:22:24 +00:00
|
|
|
"funding": [
|
2019-09-19 19:14:50 +00:00
|
|
|
{
|
2020-12-18 15:22:24 +00:00
|
|
|
"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"
|
2019-09-19 19:14:50 +00:00
|
|
|
}
|
|
|
|
],
|
2021-05-26 01:19:03 +00:00
|
|
|
"time": "2020-10-23T14:02:19+00:00"
|
2017-11-14 17:51:00 +00:00
|
|
|
}
|
|
|
|
],
|
2018-05-21 16:56:50 +00:00
|
|
|
"packages-dev": [
|
|
|
|
{
|
2021-02-12 13:34:04 +00:00
|
|
|
"name": "phpcompatibility/php-compatibility",
|
2020-12-18 15:22:24 +00:00
|
|
|
"version": "9.3.5",
|
2018-05-21 16:56:50 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-09-19 19:14:50 +00:00
|
|
|
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
2020-12-18 15:22:24 +00:00
|
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-12-18 15:22:24 +00:00
|
|
|
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
|
|
|
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
2018-05-21 16:56:50 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3",
|
2019-09-19 19:14:50 +00:00
|
|
|
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"squizlabs/php_codesniffer": "2.6.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-09-19 19:14:50 +00:00
|
|
|
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-09-19 19:14:50 +00:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
|
|
|
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
2018-05-21 16:56:50 +00:00
|
|
|
},
|
|
|
|
"type": "phpcodesniffer-standard",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2019-09-19 19:14:50 +00:00
|
|
|
"LGPL-3.0-or-later"
|
2018-05-21 16:56:50 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Wim Godden",
|
2019-09-19 19:14:50 +00:00
|
|
|
"homepage": "https://github.com/wimg",
|
|
|
|
"role": "lead"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Juliette Reinders Folmer",
|
|
|
|
"homepage": "https://github.com/jrfnl",
|
2018-05-21 16:56:50 +00:00
|
|
|
"role": "lead"
|
2019-09-19 19:14:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Contributors",
|
|
|
|
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
2018-05-21 16:56:50 +00:00
|
|
|
}
|
|
|
|
],
|
2019-09-19 19:14:50 +00:00
|
|
|
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
2018-05-21 16:56:50 +00:00
|
|
|
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"phpcs",
|
|
|
|
"standards"
|
|
|
|
],
|
2020-12-18 15:22:24 +00:00
|
|
|
"time": "2019-12-27T09:44:58+00:00"
|
2021-02-12 13:34:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "squizlabs/php_codesniffer",
|
|
|
|
"version": "3.5.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
|
|
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
|
|
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/phpcs",
|
|
|
|
"bin/phpcbf"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Sherwood",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
|
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
|
|
"keywords": [
|
|
|
|
"phpcs",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2020-10-23T02:01:07+00:00"
|
2018-05-21 16:56:50 +00:00
|
|
|
}
|
|
|
|
],
|
2017-11-14 17:51:00 +00:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "dev",
|
2017-11-29 13:45:30 +00:00
|
|
|
"stability-flags": [],
|
2018-05-21 16:56:50 +00:00
|
|
|
"prefer-stable": true,
|
2017-11-14 17:51:00 +00:00
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
2020-12-18 15:22:24 +00:00
|
|
|
"platform-dev": [],
|
2021-05-26 01:19:03 +00:00
|
|
|
"plugin-api-version": "2.0.0"
|
2017-11-14 17:51:00 +00:00
|
|
|
}
|