-
-
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.
- Loading branch information
1 parent
5b7a6f7
commit 95fe944
Showing
1 changed file
with
68 additions
and
40 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
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": "[email protected]" | ||
}, | ||
{ | ||
"name": "Frédéric MARTINEZ", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Quentin MENDEL", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Romain TESSON", | ||
"email": "[email protected]" | ||
"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": "[email protected]" | ||
"require-dev": { | ||
"magento/magento-coding-standard": "^5", | ||
"magento/marketplace-eqp": "^4.0", | ||
"roave/security-advisories": "dev-master" | ||
}, | ||
{ | ||
"name": "Thomas MOUTLEN", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"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": "[email protected]", | ||
"homepage": "https://opengento.fr/", | ||
"role": "lead" | ||
}, | ||
{ | ||
"name": "Alexandre BULETÉ", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Frédéric MARTINEZ", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Quentin MENDEL", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Romain TESSON", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Sébastien GUÉRIN", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Thomas MOUTLEN", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"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\\": "" | ||
} | ||
} | ||
} | ||
} | ||
} |