Skip to content

Commit

Permalink
Merge pull request #1 from atoum/release
Browse files Browse the repository at this point in the history
Prepare for first release
  • Loading branch information
jubianchi committed Dec 1, 2014
2 parents 0394214 + 3900231 commit 1beff8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# atoum Spec BDD extension
# atoum Spec BDD extension [![Build Status](https://travis-ci.org/atoum/bdd-extension.svg?branch=master)](https://travis-ci.org/atoum/bdd-extension)

![atoum](http://downloads.atoum.org/images/logo.png)

Expand All @@ -8,20 +8,9 @@ Install extension using [composer](https://getcomposer.org):

```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jubianchi/atoum"
},
{
"type": "vcs",
"url": "https://github.com/jubianchi/atoum-bdd-extension"
}
],
"require-dev": {
"atoum/atoum": "dev-extension",
"atoum/bdd-extension": "dev-master"
},
"atoum/bdd-extension": "~1.0"
}
}

```
Expand Down
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atoum/bdd-extension",
"type": "library",
"description": "atoum extension to writes specs",
"description": "atoum Spec BDD extension",
"keywords": ["TDD","atoum","test","unit testing","spec","bdd"],
"homepage": "http://www.atoum.org",
"license": "BSD",
Expand All @@ -11,14 +11,8 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jubianchi/atoum"
}
],
"require-dev": {
"atoum/atoum": "dev-extension"
"atoum/atoum": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1beff8f

Please sign in to comment.