Skip to content

Commit 5383eae

Browse files
committed
added license in composer file
1 parent 1f3994a commit 5383eae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
![License](https://img.shields.io/github/license/nagels-tech/neo4j-query-api)
55
![Version](https://img.shields.io/github/v/release/nagels-tech/neo4j-query-api)
66
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2cb8a1e71ed04987b1c763a09e196c84)](https://app.codacy.com/gh/nagels-tech/neo4j-query-api/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
7-
[![codecov](https://codecov.io/github/nagels-tech/neo4j-query-api/graph/badge.svg?token=NTHCFY38D7)](https://codecov.io/github/nagels-tech/neo4j-query-api)
8-
![Packagist Downloads](https://img.shields.io/packagist/dt/neo4j-php/query-api)
9-
7+
[![codecov](https://codecov.io/github/nagels-tech/neo4j-query-api/graph/badge.svg?token=NTHCFY38D7)]
8+
[![PHP Tests](https://github.com/nagels-tech/neo4j-query-api/actions/workflows/test.yml/badge.svg)](https://github.com/nagels-tech/neo4j-query-api/actions/workflows/test.yml)
9+
[![Psalm Static Analysis](https://github.com/nagels-tech/neo4j-query-api/actions/workflows/psalm.yml/badge.svg)](https://github.com/nagels-tech/neo4j-query-api/actions/workflows/psalm.yml)
1010
## Interact programmatically with Top Graph Technology
1111

1212
- Easy to start with, just build your client in one line and start running queries

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"license" : "MIT",
23
"type": "library",
34
"name": "neo4j-php/query-api",
45
"description": "Easy to use class to run Cypher queries on the Query API",

0 commit comments

Comments
 (0)