mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-08-31 06:28:14 +02:00
29 lines
600 B
JSON
29 lines
600 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.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Validator\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ipl\\Tests\\Validator\\": "tests"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/psr7": "^1"
|
|
}
|
|
}
|