Skip to content

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Jun 20, 2018
1 parent 1f13d49 commit 96d8949
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "fsl/fsl",
"description": "Fresh Squeezed Limonade (FSL): a PHP micro-framework for rapid development of Microservices and REST API's and Web Apps",
"Version":"1.01",
"keywords": ["framework","micro","api","router","microservices","docker","php"],
"homepage": "https://github.com/yesinteractive/fsl",
"require": {
"php": ">=5.2",
"fsl/fsl": "*"
},
"license": "MIT",
"authors": [
{
Expand All @@ -13,5 +16,7 @@
],
"autoload": {
"files": ["lib/limonade.php"]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 96d8949

Please sign in to comment.