added missing composer config for the portal's composer.json

- php 5.6+
 - dump the autoloader as optimized as possible
This commit is contained in:
bruno DA SILVA
2020-03-21 16:13:28 +01:00
parent 18c4ca9131
commit a3a97fa228

View File

@@ -1,5 +1,12 @@
{
"license": "AGPLv3",
"config": {
"platform": {
"php": "5.6.0"
},
"sort-packages": true,
"classmap-authoritative": true
},
"autoload": {
"psr-4": {
"Combodo\\iTop\\Portal\\": "src/"