Skip to content

Commit

Permalink
Dev: Added Composer package definition (#706)
Browse files Browse the repository at this point in the history
* Added Basic Composer Configuration (preliminary)
  • Loading branch information
pprossi authored and lacrioque committed May 29, 2017
1 parent 966b3de commit 6e8b18d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name" : "pprossi/LimeSurvey",
"description" : "The most popular FOSS online survey tool on the web",
"homepage" : "https://www.limesurvey.org/",
"license" : "GPL 2.0",
"authors" : [{
"name" : "René Rossi",
"email" : "rossi@pixelproduction.de",
"homepage" : "www.pixelproduction.de",
"role" : "Developer"
}
],
"support" : {
"wiki" : "https://manual.limesurvey.org/LimeSurvey_Manual",
"irc" : "https://www.limesurvey.org/de/community-hilfe/irc-live-chat",
"source" : "https://github.com/LimeSurvey/LimeSurvey",
"issues" : "https://www.limesurvey.org/de/community-hilfe/bug-tracker",
"forum" : "https://www.limesurvey.org/de/community-hilfe/forum"
},
"require" : {
"php" : ">=5.4.2"
},
"minimum-stability" : "dev"
}

0 comments on commit 6e8b18d

Please sign in to comment.