Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/letme.watchman/vendor/vlucas/valitron/ |
Upload File : |
{ "name": "vlucas/valitron", "type": "library", "description": "Simple, elegant, stand-alone validation library with NO dependencies", "keywords": ["validation", "validator", "valid"], "homepage": "https://github.com/vlucas/valitron", "license": "BSD-3-Clause", "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://www.vancelucas.com" } ], "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": ">=4.8.35" }, "suggest": { "ext-mbstring": "It can support the multiple bytes string length." }, "autoload": { "psr-4": { "Valitron\\": "src/Valitron" } }, "autoload-dev": { "psr-4": { "Valitron\\": "tests/Valitron" } }, "scripts": { "test": "./vendor/bin/phpunit" } }