Skip to content

Commit 9bb76b4

Browse files
committed
Update common dependency constraints
Require contao/core-bundle ^4.4.8 Require contao-community-alliance/dc-general ^2.1.0 Require contao/manager-plugin ^2.1 for dev Update constraint menatwork/contao-multicolumnwizard-bundle to ^3.4 for dev Remove contao/manager-bundle from dev
1 parent e9f4d85 commit 9bb76b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
},
3434
"require": {
3535
"php": "^7.1",
36-
"contao-community-alliance/dc-general": "^2.1@dev",
37-
"contao/core-bundle": "^4.4",
36+
"contao-community-alliance/dc-general": "^2.1.0",
37+
"contao/core-bundle": "^4.4.8",
3838
"metamodels/core": "~2.1@dev",
3939
"symfony/dependency-injection": "^3.3 || ^4.0",
4040
"symfony/http-kernel": "^3.3 || ^4.0"
4141
},
4242
"require-dev": {
43-
"contao/manager-bundle": "^4.4",
44-
"menatwork/contao-multicolumnwizard-bundle": "^3.4.0@beta",
43+
"contao/manager-plugin": "^2.1",
44+
"menatwork/contao-multicolumnwizard-bundle": "^3.4",
4545
"phpcq/all-tasks": "^1.2"
4646
},
4747
"autoload": {

0 commit comments

Comments
 (0)