Skip to content

Commit bc62720

Browse files
committed
Fix composer
1 parent 5934cac commit bc62720

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/diagnostics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MetaModels attribute_alias
1+
name: MetaModels attribute_tablemulti
22

33
on:
44
push:

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"nontranslatable"
1111
],
1212
"type": "contao-bundle",
13-
"homepage": "http://now.metamodel.me/",
13+
"homepage": "https://now.metamodel.me/",
1414
"license": "LGPL-3.0-or-later",
1515
"authors": [
1616
{
@@ -28,7 +28,7 @@
2828
{
2929
"name": "Christian Schiffler",
3030
"email": "[email protected]",
31-
"homepage": "http://www.cyberspectrum.de",
31+
"homepage": "https://www.cyberspectrum.de",
3232
"role": "Developer"
3333
},
3434
{
@@ -45,18 +45,18 @@
4545
"support": {
4646
"email": "[email protected]",
4747
"issues": "https://github.com/MetaModels/attribute_tablemulti/issues",
48-
"wiki": "http://de.contaowiki.org/MetaModels",
48+
"wiki": "https://de.contaowiki.org/MetaModels",
4949
"irc": "irc://irc.freenode.org/contao.mm",
5050
"source": "https://github.com/MetaModels/attribute_tablemulti"
5151
},
5252
"require": {
53-
"php": "^7.2",
53+
"php": "^7.4",
5454
"ext-pdo": "*",
55+
"contao-community-alliance/dc-general": "^2.2",
5556
"contao/core-bundle": "^4.9.0, <4.13.0",
56-
"contao-community-alliance/dc-general": "^2.1.3",
57-
"metamodels/core": "^2.1.1",
58-
"symfony/dependency-injection": "^3.4.26 || ^4.2.7",
59-
"symfony/http-kernel": "^3.4.26 || ^4.2.7"
57+
"metamodels/core": "^2.2",
58+
"symfony/dependency-injection": "^4.4.6",
59+
"symfony/http-kernel": "~4.4.13"
6060
},
6161
"require-dev": {
6262
"contao/manager-plugin": "^2.1",

0 commit comments

Comments
 (0)