File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 41
41
rm -f installer expected
42
42
mv composer.phar /usr/local/bin/composer
43
43
44
+ - name : Install Xdebug
45
+ run : |
46
+ pecl install xdebug
47
+ docker-php-ext-enable xdebug
48
+
44
49
- name : Checkout repository
45
50
uses : actions/checkout@v2
46
51
with :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wikibase-solutions/php-cypher-dsl" ,
3
- "description" : " A PHP DSL for the Cypher Query Language" ,
4
- "version" : " 2.8.0" ,
3
+ "description" : " A query builder for the Cypher query language written in PHP" ,
5
4
"type" : " library" ,
6
5
"keywords" : [
7
6
" neo4j" ,
54
53
},
55
54
"scripts" : {
56
55
"test" : " phpunit tests/" ,
57
- "infect" : " XDEBUG_MODE=coverage infection --threads=2 "
56
+ "infect" : " XDEBUG_MODE=coverage infection --show-mutations "
58
57
},
59
58
"minimum-stability" : " stable" ,
60
59
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments