|
9 | 9 | "content element" |
10 | 10 | ], |
11 | 11 | "type": "contao-bundle", |
12 | | - "homepage": "http://now.metamodel.me/", |
| 12 | + "homepage": "https://now.metamodel.me/", |
13 | 13 | "license": "LGPL-3.0-or-later", |
14 | 14 | "authors": [ |
15 | 15 | { |
16 | 16 | "name": "Andreas Dziemba", |
17 | 17 | "email": "dziemba@men-at-work.de", |
18 | | - "homepage": "http://www.men-at-work.de/", |
| 18 | + "homepage": "https://www.men-at-work.de/", |
19 | 19 | "role": "Developer" |
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "support": { |
23 | 23 | "email": "mail@metamodel.me", |
24 | 24 | "issues": "https://github.com/MetaModels/attribute_contentarticle/issues", |
25 | | - "wiki": "http://de.contaowiki.org/MetaModels", |
| 25 | + "wiki": "https://de.contaowiki.org/MetaModels", |
26 | 26 | "irc": "irc://irc.freenode.org/contao.mm", |
27 | 27 | "source": "https://github.com/MetaModels/attribute_contentarticle" |
28 | 28 | }, |
29 | 29 | "require": { |
30 | | - "php": "^7.2", |
31 | | - "contao-community-alliance/dc-general": "^2.1.3", |
| 30 | + "php": "^7.4", |
| 31 | + "ext-pdo": "*", |
| 32 | + "contao-community-alliance/dc-general": "^2.2", |
32 | 33 | "contao/core-bundle": "^4.9.0, <4.13.0", |
33 | 34 | "metamodels/core": "^2.2", |
34 | | - "symfony/dependency-injection": "^3.4.26 || ^4.2.7", |
35 | | - "symfony/http-kernel": "^3.4.26 || ^4.2.7", |
36 | | - "ext-pdo": "*" |
| 35 | + "symfony/dependency-injection": "^4.4.6", |
| 36 | + "symfony/http-kernel": "~4.4.13" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | 39 | "contao/manager-plugin": "^2.1", |
|
0 commit comments