Skip to content

Commit ba9634e

Browse files
committed
Fix License
1 parent 7183169 commit ba9634e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
OverblogGraphQLPhpGenerator
22
===========================
33

4+
45
GraphQL PHP types generator...
56

7+
[![Code Coverage](https://scrutinizer-ci.com/g/overblog/GraphQLPhpGenerator/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/overblog/GraphQLPhpGenerator/?branch=master)
8+
[![Build Status](https://travis-ci.org/overblog/GraphQLPhpGenerator.svg?branch=master)](https://travis-ci.org/overblog/GraphQLPhpGenerator)
9+
610
Requirements
711
------------
812
PHP >= 5.4

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "GraphQL types generator",
55
"keywords": ["GraphQL", "type", "generator"],
6-
"licence": "MIT",
6+
"license": "MIT",
77
"authors": [
88
{
99
"name": "Overblog",

0 commit comments

Comments
 (0)