Skip to content

Commit ff88520

Browse files
Move recipes from metas to packs (#1093)
1 parent 529ef34 commit ff88520

File tree

12 files changed

+17
-23
lines changed

12 files changed

+17
-23
lines changed

api-platform/admin-meta/1.0/manifest.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"aliases": ["api-admin", "api-platform-admin", "react-admin"]
2+
"aliases": ["api-admin", "api-platform-admin", "react-admin"],
3+
"copy-from-recipe": {
4+
"assets/": "assets/",
5+
"config/": "%CONFIG_DIR%/",
6+
"templates/": "templates/"
7+
}
38
}

symfony/psr7-meta/1.0/manifest.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

symfony/psr7-pack/1.0/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"aliases": ["psr-7", "psr-17"]
2+
"aliases": ["psr-7", "psr-17"],
3+
"copy-from-recipe": {
4+
"config/": "%CONFIG_DIR%/"
5+
}
36
}

symfony/webapp-meta/1.0/manifest.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)