Skip to content

Commit f183e54

Browse files
Koldo Picazakpicaza
Koldo Picaza
authored andcommitted
add php8 support
1 parent 0446285 commit f183e54

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2.13",
15+
"php": "^7.4|^8.0",
1616
"pug/pug": "^0.2.0",
1717
"antidot-fw/template-renderer": "^1.0.0"
1818
},
1919
"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",
2323
"squizlabs/php_codesniffer": "^3.4"
2424
},
2525
"autoload": {

grumphp.yml

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
parameters:
2-
git_dir: .
3-
bin_dir: vendor/bin
1+
grumphp:
2+
hooks_dir: .
3+
hooks_preset: local
44
tasks:
55
composer_script:
66
script: check-all
77
triggered_by: [php, phtml]
88
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

0 commit comments

Comments
 (0)