Skip to content

Commit 215072b

Browse files
committed
Fix composer
1 parent 7e158af commit 215072b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MetaModels attribute_alias
1+
name: MetaModels filter_checkbox
22

33
on:
44
push:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"require": {
3434
"php": "^7.4",
35-
"contao-community-alliance/dc-general": "^2.2.0",
35+
"contao-community-alliance/dc-general": "^2.2",
3636
"contao/core-bundle": "^4.9.0, <4.13.0",
3737
"metamodels/core": "^2.2",
38-
"symfony/dependency-injection": "^3.4.26 || ^4.2.7",
39-
"symfony/http-kernel": "^3.4.26 || ^4.2.7"
38+
"symfony/dependency-injection": "^4.4.6",
39+
"symfony/http-kernel": "~4.4.13"
4040
},
4141
"require-dev": {
4242
"contao/manager-plugin": "^2.1",

0 commit comments

Comments
 (0)