File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 26
26
"autoload" : {
27
27
"classmap" : [" src/" ]
28
28
},
29
- "minimum-stability" : " dev" ,
30
- "extra" : {
31
- "branch-alias" : {
32
- "dev-master" : " 2.3-dev"
33
- }
34
- }
29
+ "minimum-stability" : " dev"
35
30
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Nette PHP Generator
2
2
===================
3
3
4
4
[ ![ Downloads this Month] ( https://img.shields.io/packagist/dm/nette/php-generator.svg )] ( https://packagist.org/packages/nette/php-generator )
5
- [ ![ Build Status] ( https://travis-ci.org/nette/php-generator.svg?branch=master )] ( https://travis-ci.org/nette/php-generator )
5
+ [ ![ Build Status] ( https://travis-ci.org/nette/php-generator.svg?branch=v2.3 )] ( https://travis-ci.org/nette/php-generator )
6
6
7
7
Generate PHP code with a simple programmatical API.
8
8
You can’t perform that action at this time.
0 commit comments