File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Neo4j Query API client
2
2
3
+
4
+ ![ License] ( https://img.shields.io/github/license/nagels-tech/neo4j-query-api )
5
+ ![ Version] ( https://img.shields.io/github/v/release/nagels-tech/neo4j-query-api )
6
+ [ ![ 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
+
3
8
## Interact programmatically with Top Graph Technology
4
9
5
10
- Easy to start with, just build your client in one line and start running queries
Original file line number Diff line number Diff line change 10
10
},
11
11
"require-dev" : {
12
12
"guzzlehttp/guzzle" : " ^7.9" ,
13
- "phpunit/phpunit" : " ^10 .0" ,
13
+ "phpunit/phpunit" : " ^12 .0" ,
14
14
"friendsofphp/php-cs-fixer" : " ^3.68" ,
15
15
"vimeo/psalm" : " ^6.8" ,
16
16
"dg/bypass-finals" : " ^1.9" ,
Original file line number Diff line number Diff line change 24
24
</testsuite >
25
25
</testsuites >
26
26
27
- <coverage >
28
- <include >
29
- <directory >src/</directory >
30
- </include >
31
- <report >
32
- <clover outputFile =" coverage.xml" />
33
- </report >
34
- </coverage >
35
27
36
28
<php >
37
29
<!-- <env name="NEO4J_ADDRESS" value="<put your address here>"/>-->
38
30
<!-- <env name="NEO4J_USERNAME" value="<put your name here>"/>-->
39
31
<!-- <env name="NEO4J_PASSWORD" value="<put your password here>"/>-->
40
32
</php >
41
- </phpunit >
33
+ </phpunit >
Original file line number Diff line number Diff line change 13
13
</include >
14
14
</source >
15
15
16
- <coverage processUncoveredFiles =" true" >
17
- <include >
18
- <directory >src</directory >
19
- </include >
16
+ <coverage >
20
17
<report >
21
18
<clover outputFile =" ./coverage/clover.xml" />
22
19
<cobertura outputFile =" ./coverage/cobertura.xml" />
You can’t perform that action at this time.
0 commit comments