Skip to content

Commit

Permalink
coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsx committed Apr 7, 2015
1 parent e7db818 commit 557e92c
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "sqrt-pro/tag",
"description": "SQRT.pro Tag is part of SQRT Framework",
"homepage": "http://fw.sqrt.pro",
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"SQRT": "src"
}
},
"minimum-stability": "dev"
"name": "sqrt-pro/tag",
"description": "Tag is part of SQRT Framework",
"homepage": "http://fw.sqrt.pro",
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {
"SQRT": "src"
}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}

0 comments on commit 557e92c

Please sign in to comment.