143 lines
5.0 KiB
Plaintext
143 lines
5.0 KiB
Plaintext
|
{
|
||
|
"_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"
|
||
|
],
|
||
|
"content-hash": "e0eb272f68b3132a64ef299d34cf9700",
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "dev",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|