🐛 N°8278 - Avoid autoloaders class name conflict by ensuring all existing have a unique name (#704)

* 🐛 Avoid autoloaders class name conflict by ensuring all existing have a unique name

* 🐛 Redump itop-attachments autoloaders for correct suffix
This commit is contained in:
Molkobain
2025-03-21 15:15:14 +01:00
committed by jf-cbd
parent 10fbea5f4d
commit b967338c48
35 changed files with 497 additions and 333 deletions

View File

@@ -1,5 +1,8 @@
{
"license": "AGPLv3",
"license": "AGPLv3",
"config" : {
"autoloader-suffix": "Combodo_ItopPortalBase_Portal"
},
"autoload": {
"psr-4": {
"Combodo\\iTop\\Portal\\": "src/"