Skip to content

Commit

Permalink
opened 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 6, 2014
1 parent d4fd08e commit 447cd51
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 @@ -23,10 +23,5 @@
"autoload": {
"classmap": ["src/"]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.2-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 @@
================================================================

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

Latte is a template engine for PHP which eases your work and
ensures the output is protected against vulnerabilities, such as XSS.
Expand Down

0 comments on commit 447cd51

Please sign in to comment.