Add 'addon' folder as 'Friendica\Addon' namespace for autoload
This commit is contained in:
parent
4d9d62bcdb
commit
8dbedeee5e
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"Friendica\\": "src/",
|
||||
"Friendica\\Test\\": "tests/"
|
||||
"Friendica\\Test\\": "tests/",
|
||||
"Friendica\\Addon\\": "addon/"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "library/"
|
||||
|
|
Loading…
Reference in a new issue