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 11# Neo4j Query API client
22
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+
38## Interact programmatically with Top Graph Technology
49
510- 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 1010 },
1111 "require-dev" : {
1212 "guzzlehttp/guzzle" : " ^7.9" ,
13- "phpunit/phpunit" : " ^10 .0" ,
13+ "phpunit/phpunit" : " ^12 .0" ,
1414 "friendsofphp/php-cs-fixer" : " ^3.68" ,
1515 "vimeo/psalm" : " ^6.8" ,
1616 "dg/bypass-finals" : " ^1.9" ,
Original file line number Diff line number Diff line change 2424 </testsuite >
2525 </testsuites >
2626
27- <coverage >
28- <include >
29- <directory >src/</directory >
30- </include >
31- <report >
32- <clover outputFile =" coverage.xml" />
33- </report >
34- </coverage >
3527
3628 <php >
3729<!-- <env name="NEO4J_ADDRESS" value="<put your address here>"/>-->
3830<!-- <env name="NEO4J_USERNAME" value="<put your name here>"/>-->
3931<!-- <env name="NEO4J_PASSWORD" value="<put your password here>"/>-->
4032 </php >
41- </phpunit >
33+ </phpunit >
Original file line number Diff line number Diff line change 1313 </include >
1414 </source >
1515
16- <coverage processUncoveredFiles =" true" >
17- <include >
18- <directory >src</directory >
19- </include >
16+ <coverage >
2017 <report >
2118 <clover outputFile =" ./coverage/clover.xml" />
2219 <cobertura outputFile =" ./coverage/cobertura.xml" />
You can’t perform that action at this time.
0 commit comments