Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
prolificphotis committed Jan 25, 2014
2 parents 70720dd + c0dc8bd commit db43512
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "prolificinteractive/mabi",
"description": "A Mobile API Framework",
"homepage": "https://github.com/prolificinteractive/mabi",
"keywords": [
"mobile", "api", "framework", "php", "prolificinteractive"
],
"license": "MIT",
"authors": [
{
"name": "Photis Patriotis",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.4.0"
}
}

0 comments on commit db43512

Please sign in to comment.