Skip to content

Commit

Permalink
Added composer.json for ls-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed May 15, 2014
1 parent 233984e commit c168c19
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/ezcomments_extension/ezextension/ezcomments/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ezsystems/ezcomments-ls-extension",
"description": "eZ Publish Legacy comments extension (deprecated)",
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0",
"authors": [
{
"name": "eZ Publish dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/ezcomments-ls-extension"
}
],
"minimum-stability": "dev",
"require": {
"ezsystems/ezpublish-legacy-installer": "*"
},
"suggest": {
"ezsystems/ezwebin-ls-extension": "~5.3",
"ezsystems/ezdemo-ls-extension": "~5.3",
"ezsystems/ezflow-ls-extension": "~5.3",
},
"extra": {
"ezpublish-legacy-extension-name": "ezcomments"
}
}

0 comments on commit c168c19

Please sign in to comment.