mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"config": {
|
|
"classmap-authoritative": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Combodo\\iTop\\OAuthClient\\": "src"
|
|
}
|
|
},
|
|
"name": "combodo/itop-oauth-client",
|
|
"type": "itop-extension",
|
|
"description": "Remote authentication for OAuth 2.0",
|
|
"require": {
|
|
"composer-runtime-api": "^2.0"
|
|
}
|
|
} |