|
|
@ -1,10 +1,10 @@ |
|
|
|
{ |
|
|
|
"_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", |
|
|
|
"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": "24f2c4d139d1824b34245b0ceab0eea1", |
|
|
|
"content-hash": "0e8b08aebfaf581a3ebfba5152ff8a4c", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "beberlei/assert", |
|
|
@ -929,16 +929,6 @@ |
|
|
|
"template", |
|
|
|
"view" |
|
|
|
], |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://github.com/jenssegers", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://opencollective.com/jenssegers-blade", |
|
|
|
"type": "open_collective" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2020-03-17T15:00:55+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -1068,12 +1058,6 @@ |
|
|
|
"service-manager", |
|
|
|
"servicemanager" |
|
|
|
], |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
|
|
"type": "community_bridge" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2020-05-11T14:43:22+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -1228,12 +1212,6 @@ |
|
|
|
"laminas", |
|
|
|
"zf" |
|
|
|
], |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
|
|
"type": "community_bridge" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2020-05-20T16:45:56+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -1527,16 +1505,6 @@ |
|
|
|
"logging", |
|
|
|
"psr-3" |
|
|
|
], |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://github.com/Seldaek", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2020-05-22T08:12:19+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -1742,20 +1710,6 @@ |
|
|
|
"php", |
|
|
|
"symfony" |
|
|
|
], |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/nunomaduro", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://www.patreon.com/nunomaduro", |
|
|
|
"type": "patreon" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2020-03-06T10:04:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -2380,6 +2334,121 @@ |
|
|
|
], |
|
|
|
"time": "2020-02-21T04:36:14+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "respect/stringifier", |
|
|
|
"version": "0.2.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Respect/Stringifier.git", |
|
|
|
"reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", |
|
|
|
"reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.1" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"friendsofphp/php-cs-fixer": "^2.8", |
|
|
|
"malukenho/docheader": "^0.1.7", |
|
|
|
"phpunit/phpunit": "^6.4" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Respect\\Stringifier\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/stringify.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Respect/Stringifier Contributors", |
|
|
|
"homepage": "https://github.com/Respect/Stringifier/graphs/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Converts any value to a string", |
|
|
|
"homepage": "http://respect.github.io/Stringifier/", |
|
|
|
"keywords": [ |
|
|
|
"respect", |
|
|
|
"stringifier", |
|
|
|
"stringify" |
|
|
|
], |
|
|
|
"time": "2017-12-29T19:39:25+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "respect/validation", |
|
|
|
"version": "2.0.16", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Respect/Validation.git", |
|
|
|
"reference": "fc14c6c6695c3f870ad8810a2acddccec015841d" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Respect/Validation/zipball/fc14c6c6695c3f870ad8810a2acddccec015841d", |
|
|
|
"reference": "fc14c6c6695c3f870ad8810a2acddccec015841d", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.2", |
|
|
|
"respect/stringifier": "^0.2.0", |
|
|
|
"symfony/polyfill-mbstring": "^1.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"egulias/email-validator": "^2.1", |
|
|
|
"malukenho/docheader": "^0.1", |
|
|
|
"mikey179/vfsstream": "^1.6", |
|
|
|
"phpstan/phpstan": "^0.11", |
|
|
|
"phpstan/phpstan-deprecation-rules": "^0.11.0", |
|
|
|
"phpstan/phpstan-phpunit": "^0.11.0", |
|
|
|
"phpunit/phpunit": "^7.5", |
|
|
|
"respect/coding-standard": "^2.1", |
|
|
|
"squizlabs/php_codesniffer": "^3.5", |
|
|
|
"symfony/validator": "^3.0||^4.0", |
|
|
|
"zendframework/zend-validator": "^2.1" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"egulias/email-validator": "Strict (RFC compliant) email validation", |
|
|
|
"ext-bcmath": "Arbitrary Precision Mathematics", |
|
|
|
"ext-fileinfo": "File Information", |
|
|
|
"ext-mbstring": "Multibyte String Functions", |
|
|
|
"symfony/validator": "Use Symfony validator through Respect\\Validation", |
|
|
|
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Respect\\Validation\\": "library/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"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": "2020-07-25T18:34:16+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/console", |
|
|
|
"version": "v5.1.2", |
|
|
@ -5030,6 +5099,5 @@ |
|
|
|
"platform": { |
|
|
|
"php": "^7.2.5" |
|
|
|
}, |
|
|
|
"platform-dev": [], |
|
|
|
"plugin-api-version": "1.1.0" |
|
|
|
"platform-dev": [] |
|
|
|
} |