Skip to content

Commit

Permalink
Reorder packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 9, 2024
1 parent 0f39c3e commit 9664fa7
Show file tree
Hide file tree
Showing 1,415 changed files with 46 additions and 711 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,29 +76,29 @@
"slam/phpstan-extensions": "^6.0",
"symplify/monorepo-builder": "^11.2"
},
"replace": {
"userfrosting/framework": "self.version",
"userfrosting/sprinkle-account": "self.version",
"userfrosting/sprinkle-admin": "self.version",
"userfrosting/sprinkle-core": "self.version",
"userfrosting/userfrosting": "self.version"
},
"autoload": {
"psr-4": {
"UserFrosting\\": "packages/backend/framework/src",
"UserFrosting\\": "packages/framework/src",
"UserFrosting\\App\\": "packages/skeleton/app/src",
"UserFrosting\\Sprinkle\\Account\\": "packages/backend/sprinkle-account/app/src/",
"UserFrosting\\Sprinkle\\Admin\\": "packages/backend/sprinkle-admin/app/src/",
"UserFrosting\\Sprinkle\\Core\\": "packages/backend/sprinkle-core/app/src/"
"UserFrosting\\Sprinkle\\Account\\": "packages/sprinkle-account/app/src/",
"UserFrosting\\Sprinkle\\Admin\\": "packages/sprinkle-admin/app/src/",
"UserFrosting\\Sprinkle\\Core\\": "packages/sprinkle-core/app/src/"
}
},
"autoload-dev": {
"psr-4": {
"UserFrosting\\Sprinkle\\Account\\Tests\\": "packages/backend/sprinkle-account/app/tests/",
"UserFrosting\\Sprinkle\\Admin\\Tests\\": "packages/backend/sprinkle-admin/app/tests/",
"UserFrosting\\Sprinkle\\Core\\Tests\\": "packages/backend/sprinkle-core/app/tests/",
"UserFrosting\\Tests\\": "packages/backend/framework/tests",
"UserFrosting\\Sprinkle\\Account\\Tests\\": "packages/sprinkle-account/app/tests/",
"UserFrosting\\Sprinkle\\Admin\\Tests\\": "packages/sprinkle-admin/app/tests/",
"UserFrosting\\Sprinkle\\Core\\Tests\\": "packages/sprinkle-core/app/tests/",
"UserFrosting\\Tests\\": "packages/framework/tests",
"UserFrosting\\Tests\\App\\": "packages/skeleton/app/tests/"
}
},
"replace": {
"userfrosting/framework": "self.version",
"userfrosting/sprinkle-account": "self.version",
"userfrosting/sprinkle-admin": "self.version",
"userfrosting/sprinkle-core": "self.version",
"userfrosting/userfrosting": "self.version"
}
}
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
use Symplify\MonorepoBuilder\Config\MBConfig;

return static function (MBConfig $mbConfig): void {
$mbConfig->packageDirectories([__DIR__ . '/packages/backend', __DIR__ . '/packages/skeleton']);
$mbConfig->packageDirectories([__DIR__ . '/packages']);
};
39 changes: 21 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"type": "module",
"private": true,
"workspaces": [
"packages/ui/*",
"packages/sprinkle-core",
"packages/sprinkle-account",
"packages/sprinkle-admin",
"packages/theme-pink-cupcake",
"packages/skeleton"
],
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9664fa7

Please sign in to comment.