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 11, 2014
1 parent 39b7a7c commit 8f5dc04
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 @@ Nette Component Model
=====================

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

Components are the foundation of reusable code. They make your work easier and allow you to profit from community work. Components are wonderful.
Nette Framework introduces several classes and interfaces for all these types of components.
Expand Down

0 comments on commit 8f5dc04

Please sign in to comment.