Skip to content

Commit

Permalink
Merge pull request #1 from kovinet/main
Browse files Browse the repository at this point in the history
Fix composer autoload
  • Loading branch information
jigar-dhulla authored Mar 4, 2021
2 parents bbd3dba + 7c635fd commit 999464f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"phpunit/phpunit": "^9.5",
"php": ">=7.2"
},
"psr-4": {
"jigarakatidus\\": "src/"
"autoload": {
"psr-4": {
"jigarakatidus\\": "src/"
}
},
"license": "GPL-3.0-only",
"authors": [
Expand Down

0 comments on commit 999464f

Please sign in to comment.