[Composer] Add library/ as a PSR-0 folder for autoloading
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Friendica\\": "src/"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "library/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user