Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumarsakthivel committed Aug 5, 2014
1 parent f58aae9 commit 31203a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "rajkumarsakthivel/hello-world",
"description": "composer package",
"license": "MIT",
"authors": [
{
"name": "Rajkumar Sakthivel",
"email": "ukrajtester@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"HelloWorld": "src/"
}
}
}

0 comments on commit 31203a7

Please sign in to comment.