Skip to content

Commit 4a0b1a5

Browse files
committed
fix: enforce php 7.2 requirement for dependencies
1 parent 315a11c commit 4a0b1a5

File tree

4 files changed

+253
-2225
lines changed

4 files changed

+253
-2225
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@
3232
"friendsofphp/php-cs-fixer": "^2.16",
3333
"php-parallel-lint/php-parallel-lint": "^1.1",
3434
"phpmd/phpmd": "^2.7",
35-
"phpro/grumphp": "^1.0",
35+
"phpro/grumphp": "^0.19",
3636
"phpstan/phpstan": "^0.12.0",
37-
"phpunit/phpunit": "^9.3",
38-
"sebastian/phpcpd": "^6.0"
37+
"sebastian/phpcpd": "^4.1"
3938
},
4039
"config": {
4140
"optimize-autoloader": true,
41+
"platform": {
42+
"php": "7.2.5"
43+
},
4244
"preferred-install": "dist",
4345
"sort-packages": true
4446
},

0 commit comments

Comments
 (0)