Skip to content

Commit

Permalink
composer.json // add missing autoload.files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico authored Jun 19, 2023
1 parent 68acece commit 67b396a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"autoload": {
"psr-4": {
"ChriCo\\Fields\\": "src/"
}
},
"files": [
"inc/functions.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 67b396a

Please sign in to comment.