mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
Update composer autoloading for extensions
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
This commit is contained in:
parent
c642a86e04
commit
dbabb16009
4 changed files with 5 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -39,8 +39,8 @@
|
|||
/public/
|
||||
|
||||
# Custom
|
||||
/extentions/
|
||||
!extentions/.gitkeep
|
||||
/extensions/
|
||||
!extensions/.gitkeep
|
||||
|
||||
# Tests
|
||||
tests/_output/
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "core/src/",
|
||||
"App\\Legacy\\": "core/legacy/"
|
||||
"App\\Legacy\\": "core/legacy/",
|
||||
"App\\Extension\\": "extensions/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
|
@ -13,4 +13,4 @@ imports:
|
|||
- { resource: modules/**/*.yaml }
|
||||
- { resource: modules/**/*.php }
|
||||
- { resource: core_services.yaml }
|
||||
- { resource: ../extentions/ }
|
||||
- { resource: ../extensions/ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue