Valitron을 composer에 추가

This commit is contained in:
2018-03-30 22:07:41 +09:00
parent e87fff35ee
commit ad4ba85f50
35 changed files with 2698 additions and 2 deletions
Generated
+47 -1
View File
@@ -4,7 +4,7 @@
"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": "e6524423ca2d85ab67a07868005fbee0",
"content-hash": "4659ec09c50a2ccd1b53194b3f53890a",
"packages": [
{
"name": "brandonwamboldt/utilphp",
@@ -593,6 +593,52 @@
"pdo"
],
"time": "2014-06-16T22:40:22+00:00"
},
{
"name": "vlucas/valitron",
"version": "v1.4.2",
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
"reference": "87775d76268beda2afa085bdd6e44b17e98907c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/87775d76268beda2afa085bdd6e44b17e98907c6",
"reference": "87775d76268beda2afa085bdd6e44b17e98907c6",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Valitron": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
"homepage": "http://github.com/vlucas/valitron",
"keywords": [
"valid",
"validation",
"validator"
],
"time": "2017-10-30T23:15:06+00:00"
}
],
"packages-dev": [],