Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jun 7, 2013
1 parent 544f4e4 commit 24f2f6c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "ezsystems/ezautosave",
"description": "Content editing autosave extension for eZ Publish legacy",
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0",
"authors": [
{
"name": "Quoc-Huy Nguyen Dinh",
"email": "contact@quoc-huy.com"
},
{
"name": "Damien Pobel",
"email": "damien.pobel@ez.no"
}
],
"minimum-stability": "dev",
"require": {
"ezsystems/ezpublish-legacy-installer": "*"
}
}

0 comments on commit 24f2f6c

Please sign in to comment.