File tree 2 files changed +7
-17
lines changed
2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^7.2.13 " ,
15
+ "php" : " ^7.4|^8.0 " ,
16
16
"pug/pug" : " ^0.2.0" ,
17
17
"antidot-fw/template-renderer" : " ^1.0.0"
18
18
},
19
19
"require-dev" : {
20
- "phpro/grumphp" : " ^0.15.0 || ^0.19 .0" ,
21
- "phpstan/phpstan" : " ^0.11.5 " ,
22
- "phpunit/phpunit" : " ^8 .0" ,
20
+ "phpro/grumphp" : " ^1.3 .0" ,
21
+ "phpstan/phpstan" : " ^0.12 " ,
22
+ "phpunit/phpunit" : " ^9 .0" ,
23
23
"squizlabs/php_codesniffer" : " ^3.4"
24
24
},
25
25
"autoload" : {
Original file line number Diff line number Diff line change 1
- parameters :
2
- git_dir : .
3
- bin_dir : vendor/bin
1
+ grumphp :
2
+ hooks_dir : .
3
+ hooks_preset : local
4
4
tasks :
5
5
composer_script :
6
6
script : check-all
7
7
triggered_by : [php, phtml]
8
8
working_directory : ~
9
- ascii :
10
- failed :
11
- - grumphp-grumpy.txt
12
- - grumphp/symfony-troll.txt
13
- - grumphp/homer.txt
14
- - grumphp/sparky.txt
15
- - grumphp/bomb.txt
16
- succeeded :
17
- - grumphp-happy.txt
18
- - grumphp/rock.txt
You can’t perform that action at this time.
0 commit comments