rollback on two composer options: adding them made no sense since this file is not meant to handle dependencies but just use the autoloader (dependencies are handled by the one a the root of the project)

This commit is contained in:
bruno DA SILVA
2020-03-21 16:17:45 +01:00
parent a3a97fa228
commit 00971f9ec7

View File

@@ -1,10 +1,6 @@
{
"license": "AGPLv3",
"config": {
"platform": {
"php": "5.6.0"
},
"sort-packages": true,
"classmap-authoritative": true
},
"autoload": {