Skip to content

Commit

Permalink
Merge pull request #6 from sizta/master
Browse files Browse the repository at this point in the history
unlock composer installation for Contao 3 & 4
  • Loading branch information
psi-4ward authored Jan 30, 2019
2 parents 15c6a4f + 1837030 commit 9bfa73d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Archive menu frontend module for News4ward",
"keywords": ["news", "blog", "archiveMenu"],
"type": "contao-module",
"license": "LGPL-3.0+",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christoph Wiechert",
Expand All @@ -21,15 +21,13 @@
},
"require": {
"php": ">=5.3",
"contao/core": ">=3.1,<4",
"contao/core-bundle": "^3.2.1 || ^4.4",
"contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
"psi/news4ward": "~2"
},
"replace": {
"contao-legacy/news4ward_archiveMenu": "*"
},
"conflict": {
"contao/core": "3.0.*"
},
"extra": {
"contao": {
"sources": {
Expand Down

0 comments on commit 9bfa73d

Please sign in to comment.