mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-08-16 15:18:15 +02:00
23 lines
472 B
JSON
23 lines
472 B
JSON
{
|
|
"name": "ipl/stdlib",
|
|
"description": "ipl Standard Library",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"files": ["src/functions_include.php"],
|
|
"psr-4": {
|
|
"ipl\\Stdlib\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"ipl\\Tests\\Stdlib\\": "tests"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-openssl": "*",
|
|
"evenement/evenement": "^3.0.1"
|
|
}
|
|
}
|