Skip to content

Commit dea4485

Browse files
committed
Removed scary warning in README
1 parent b890ef7 commit dea4485

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# graphql-php
22

3-
### Work in progress. Things may change before first stable release.
4-
53
This is a PHP port of GraphQL reference implementation based on the [specification](https://github.com/facebook/graphql)
64
and the [reference implementation in JavaScript](https://github.com/graphql/graphql-js).
75

86
This implementation will follow JavaScript version as close as possible until GraphQL itself stabilizes.
97

10-
**Current status**: version 0.4 supports all features described by specification.
11-
_corresponding graphql-js commit_: cf50cc3a304faff9a4215cd121a548e65794a089 (v0.4.2 2015-08-14).
8+
**Current status**: version 0.4+ supports all features described by specification.
129

1310
[![Build Status](https://travis-ci.org/webonyx/graphql-php.svg?branch=master)](https://travis-ci.org/webonyx/graphql-php)
1411

0 commit comments

Comments
 (0)