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#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2018-05-21 16:56:50 +00:00
|
|
|
"content-hash": "b5a7a81dd7eed9bc122ee36e472c6430",
|
2017-11-14 17:51:00 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "respect/validation",
|
|
|
|
"version": "1.1.x-dev",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Respect/Validation.git",
|
|
|
|
"reference": "22f1f14430155c21c1d6ba271a652f28c5057851"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Respect/Validation/zipball/22f1f14430155c21c1d6ba271a652f28c5057851",
|
|
|
|
"reference": "22f1f14430155c21c1d6ba271a652f28c5057851",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4",
|
|
|
|
"symfony/polyfill-mbstring": "^1.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"egulias/email-validator": "~1.2",
|
|
|
|
"malkusch/bav": "~1.0",
|
|
|
|
"mikey179/vfsstream": "^1.5",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"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",
|
|
|
|
"fabpot/php-cs-fixer": "Fix PSR2 and other coding style issues",
|
|
|
|
"malkusch/bav": "German bank account validation",
|
|
|
|
"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": [
|
|
|
|
"BSD Style"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"time": "2017-10-17T10:15:51+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
|
|
|
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.6-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"time": "2017-10-11T12:05:26+00:00"
|
|
|
|
}
|
|
|
|
],
|
2018-05-21 16:56:50 +00:00
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "squizlabs/php_codesniffer",
|
|
|
|
"version": "3.2.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
|
|
"reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
|
|
|
|
"reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
|
|
|
|
"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": "http://www.squizlabs.com/php-codesniffer",
|
|
|
|
"keywords": [
|
|
|
|
"phpcs",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2018-02-20T21:35:23+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wimg/php-compatibility",
|
|
|
|
"version": "8.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wimg/PHPCompatibility.git",
|
|
|
|
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
|
|
|
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3",
|
|
|
|
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"squizlabs/php_codesniffer": "2.6.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
|
|
|
},
|
|
|
|
"type": "phpcodesniffer-standard",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PHPCompatibility\\": "PHPCompatibility/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-3.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Wim Godden",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
|
|
|
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"phpcs",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2017-12-27T21:58:38+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": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|