[Composer] Add library/ as a PSR-0 folder for autoloading

This commit is contained in:
Hypolite Petovan 2018-01-30 23:15:28 -05:00
parent be4c237766
commit 6edf84f528
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Friendica\\": "src/" "Friendica\\": "src/"
},
"psr-0": {
"": "library/"
} }
}, },
"config": { "config": {