-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/opengento/magento2-better-bo
- Loading branch information
Showing
2 changed files
with
69 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,73 @@ | ||
{ | ||
"name": "opengento/magento2-better-bo", | ||
"description": "Magento 2 module BetterBo by Opengento.", | ||
"type": "magento2-module", | ||
"version": "1.0.0", | ||
"authors": [ | ||
{ | ||
"name": "Alexandre BULETÉ", | ||
"email": "bulete.alexandre@gmail.com" | ||
}, | ||
{ | ||
"name": "Frédéric MARTINEZ", | ||
"email": "frederic.martinez@ph2m.com" | ||
}, | ||
{ | ||
"name": "Quentin MENDEL", | ||
"email": "q.mendel@boeki.fr" | ||
}, | ||
{ | ||
"name": "Romain TESSON", | ||
"email": "rtesson@bird.eu" | ||
"name": "opengento/magento2-better-bo", | ||
"description": "Magento 2 module BetterBo by Opengento.", | ||
"keywords": [ | ||
"php", | ||
"magento", | ||
"magento2", | ||
"admin", | ||
"ui", | ||
"toolbar" | ||
], | ||
"require": { | ||
"magento/framework": "*", | ||
"magento/module-backend": "*", | ||
"magento/module-config": "*", | ||
"magento/module-user": "*", | ||
"magento/module-store": "*" | ||
}, | ||
{ | ||
"name": "Sébastien GUÉRIN", | ||
"email": "sebastien@bird.eu" | ||
"require-dev": { | ||
"magento/magento-coding-standard": "^5", | ||
"magento/marketplace-eqp": "^4.0", | ||
"roave/security-advisories": "dev-master" | ||
}, | ||
{ | ||
"name": "Thomas MOUTLEN", | ||
"email": "thomas.moutlen@ph2m.com" | ||
} | ||
], | ||
"require": { | ||
"php": "8.x" | ||
}, | ||
"minimum-stability": "stable", | ||
"prefer-stable": false, | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
"type": "magento2-module", | ||
"license": [ | ||
"MIT" | ||
], | ||
"homepage": "https://github.com/opengento/magento2-better-bo", | ||
"authors": [ | ||
{ | ||
"name": "Opengento Team", | ||
"email": "opengento@gmail.com", | ||
"homepage": "https://opengento.fr/", | ||
"role": "lead" | ||
}, | ||
{ | ||
"name": "Alexandre BULETÉ", | ||
"email": "bulete.alexandre@gmail.com" | ||
}, | ||
{ | ||
"name": "Frédéric MARTINEZ", | ||
"email": "frederic.martinez@ph2m.com" | ||
}, | ||
{ | ||
"name": "Quentin MENDEL", | ||
"email": "q.mendel@boeki.fr" | ||
}, | ||
{ | ||
"name": "Romain TESSON", | ||
"email": "rtesson@bird.eu" | ||
}, | ||
{ | ||
"name": "Sébastien GUÉRIN", | ||
"email": "sebastien@bird.eu" | ||
}, | ||
{ | ||
"name": "Thomas MOUTLEN", | ||
"email": "thomas.moutlen@ph2m.com" | ||
} | ||
], | ||
"psr-4": { | ||
"Opengento\\BetterBo\\": "" | ||
"support": { | ||
"source": "https://github.com/opengento/magento2-better-bo", | ||
"issues": "https://github.com/opengento/magento2-better-bo/issues" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Opengento\\BetterBo\\": "" | ||
} | ||
} | ||
} | ||
} | ||
} |