Skip to content

Commit

Permalink
opened v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 20, 2015
1 parent df0a211 commit 1ceeb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@
"autoload": {
"classmap": ["src/"]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
}
"minimum-stability": "dev"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Nette Database
==============

[![Downloads this Month](https://img.shields.io/packagist/dm/nette/database.svg)](https://packagist.org/packages/nette/database)
[![Build Status](https://travis-ci.org/nette/database.svg?branch=master)](https://travis-ci.org/nette/database)
[![Build Status](https://travis-ci.org/nette/database.svg?branch=v2.3)](https://travis-ci.org/nette/database)

Nette provides a powerful layer for accessing your database easily.

Expand Down

0 comments on commit 1ceeb2f

Please sign in to comment.