File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ dist: trusty
2
2
language : php
3
3
4
4
php :
5
- - 7.2
6
5
- 7.3
7
6
- 7.4
8
7
17
16
18
17
matrix :
19
18
include :
20
- - php : 7.2
19
+ - php : 7.3
21
20
env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
22
21
- php : 7.4
23
22
env : ' COMPOSER_FLAGS="--ignore-platform-reqs"'
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " >7.2 " ,
26
+ "php" : " >7.3 " ,
27
27
"ext-json" : " *" ,
28
28
"phpdocumentor/reflection-docblock" : " ^4.3|^5.0" ,
29
29
"psr/http-client" : " ^1.0" ,
36
36
},
37
37
"require-dev" : {
38
38
"friendsofphp/php-cs-fixer" : " ^2.13" ,
39
- "phpro/grumphp" : " ^0.14.3 " ,
39
+ "phpro/grumphp" : " ^1.1.0 " ,
40
40
"phpstan/phpstan" : " ^0.10.6" ,
41
41
"phpunit/phpunit" : " ^7.5.2" ,
42
42
"povils/phpmnd" : " ^2.0" ,
Original file line number Diff line number Diff line change 1
- parameters :
2
- git_dir : .
3
- bin_dir : vendor/bin
4
- process_async_limit : 10
5
- process_async_wait : 1000
1
+ grumphp :
6
2
process_timeout : 600
7
3
ascii :
8
4
succeeded : ~
@@ -42,16 +38,14 @@ parameters:
42
38
with_dependencies : false
43
39
strict : false
44
40
phpcpd :
45
- directory : ' .'
41
+ directory : [ '.']
46
42
exclude : ['vendor']
47
- names_exclude : []
48
- regexps_exclude : []
49
43
fuzzy : false
50
44
min_lines : 5
51
45
min_tokens : 70
52
46
triggered_by : ['php']
53
47
phpmnd :
54
- directory : .
48
+ directory : ' . '
55
49
whitelist_patterns : []
56
50
exclude : []
57
51
exclude_name : []
@@ -73,4 +67,4 @@ parameters:
73
67
- " var_dump"
74
68
- " dump"
75
69
- " exit;"
76
- triggered_by : [php]
70
+ triggered_by : [php]
You can’t perform that action at this time.
0 commit comments