Skip to content

Commit 1b8f3bb

Browse files
committed
Merge tag '2.2.0'
Release version 2.2.0
2 parents 2cf9da8 + 0e2120a commit 1b8f3bb

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Starter bundle
22
==============
33

4-
Starter MetaModels bundle with first filter and attributes
4+
Starter MetaModels bundle with first filter and attributes.
5+
6+
The bundle should only be used for the first tests with
7+
MetaModels - for productive systems the MM Core and only
8+
the necessary attributes and filters should be used.

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"metapackage"
99
],
1010
"type": "metapackage",
11-
"homepage": "http://now.metamodel.me/",
11+
"homepage": "https://now.metamodel.me/",
1212
"license": "LGPL-3.0-or-later",
1313
"authors": [
1414
{
1515
"name": "Christian Schiffler",
1616
"email": "[email protected]",
17-
"homepage": "http://www.cyberspectrum.de",
17+
"homepage": "https://www.cyberspectrum.de",
1818
"role": "Developer"
1919
},
2020
{
@@ -26,16 +26,16 @@
2626
"support": {
2727
"email": "[email protected]",
2828
"issues": "https://github.com/MetaModels/bundle_all/issues",
29-
"wiki": "http://de.contaowiki.org/MetaModels",
29+
"wiki": "https://de.contaowiki.org/MetaModels",
3030
"irc": "irc://irc.freenode.org/contao.mm",
3131
"source": "https://github.com/MetaModels/bundle_all"
3232
},
3333
"require": {
34-
"metamodels/core": "^2.1",
35-
"metamodels/bundle_nontranslated": "^2.1",
36-
"metamodels/bundle_filter": "^2.1",
37-
"metamodels/attribute_decimal": "^2.1",
38-
"metamodels/attribute_numeric": "^2.1",
39-
"metamodels/attribute_timestamp": "^2.1"
34+
"metamodels/core": "^2.2",
35+
"metamodels/bundle_nontranslated": "^2.2",
36+
"metamodels/bundle_filter": "^2.2",
37+
"metamodels/attribute_decimal": "^2.2",
38+
"metamodels/attribute_numeric": "^2.2",
39+
"metamodels/attribute_timestamp": "^2.2"
4040
}
4141
}

0 commit comments

Comments
 (0)