mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"config": {
|
|
"classmap-authoritative": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Combodo\\iTop\\DataFeatureRemoval\\": "src",
|
|
"": "src/NoNamespace"
|
|
}
|
|
},
|
|
"name": "combodo/combodo-data-feature-removal",
|
|
"type": "itop-extension",
|
|
"description": "iTop Data Feature Removal",
|
|
"require": {
|
|
"composer-runtime-api": "^2.0"
|
|
}
|
|
} |