Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 15, 2023
1 parent f436147 commit b3e2fb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"php": ">=8.1"
},
"autoload": {
"DrupalFinder\\": "src/"
"psr-4": {
"DrupalFinder\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit b3e2fb9

Please sign in to comment.