|
11 | 11 | "multicolumnwizard"
|
12 | 12 | ],
|
13 | 13 | "type": "contao-bundle",
|
14 |
| - "homepage": "http://now.metamodel.me/", |
| 14 | + "homepage": "https://now.metamodel.me/", |
15 | 15 | "license": "LGPL-3.0-or-later",
|
16 | 16 | "authors": [
|
17 | 17 | {
|
|
29 | 29 | {
|
30 | 30 | "name": "Christian Schiffler",
|
31 | 31 |
|
32 |
| - "homepage": "http://www.cyberspectrum.de", |
| 32 | + "homepage": "https://www.cyberspectrum.de", |
33 | 33 | "role": "Developer"
|
34 | 34 | },
|
35 | 35 | {
|
|
49 | 49 | "source": "https://github.com/MetaModels/attribute_translatedtablemulti"
|
50 | 50 | },
|
51 | 51 | "require": {
|
52 |
| - "php": "^7.1", |
53 |
| - "contao-community-alliance/dc-general": "^2.1.3", |
54 |
| - "contao/core-bundle": "^4.4.8", |
55 |
| - "metamodels/core": "^2.1.1", |
56 |
| - "symfony/dependency-injection": "^3.3 || ^4.0", |
57 |
| - "symfony/http-kernel": "^3.3 || ^4.0", |
58 |
| - "ext-pdo": "*" |
| 52 | + "php": "^7.4", |
| 53 | + "ext-pdo": "*", |
| 54 | + "contao-community-alliance/dc-general": "^2.2", |
| 55 | + "contao/core-bundle": "^4.9.0, <4.13.0", |
| 56 | + "metamodels/core": "^2.2", |
| 57 | + "symfony/dependency-injection": "^4.4", |
| 58 | + "symfony/http-kernel": "^4.4" |
59 | 59 | },
|
60 | 60 | "require-dev": {
|
61 | 61 | "contao/manager-plugin": "^2.1",
|
62 |
| - "menatwork/contao-multicolumnwizard-bundle": "^3.4", |
63 |
| - "phpcq/all-tasks": "^1.2" |
| 62 | + "menatwork/contao-multicolumnwizard-bundle": "^3.5", |
| 63 | + "phpcq/all-tasks": "^1.3" |
64 | 64 | },
|
65 | 65 | "autoload": {
|
66 | 66 | "psr-4": {
|
|
78 | 78 | "extra": {
|
79 | 79 | "contao-manager-plugin": "MetaModels\\AttributeTranslatedTableMultiBundle\\ContaoManager\\Plugin",
|
80 | 80 | "branch-alias": {
|
81 |
| - "dev-master": "2.1.x-dev" |
| 81 | + "dev-feature/2.2.0": "2.2.x-dev" |
82 | 82 | }
|
| 83 | + }, |
| 84 | + "config": { |
| 85 | + "allow-plugins": { |
| 86 | + "contao-components/installer": false, |
| 87 | + "contao/manager-plugin": false |
| 88 | + }, |
| 89 | + "sort-packages": true |
83 | 90 | }
|
84 | 91 | }
|
0 commit comments