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
+1
View File
@@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
return array(
'utilphp\\' => array($vendorDir . '/brandonwamboldt/utilphp/src'),
'Valitron' => array($vendorDir . '/vlucas/valitron/src'),
);
+7
View File
@@ -96,6 +96,13 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
0 => __DIR__ . '/..' . '/brandonwamboldt/utilphp/src',
),
),
'V' =>
array (
'Valitron' =>
array (
0 => __DIR__ . '/..' . '/vlucas/valitron/src',
),
),
);
public static $classMap = array (
+48
View File
@@ -608,5 +608,53 @@
"mysqli",
"pdo"
]
},
{
"name": "vlucas/valitron",
"version": "v1.4.2",
"version_normalized": "1.4.2.0",
"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"
},
"time": "2017-10-30T23:15:06+00:00",
"type": "library",
"installation-source": "dist",
"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"
]
}
]