Skip to content

Commit c214822

Browse files
committed
opened 2.2
1 parent d9babec commit c214822

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,5 @@
2525
"autoload": {
2626
"classmap": ["src/"]
2727
},
28-
"minimum-stability": "dev",
29-
"extra": {
30-
"branch-alias": {
31-
"dev-master": "2.2-dev"
32-
}
33-
}
28+
"minimum-stability": "dev"
3429
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RobotLoader: comfortable autoloading
22
====================================
33

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

77
RobotLoader is a tool that gives you comfort of automated class loading for your entire application including third-party libraries.
88

0 commit comments

Comments
 (0)