mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user