Skip to content

Commit f10d3e7

Browse files
authored
[doctrine/annotations] IBX-2358: Added 1.10 recipe override to prevent issues with unsupported structure (#96)
1 parent 9ad9bc4 commit f10d3e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
controllers:
2+
resource: ../../src/Controller/
3+
type: annotation
4+
5+
kernel:
6+
resource: ../../src/Kernel.php
7+
type: annotation
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
}
5+
}

0 commit comments

Comments
 (0)