Skip to content

Commit d499dc5

Browse files
committed
opened 2.2
1 parent 6e325ab commit d499dc5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

composer.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@
2222
"autoload": {
2323
"classmap": ["src/"]
2424
},
25-
"minimum-stability": "dev",
26-
"extra": {
27-
"branch-alias": {
28-
"dev-master": "2.2-dev"
29-
}
30-
}
25+
"minimum-stability": "dev"
3126
}

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
===============================================
33

44
[![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)
66

77
NEON is very similar to YAML.The main difference is that the NEON supports "entities"
88
(so can be used e.g. to parse phpDoc annotations) and tab characters for indentation.

0 commit comments

Comments
 (0)