Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored May 12, 2024
1 parent 910a6da commit 9a8ced7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"civicrm/composer-compile-lib": "*",
"smoren/mushroom-hook-manager": "1.0.0",
"laminas/laminas-component-installer": "*",
"frdl/oiplus-composer-plugin" : "*",
"frdl/oiplus-composer-plugin" : "*",
"thisisdevelopment/laravel-tenants" : "*",
"comcast/php-legal-licenses": "*"
},

Expand Down Expand Up @@ -84,6 +85,11 @@
]
},
"extra": {
"laravel": {
"providers": [
"ThisIsDevelopment\\LaravelTenants\\TenantsProvider"
]
},
"downloads": {
"*": {
"path": "vendor/{$id}",
Expand Down Expand Up @@ -133,6 +139,9 @@
"merge-scripts": true
},
"installer-types": [
"laravel-module",
"laravel-domain",

"webfan-theme",
"webfan-module",
"webfan-app",
Expand Down Expand Up @@ -169,7 +178,13 @@
"oiplus-plugin-design",
"oiplus-plugin-captcha"
],
"installer-paths": {
"installer-paths": {
"app/Module/{$name}/": [
"type:laravel-module"
],
"app/Domain/vendor/{$name}/": [
"type:laravel-domain"
],
"~/": [
"type:webfan-server"
],
Expand Down

0 comments on commit 9a8ced7

Please sign in to comment.