summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 84375b109367c966635fa284cf4ddeaacb98ddd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "name": "icinga/icinga-php-library",
    "type": "project",
    "description": "Icinga Web 2 - bundled Icinga PHP libraries",
    "homepage": "https://github.com/Icinga/icinga-php-library",
    "license": "MIT",
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "7.2"
        }
    },
    "require": {
        "php": ">=7.2",
        "ipl/html": "^0.6.0",
        "ipl/i18n": "^0.2.0",
        "ipl/orm": "^0.4.0",
        "ipl/sql": "^0.6.0",
        "ipl/stdlib": "^0.12.0",
        "ipl/validator": "^0.4.0",
        "ipl/web": "^0.6.0"
    },
    "require-dev": {
    },
    "autoload": {
        "psr-0": { "AssetLoader": "" }
    },
    "scripts": {
        "post-update-cmd": [
            "AssetLoader::update"
        ]
    }
}