Skip to content

Commit 28dba3d

Browse files
authored
Merge pull request #32 from Derky/feature/fix-scrutinizer
Set minimal PHP version to 8.0
2 parents accc90b + d219433 commit 28dba3d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
"role": "Developer"
1313
}],
1414
"require": {
15-
"php": ">=7.2.0",
16-
"composer/installers": "^1.0 || ^2.0"
15+
"php": ">=8.0.0",
16+
"composer/installers": "^2.0"
17+
},
18+
"config": {
19+
"allow-plugins": {
20+
"composer/installers": true
21+
}
1722
},
1823
"extra": {
1924
"display-name": "Sortables Captcha",

0 commit comments

Comments
 (0)