Skip to content

Commit 61a8450

Browse files
committed
Fix composer
1 parent 3f7e4b7 commit 61a8450

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 attribute_translatedfile
22

33
on:
44
push:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
},
3333
"require": {
3434
"php": "^7.4",
35-
"contao-community-alliance/dc-general": "^2.1.3",
35+
"contao-community-alliance/dc-general": "^2.2",
3636
"contao/core-bundle": "^4.9.0, <4.13.0",
37-
"metamodels/core": "^2.1.1",
38-
"metamodels/attribute_file": "^2.1.1",
39-
"symfony/dependency-injection": "4.4.*",
40-
"symfony/event-dispatcher": "4.4.*",
37+
"metamodels/core": "^2.2",
38+
"metamodels/attribute_file": "^2.2",
39+
"symfony/dependency-injection": "^4.4.6",
40+
"symfony/event-dispatcher": "^4.4.6",
4141
"symfony/http-kernel": "~4.4.13"
4242
},
4343
"require-dev": {

0 commit comments

Comments
 (0)