Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Jan 15, 2024
1 parent e256ad2 commit a01fa43
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
"webfan-public",
"webfan-data",
"webfan-patch",
"webfan-frontend-endpoint",
"webfan-well-known",

"io4-theme",
"io4-module",
Expand Down Expand Up @@ -178,6 +180,9 @@
],
"vendor/{$vendor}/{$name}/": [
"type:library"
],
"standalone/{$vendor}/{$name}/": [
"type:project"
],
".": [
"type:webfan-package",
Expand All @@ -186,11 +191,14 @@
"public/assets/{$name}/": [
"type:webfan-assets"
],
"public/": [
"type:webfan-public"
"public/{$name}/": [
"type:webfan-public",
"type:webfan-frontend-endpoint"
],
"public/.well-known/{$name}/": [
"type:webfan-well-known"
],
".protected/{$type}s/{$vendor}/{$name}/": [
"type:project",
".protected/{$type}s/{$vendor}/{$name}/": [
"type:webfan-app",
"type:webfan-backend"
],
Expand Down Expand Up @@ -231,7 +239,8 @@
"webfan-public",
"webfan-patch",
"webfan-data",

"webfan-frontend-endpoint",
"webfan-well-known",
"io4-theme",
"io4-module",
"io4-adapter",
Expand Down

0 comments on commit a01fa43

Please sign in to comment.