Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(composer): more complete composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 18, 2018
1 parent 9d9e90f commit 8863bcd
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"name": "elgg/legacy_urls",
"type": "elgg-plugin",
"require": {
"composer/installers": ">=1.0.8"
},
"license": "GPL-2.0"
}
"name": "elgg/legacy_urls",
"description": "Provides support for URLs used in previous versions of Elgg",
"type": "elgg-plugin",
"keywords": ["elgg", "plugin"],
"license": "GPL-2.0",
"support": {
"source": "https://github.com/elgg/legacy_urls",
"issues": "https://github.com/elgg/legacy_urls/issues"
},
"require": {
"composer/installers": ">=1.0.8"
},
"conflict": {
"elgg/elgg": "<2.3"
}
}

0 comments on commit 8863bcd

Please sign in to comment.