Skip to content

Commit

Permalink
Adaptando o composer.json para supotar deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercamps0 committed Jun 2, 2023
1 parent af3c098 commit 399fbd6
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"name": "frenet/frenet-magento2",
"type": "magento2-module",
"version": "2.4.5",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Frenet\\Shipping\\": ""
}
},
"description":"Integrate your Magento 2 with Frenet Services in a simple way.",
"repositories": [
{
Expand All @@ -12,25 +22,24 @@
"frenet/frenet-php": "^1.3.1",
"symfony/finder": "^v5.0.0",
"magento/framework": "^101.0.0|^102.0.0|^103.0.0",
"magento/module-catalog": "*",
"magento/module-quote": "*",
"magento/module-shipping": "*",
"magento/module-directory": "*",
"magento/module-bundle": "*",
"magento/module-grouped-product": "*",
"magento/module-configurable-product": "*",
"magento/module-downloadable": "*",
"magento/module-store": "*"
"magento/module-catalog": "~2.0.0",
"magento/module-quote": "~2.0.0",
"magento/module-shipping": "~2.0.0",
"magento/module-directory": "~2.0.0",
"magento/module-bundle": "~2.0.0",
"magento/module-grouped-product": "~2.0.0",
"magento/module-configurable-product": "~2.0.0",
"magento/module-downloadable": "~2.0.0",
"magento/module-store": "~2.0.0"
},
"require-dev": {
"magento/magento-coding-standard": "~4.0.0",
"magento/magento2-functional-testing-framework": "*",
"magento/magento2-functional-testing-framework": "~2.0.0",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0"
},
"license": "proprietary",
"suggest": {},
"type": "magento2-module",
"authors": [
{
"name": "Tiago Sampaio",
Expand All @@ -42,14 +51,6 @@
"support": {
"email": "contato@frenet.com.br"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Frenet\\Shipping\\": ""
}
},
"minimum-stability": "stable",
"scripts": {
"tests": [
Expand Down

0 comments on commit 399fbd6

Please sign in to comment.