Skip to content

Commit 9b7e46f

Browse files
committed
Initial commit for MM 2.2
1 parent 7d59faf commit 9b7e46f

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

build.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
-->
77
<project name="metamodels/attribute-tablemulti" default="build">
88
<import file="vendor/phpcq/phpcq/phpcq.main.xml" />
9-
</project>
9+
<target name="phpspec" />
10+
</project>

composer.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"source": "https://github.com/MetaModels/attribute_tablemulti"
5151
},
5252
"require": {
53-
"php": "^7.1",
53+
"php": "^7.2",
54+
"ext-pdo": "*",
55+
"contao/core-bundle": "^4.9.0, <4.13.0",
5456
"contao-community-alliance/dc-general": "^2.1.3",
55-
"contao/core-bundle": "^4.4.8",
5657
"metamodels/core": "^2.1.1",
57-
"symfony/dependency-injection": "^3.3 || ^4.0",
58-
"symfony/http-kernel": "^3.3 || ^4.0",
59-
"ext-pdo": "*"
58+
"symfony/dependency-injection": "^3.4.26 || ^4.2.7",
59+
"symfony/http-kernel": "^3.4.26 || ^4.2.7"
6060
},
6161
"require-dev": {
6262
"contao/manager-plugin": "^2.1",
@@ -87,7 +87,10 @@
8787
}
8888
},
8989
"branch-alias": {
90-
"dev-master": "2.1.x-dev"
90+
"dev-feature/2.2.0": "2.2.x-dev"
9191
}
92+
},
93+
"config": {
94+
"sort-packages": true
9295
}
9396
}

0 commit comments

Comments
 (0)