composer.json
{
"name": "staempfli/freeipa",
"description": "A PHP library to connect and use the FreeIPA / Red Hat Identity Management",
"keywords": ["freeipa", "rh idm"],
"homepage": "https://github.com/staempfli/freeipa",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Marcel Hauri",
"email": "marcel.hauri@staempfli.com"
}
],
"require": {
"php": "^7.0",
"guzzlehttp/guzzle": "^6.3",
"codeclimate/php-test-reporter": "^0.4.4"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"autoload": {
"psr-4": {
"Staempfli\\FreeIpa\\": "src/Staempfli/FreeIpa/"
},
"exclude-from-classmap": ["/tests/"]
}
}