Skip to content

Commit d40ef61

Browse files
committed
Merge branch 'hotfix/gactions2' into 'feature/2.2.0'
Fix gactions See merge request metamodels/attribute_checkbox!29
2 parents fc7ecfd + 76a96c1 commit d40ef61

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.check-author.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ mapping:
1212
- 'xantippe <info@e-spin.de>'
1313
- 'zonky2 <info@e-spin.de>'
1414
- 'zonky <gitlab@e-spin.de>'
15+
- 'e-spin <gitlab@e-spin.de>'

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"nontranslatable"
1010
],
1111
"type": "contao-bundle",
12-
"homepage": "http://now.metamodel.me/",
12+
"homepage": "https://now.metamodel.me/",
1313
"license": "LGPL-3.0-or-later",
1414
"authors": [
1515
{
1616
"name": "Christian Schiffler",
1717
"email": "c.schiffler@cyberspectrum.de",
18-
"homepage": "http://www.cyberspectrum.de",
18+
"homepage": "https://www.cyberspectrum.de",
1919
"role": "Developer"
2020
},
2121
{
@@ -27,17 +27,17 @@
2727
"support": {
2828
"email": "mail@metamodel.me",
2929
"issues": "https://github.com/MetaModels/attribute_checkbox/issues",
30-
"wiki": "http://de.contaowiki.org/MetaModels",
30+
"wiki": "https://de.contaowiki.org/MetaModels",
3131
"irc": "irc://irc.freenode.org/contao.mm",
3232
"source": "https://github.com/MetaModels/attribute_checkbox"
3333
},
3434
"require": {
35-
"php": "^7.2",
36-
"contao-community-alliance/dc-general": "^2.1.0",
35+
"php": "^7.4",
36+
"contao-community-alliance/dc-general": "^2.2",
3737
"contao/core-bundle": "^4.9.0, <4.13.0",
38-
"metamodels/core": "^2.1",
39-
"symfony/dependency-injection": "^3.4.26 || ^4.2.7",
40-
"symfony/http-kernel": "^3.4.26 || ^4.2.7"
38+
"metamodels/core": "^2.2",
39+
"symfony/dependency-injection": "^4.4.6",
40+
"symfony/http-kernel": "^4.4.13"
4141
},
4242
"require-dev": {
4343
"contao/manager-plugin": "^2.1",

0 commit comments

Comments
 (0)