|
1 | 1 | {
|
2 | 2 | "name": "opengento/module-document",
|
3 |
| - "version": "1.0.0", |
4 |
| - "description": "N/A", |
| 3 | + "description": "This module aims to help merchants to manage easily their documents in Magento 2.", |
| 4 | + "keywords": [ |
| 5 | + "php", |
| 6 | + "magento", |
| 7 | + "magento2", |
| 8 | + "module", |
| 9 | + "extension", |
| 10 | + "document", |
| 11 | + "resources", |
| 12 | + "tool", |
| 13 | + "import" |
| 14 | + ], |
5 | 15 | "type": "magento2-module",
|
6 | 16 | "require": {
|
7 | 17 | "ext-dom": "*",
|
8 |
| - "magento/framework": "*", |
9 |
| - "magento/module-backend": "*", |
10 |
| - "magento/module-cache-invalidate": "*", |
11 |
| - "magento/module-config": "*", |
12 |
| - "magento/module-page-cache": "*", |
13 |
| - "magento/module-ui": "*" |
| 18 | + "magento/framework": "^103.0", |
| 19 | + "magento/module-backend": "^102.0", |
| 20 | + "magento/module-cache-invalidate": "^104.0", |
| 21 | + "magento/module-config": "^101.0", |
| 22 | + "magento/module-page-cache": "^100.0", |
| 23 | + "magento/module-ui": "^101.0" |
14 | 24 | },
|
15 | 25 | "require-dev": {
|
16 | 26 | "magento/magento-coding-standard": "^5",
|
17 | 27 | "magento/marketplace-eqp": "^4.0",
|
18 | 28 | "roave/security-advisories": "dev-master"
|
19 | 29 | },
|
| 30 | + "suggest": { |
| 31 | + "opengento/module-document-product-link": "", |
| 32 | + "opengento/module-document-product-search": "", |
| 33 | + "opengento/module-document-search": "", |
| 34 | + "opengento/module-document-widget": "" |
| 35 | + }, |
20 | 36 | "license": [
|
21 | 37 | "MIT"
|
22 | 38 | ],
|
| 39 | + "homepage": "https://github.com/opengento/magento2-document", |
| 40 | + "authors": [ |
| 41 | + { |
| 42 | + "name": "Opengento Team", |
| 43 | + "email": "opengento@gmail.com", |
| 44 | + "homepage": "https://opengento.fr/", |
| 45 | + "role": "lead" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Thomas Klein", |
| 49 | + "email": "thomaskein876@gmail.com", |
| 50 | + "homepage": "https://www.linkedin.com/in/thomas-klein/", |
| 51 | + "role": "maintainer" |
| 52 | + } |
| 53 | + ], |
| 54 | + "support": { |
| 55 | + "source": "https://github.com/opengento/magento2-document", |
| 56 | + "issues": "https://github.com/opengento/magento2-document/issues" |
| 57 | + }, |
23 | 58 | "autoload": {
|
24 | 59 | "files": [
|
25 | 60 | "registration.php"
|
|
0 commit comments