Skip to content

Commit

Permalink
Prepare version 0.0.1-alpha2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Oct 29, 2015
1 parent 927e999 commit 38f52c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ Here are important things to know about the behavior of the server :

## Release history

## 0.0.1-alpha2 (2015-10-29)
* First very basic UNIX support.

## 0.0.1-alpha1 (2015-10-28)
* First alpha version.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "gomoob/php-embedded-mongo",
"description" : "Start an embedded Mongo DB server and run your PHPUnit integration tests easily.",
"version" : "0.0.1-alpha1",
"version" : "0.0.1-alpha2",
"license" : "MIT",
"type" : "library",
"keywords" : [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"require" : {
"php" : ">=5.3.3",
"monolog/monolog" : "~1.17",
"monolog/monolog" : "~1.17",
"psr/log" : "~1.0"
},
"require-dev" : {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gomoob-php-embedded-mongo",
"version": "0.0.1-alpha1",
"version": "0.0.1-alpha2",
"license": "MIT",
"repository" : {
"type" : "git",
Expand Down

0 comments on commit 38f52c6

Please sign in to comment.