Skip to content

Commit 65d390d

Browse files
authored
Add factory config (#202)
1 parent 67e86fd commit 65d390d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
"bootstrap-console": [
137137
"$bootstrap",
138138
"bootstrap-console.php"
139-
]
139+
],
140+
"widgets": "widgets.php"
140141
},
141142
"installer-types": [
142143
"npm-asset"

config/widgets.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [];

0 commit comments

Comments
 (0)