Skip to content

Commit 3e3deda

Browse files
authored
Add links to packagist and license
1 parent deade02 commit 3e3deda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Tolerant-PHP-Parser to php-ast
22
==============================
33

44
[![Build Status](https://travis-ci.org/TysonAndre/tolerant-php-parser-to-php-ast.svg?branch=master)](https://travis-ci.org/TysonAndre/tolerant-php-parser-to-php-ast)
5+
[![Latest Stable Version](https://img.shields.io/packagist/v/tysonandre/tolerant-php-parser-to-php-ast.svg)](https://packagist.org/packages/tysonandre/tolerant-php-parser-to-php-ast)
6+
[![License](https://img.shields.io/packagist/l/tysonandre/tolerant-php-parser-to-php-ast.svg)](https://github.com/tysonandre/tolerant-php-parser-to-php-astn/blob/master/LICENSE)
57

68
This project uses Microsoft/tolerant-php-parser to generate a tree with error tolerance, then converts from that tree to ast\Node from [php-ast](https://github.com/nikic/php-ast)
79

0 commit comments

Comments
 (0)