Skip to content

Commit d79ed01

Browse files
committed
Allow PHP 8
1 parent 1654f39 commit d79ed01

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~7.2",
13+
"php": "^7.2.5|^8.0",
1414
"composer/xdebug-handler": "^1.3",
1515
"jean85/pretty-package-versions": "~1.5.0",
1616
"mglaman/phpstan-drupal": "^0.12.8",
@@ -26,7 +26,10 @@
2626
"squizlabs/php_codesniffer": "^3.4"
2727
},
2828
"config": {
29-
"sort-packages": true
29+
"sort-packages": true,
30+
"platform": {
31+
"php": "7.2.5"
32+
}
3033
},
3134
"bin": [
3235
"drupal-check"

composer.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)