Commit d499dc5 1 parent 6e325ab commit d499dc5 Copy full SHA for d499dc5
File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 22
22
"autoload" : {
23
23
"classmap" : [" src/" ]
24
24
},
25
- "minimum-stability" : " dev" ,
26
- "extra" : {
27
- "branch-alias" : {
28
- "dev-master" : " 2.2-dev"
29
- }
30
- }
25
+ "minimum-stability" : " dev"
31
26
}
Original file line number Diff line number Diff line change 2
2
===============================================
3
3
4
4
[ ![ Downloads this Month] ( https://img.shields.io/packagist/dm/nette/neon.svg )] ( https://packagist.org/packages/nette/neon )
5
- [ ![ Build Status] ( https://travis-ci.org/nette/neon.svg?branch=master )] ( https://travis-ci.org/nette/neon )
5
+ [ ![ Build Status] ( https://travis-ci.org/nette/neon.svg?branch=v2.2 )] ( https://travis-ci.org/nette/neon )
6
6
7
7
NEON is very similar to YAML.The main difference is that the NEON supports "entities"
8
8
(so can be used e.g. to parse phpDoc annotations) and tab characters for indentation.
You can’t perform that action at this time.
0 commit comments