Skip to content

Commit 67b396a

Browse files
authored
composer.json // add missing autoload.files.
1 parent 68acece commit 67b396a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"autoload": {
2323
"psr-4": {
2424
"ChriCo\\Fields\\": "src/"
25-
}
25+
},
26+
"files": [
27+
"inc/functions.php"
28+
]
2629
},
2730
"autoload-dev": {
2831
"psr-4": {

0 commit comments

Comments
 (0)