Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Nov 10, 2024
1 parent 5b7a6f7 commit 95fe944
Showing 1 changed file with 68 additions and 40 deletions.
108 changes: 68 additions & 40 deletions composer.json
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\\": ""
}
}
}
}
}

0 comments on commit 95fe944

Please sign in to comment.