tainacan/composer.lock

364 lines
13 KiB
Plaintext
Raw Normal View History

2017-11-14 17:51:00 +00:00
{
"_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",
2017-11-14 17:51:00 +00:00
"This file is @generated automatically"
],
"content-hash": "666f5355343e235ef29dd8eaae61ad43",
2017-11-14 17:51:00 +00:00
"packages": [
{
"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",
"version": "v0.17.1",
2019-09-19 19:14:50 +00:00
"source": {
"type": "git",
"url": "https://github.com/smalot/pdfparser.git",
"reference": "dc1e42293e7774353003b754cce9c64dd9546c2d"
2019-09-19 19:14:50 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/dc1e42293e7774353003b754cce9c64dd9546c2d",
"reference": "dc1e42293e7774353003b754cce9c64dd9546c2d",
2019-09-19 19:14:50 +00:00
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": ">=5.6",
"symfony/polyfill-mbstring": "^1.18.1"
2019-09-19 19:14:50 +00:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16.3",
"symfony/phpunit-bridge": "^4.2.3"
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": [
{
"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.",
"homepage": "https://www.pdfparser.org",
2019-09-19 19:14:50 +00:00
"keywords": [
"extract",
"parse",
"parser",
"pdf",
"text"
],
"time": "2020-10-29T20:59:50+00:00"
2017-11-14 17:51:00 +00:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.20.0",
2017-11-14 17:51:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
2017-11-14 17:51:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
2017-11-14 17:51:00 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2017-11-14 17:51:00 +00:00
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"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"
],
"funding": [
2019-09-19 19:14:50 +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
}
],
"time": "2020-10-23T14:02:19+00:00"
2017-11-14 17:51:00 +00:00
}
],
"packages-dev": [
{
"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.",
2019-09-19 19:14:50 +00:00
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
"time": "2020-10-23T02:01:07+00:00"
},
{
"name": "wimg/php-compatibility",
"version": "9.3.5",
"source": {
"type": "git",
2019-09-19 19:14:50 +00:00
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
"shasum": ""
},
"require": {
"php": ">=5.3",
2019-09-19 19:14:50 +00:00
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
},
"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"
},
"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."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-09-19 19:14:50 +00:00
"LGPL-3.0-or-later"
],
"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",
"role": "lead"
2019-09-19 19:14:50 +00:00
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
}
],
2019-09-19 19:14:50 +00:00
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
"keywords": [
"compatibility",
"phpcs",
"standards"
],
2019-09-19 19:14:50 +00:00
"abandoned": "phpcompatibility/php-compatibility",
"time": "2019-12-27T09:44:58+00:00"
}
],
2017-11-14 17:51:00 +00:00
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
2017-11-14 17:51:00 +00:00
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
2017-11-14 17:51:00 +00:00
}