mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-09-02 07:28:17 +02:00
31 lines
658 B
JSON
31 lines
658 B
JSON
{
|
|
"name": "ipl/validator",
|
|
"type": "library",
|
|
"description": "Icinga PHP Library - Common validators and validator chaining",
|
|
"homepage": "https://github.com/Icinga/ipl-validator",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"ipl/i18n": ">=0.2.0",
|
|
"psr/http-message": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Validator\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ipl\\Tests\\Validator\\": "tests"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/psr7": "^1",
|
|
"ipl/stdlib": "dev-main",
|
|
"ipl/i18n": "dev-main"
|
|
}
|
|
}
|