Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 6b09cb1

Browse files
authored
Merge pull request #9 from juanjux/feature/beta
Change to beta
2 parents bfd14d5 + bbb4a2c commit 6b09cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-driver ![Driver Status](https://img.shields.io/badge/status-alpha-db975c.svg) [![Build Status](https://travis-ci.org/bblfsh/php-driver.svg?branch=master)](https://travis-ci.org/bblfsh/php-driver) ![Native Version](https://img.shields.io/badge/php%20version-7.1.7--r0-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.8-63afbf.svg)
1+
# php-driver ![Driver Status](https://img.shields.io/badge/status-beta-dbd25c.svg) [![Build Status](https://travis-ci.org/bblfsh/php-driver.svg?branch=master)](https://travis-ci.org/bblfsh/php-driver) ![Native Version](https://img.shields.io/badge/php%20version-7.1.7--r0-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.8-63afbf.svg)
22

33
php driver for [babelfish](https://github.com/bblfsh/bblfshd).
44

manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ language = "php"
88
# status describes the current development status of the driver, the valid
99
# values for status are: `planning`, `pre-alpha`, `alpha`, `beta`, `stable`,
1010
# `mature` or `inactive`.
11-
status = "alpha"
11+
status = "beta"
1212
features = ["ast","uast"]
1313

1414
# documentation block is use to render the README.md file.

0 commit comments

Comments
 (0)