Skip to content

Commit

Permalink
Add psr-4 namespace to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lumnn committed Mar 3, 2021
1 parent 9dacb44 commit 664eb82
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 @@ -4,6 +4,9 @@
"type": "magento2-module",
"license": ["MIT"],
"autoload": {
"files": [ "registration.php" ]
"files": ["registration.php"],
"psr-4": {
"KingfisherDirect\\OrderOrigProductSku\\": ""
}
}
}

0 comments on commit 664eb82

Please sign in to comment.