Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBulete committed Nov 10, 2024
2 parents 6356a69 + b994639 commit 1e88466
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Better BO for Magento 2

[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-better-bo.svg?style=flat-square)](https://packagist.org/packages/opengento/better-bo)
[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-better-bo.svg?style=flat-square)](https://packagist.org/packages/opengento/magento2-better-bo)
[![License: MIT](https://img.shields.io/github/license/opengento/magento2-better-bo.svg?style=flat-square)](./LICENSE)

This extension enhance Magento back-office.
Expand Down
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": "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\\": ""
}
}
}
}
}

0 comments on commit 1e88466

Please sign in to comment.