Files
MYSOPHAL/plugins/genericobject/composer.json
BACHIR SOULDI f33121a308 Add GenericObject plugin files and assets
- Introduced default icon images in PNG and SVG formats.
- Added example icons for car and cube in SVG format.
- Created setup file for the GenericObject plugin with versioning and directory definitions.
- Included a header file with licensing information for the plugin.
- Added a remove.txt file with instructions for safe deletion.
2025-11-11 13:52:20 +01:00

16 lines
264 B
JSON

{
"require": {
"php": "^7.2"
},
"require-dev": {
"glpi-project/tools": "^0.4"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.2.0"
},
"sort-packages": true
}
}