-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added composer.json for ls-extension
- Loading branch information
Bertrand Dunogier
committed
May 15, 2014
1 parent
233984e
commit c168c19
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
packages/ezcomments_extension/ezextension/ezcomments/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |