Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakin Mohapatra authored and Lakin Mohapatra committed Feb 2, 2016
1 parent 0c22d72 commit f57cb51
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "lakinmohapatra/filemaker_laravel",
"description": "ORM for interaction with filemaker database",
"homepage": "https://github.com/lakinmohapatra/filemaker_laravel",
"license": "MIT",
"authors": [
{
"name": "Lakin Mohapatra",
"email": "[email protected]",
"homepage": "http://lakinhacker.blogspot.in",
"role": "Developer"
},
{
"name": "Debabrata Patra",
"email": "[email protected]",
"homepage": "http://kanhudev.blogspot.in/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit f57cb51

Please sign in to comment.