Skip to content

Commit

Permalink
Merge pull request #2 from NVision-Commerce-Solutions/fix/composer-au…
Browse files Browse the repository at this point in the history
…toload-trailing-slashes

Fix/composer autoload trailing slashes
  • Loading branch information
TysvdHeuvel authored Mar 6, 2023
2 parents a64bf57 + 636a15e commit 74a3af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commerce365/module-apiextensions",
"version": "1.0.0",
"version": "1.0.1",
"description": "N/A",
"type": "magento2-module",
"require": {
Expand All @@ -15,7 +15,7 @@
"registration.php"
],
"psr-4": {
"Commerce365\\MagentoApiExtensions\\\\": ""
"Commerce365\\MagentoApiExtensions\\": ""
}
}
}

0 comments on commit 74a3af2

Please sign in to comment.