Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bibib committed Feb 1, 2019
1 parent 51ec982 commit 050e6b0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Expand Up @@ -3,7 +3,8 @@
"description": "Contao Widget for managing Tags",
"keywords": ["tags", "widget"],
"type": "contao-module",
"license": "LGPL-3.0+",
- "license": "LGPL-3.0+",
+ "license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christoph Wiechert",
Expand All @@ -21,14 +22,16 @@
},
"require": {
"php": ">=5.3",
"contao/core": ">=3.1,<4"
- "contao/core": ">=3.1,<4"
+ "contao/core-bundle": "^3.2.1 || ^4.4",
+ "contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
},
"replace": {
"contao-legacy/tagswidget": "self.version"
},
"conflict": {
"contao/core": "3.0.*"
},
- "conflict": {
- "contao/core": "3.0.*"
- },
"extra": {
"contao": {
"sources": {
Expand Down

0 comments on commit 050e6b0

Please sign in to comment.