[Composer] Add library/ as a PSR-0 folder for autoloading
This commit is contained in:
parent
be4c237766
commit
6edf84f528
|
@ -43,6 +43,9 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"Friendica\\": "src/"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "library/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue