phpsaml
phpsaml copied to clipboard
Rework plugin folder structure to replace /inc/ with /src/
GLPI is gradually changing the way plugins are structured. https://glpi-developer-documentation.readthedocs.io/en/master/plugins/objects.html
This requires us to refactor the /inc directory to the /src directory, rename the classfiles, add namespaces etc.