Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

glpi / composer.json @ master

History | View | Annotate | Download (318 Bytes)

1
{
2
    "name": "vigilo/vigilo-glpi",
3
    "description": "Vigilo integration plugin for GLPI",
4
    "type": "library",
5
    "license": "GPL-2.0+",
6
    "require": {
7
        "php": ">= 5.4.0",
8
        "ext-dom": "*",
9
        "ext-pcre": "*"
10
    },
11
    "require-dev": {
12
        "squizlabs/php_codesniffer": "< 3.0.0"
13
    }
14
}