|
1 | | -{ |
2 | | - "name": "metamodels/attribute_contentarticle", |
3 | | - "description": "MetaModels attribute for content article", |
4 | | - "keywords": [ |
5 | | - "contao", |
6 | | - "metamodels", |
7 | | - "attribute", |
8 | | - "article", |
9 | | - "content element" |
10 | | - ], |
11 | | - "type": "contao-bundle", |
12 | | - "homepage": "http://now.metamodel.me/", |
13 | | - "license": "LGPL-3.0-or-later", |
14 | | - "authors": [ |
15 | | - { |
16 | | - "name": "Andreas Dziemba", |
17 | | - "email": "dziemba@men-at-work.de", |
18 | | - "homepage": "http://www.men-at-work.de/", |
19 | | - "role": "Developer" |
20 | | - } |
21 | | - ], |
22 | | - "support": { |
23 | | - "email": "mail@metamodel.me", |
24 | | - "issues": "https://github.com/MetaModels/attribute_contentarticle/issues", |
25 | | - "wiki": "http://de.contaowiki.org/MetaModels", |
26 | | - "irc": "irc://irc.freenode.org/contao.mm", |
27 | | - "source": "https://github.com/MetaModels/attribute_contentarticle" |
28 | | - }, |
29 | | - "require": { |
30 | | - "php": "^7.1", |
31 | | - "contao-community-alliance/dc-general": "^2.1.3", |
32 | | - "contao/core-bundle": "^4.4.8", |
33 | | - "metamodels/core": "^2.1.1", |
34 | | - "symfony/dependency-injection": "^3.3 || ^4.1.12", |
35 | | - "symfony/http-kernel": "^3.3 || ^4.0", |
36 | | - "ext-pdo": "*" |
37 | | - }, |
38 | | - "require-dev": { |
39 | | - "contao/manager-plugin": "^2.1", |
40 | | - "menatwork/contao-multicolumnwizard-bundle": "^3.4", |
41 | | - "phpcq/all-tasks": "^1.2" |
42 | | - }, |
43 | | - "autoload": { |
44 | | - "psr-4": { |
45 | | - "MetaModels\\AttributeContentArticleBundle\\": "src/" |
46 | | - } |
47 | | - }, |
48 | | - "extra": { |
49 | | - "contao-manager-plugin": "MetaModels\\AttributeContentArticleBundle\\ContaoManager\\Plugin", |
50 | | - "branch-alias": { |
51 | | - "dev-master": "2.1.x-dev" |
52 | | - } |
53 | | - } |
54 | | -} |
| 1 | +{ |
| 2 | + "name": "metamodels/attribute_contentarticle", |
| 3 | + "description": "MetaModels attribute for content article", |
| 4 | + "keywords": [ |
| 5 | + "contao", |
| 6 | + "metamodels", |
| 7 | + "attribute", |
| 8 | + "article", |
| 9 | + "content element" |
| 10 | + ], |
| 11 | + "type": "contao-bundle", |
| 12 | + "homepage": "https://now.metamodel.me/", |
| 13 | + "license": "LGPL-3.0-or-later", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Andreas Dziemba", |
| 17 | + "email": "dziemba@men-at-work.de", |
| 18 | + "homepage": "https://www.men-at-work.de/", |
| 19 | + "role": "Developer" |
| 20 | + } |
| 21 | + ], |
| 22 | + "support": { |
| 23 | + "email": "mail@metamodel.me", |
| 24 | + "issues": "https://github.com/MetaModels/attribute_contentarticle/issues", |
| 25 | + "wiki": "https://de.contaowiki.org/MetaModels", |
| 26 | + "irc": "irc://irc.freenode.org/contao.mm", |
| 27 | + "source": "https://github.com/MetaModels/attribute_contentarticle" |
| 28 | + }, |
| 29 | + "require": { |
| 30 | + "php": "^7.4", |
| 31 | + "ext-pdo": "*", |
| 32 | + "contao-community-alliance/dc-general": "^2.2", |
| 33 | + "contao/core-bundle": "^4.9.0, <4.13.0", |
| 34 | + "metamodels/core": "^2.2", |
| 35 | + "symfony/dependency-injection": "^4.4.6", |
| 36 | + "symfony/http-kernel": "~4.4.13" |
| 37 | + }, |
| 38 | + "require-dev": { |
| 39 | + "contao/manager-plugin": "^2.1", |
| 40 | + "menatwork/contao-multicolumnwizard-bundle": "^3.4", |
| 41 | + "phpcq/all-tasks": "^1.2" |
| 42 | + }, |
| 43 | + "autoload": { |
| 44 | + "psr-4": { |
| 45 | + "MetaModels\\AttributeContentArticleBundle\\": "src/" |
| 46 | + } |
| 47 | + }, |
| 48 | + "extra": { |
| 49 | + "contao-manager-plugin": "MetaModels\\AttributeContentArticleBundle\\ContaoManager\\Plugin", |
| 50 | + "branch-alias": { |
| 51 | + "dev-feature/2.2.0": "2.2.x-dev" |
| 52 | + } |
| 53 | + }, |
| 54 | + "config": { |
| 55 | + "allow-plugins": { |
| 56 | + "contao-components/installer": false, |
| 57 | + "contao/manager-plugin": false |
| 58 | + }, |
| 59 | + "sort-packages": true |
| 60 | + } |
| 61 | +} |
0 commit comments