Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
add composer.json for this module
  • Loading branch information
roman204 authored Jun 1, 2020
1 parent 5c95f29 commit e65b0ae
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "copex/vaturl",
"description": "Magento2 module which changes the url of VIES Service to validate vat's (uid) again.",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"GPL-3.0-or-later"
],
"require-dev" : {
"phpmd/phpmd" : "2.5.*",
"phploc/phploc": "~2.1",
"pdepend/pdepend" : "2.0.*",
"phpunit/phpunit": "^6",
"sebastian/phpcpd" : "2.0.*",
"squizlabs/php_codesniffer" : "~2.3",
"phpdocumentor/phpdocumentor" : "2.8.*",
"consolidation/robo" : "~1.0"
},
"autoload": {
"psr-4": {
"CopeX\\VatUrl\\": ""
},
"files": [
"registration.php"
]
}
}

0 comments on commit e65b0ae

Please sign in to comment.