Skip to content

Commit 7065ec1

Browse files
committed
Merge branch 'phpbb:3.3.x' into replace_chumper_zipper
2 parents 1731cf3 + c657b54 commit 7065ec1

File tree

9 files changed

+981
-230
lines changed

9 files changed

+981
-230
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
],
6363
"require": {
6464
"ext-zip": "*",
65-
"php": "^7.2",
65+
"php": "^7.4.33",
6666
"phpbb/epv": "dev-master@dev",
67-
"phpbb/translation-validator": "~1.5",
67+
"phpbb/translation-validator": "~1.6",
6868
"composer/installers": "~1.0",
6969
"battye/php-array-parser": "~1.0"
7070
},
@@ -75,7 +75,11 @@
7575
}
7676
},
7777
"config": {
78+
"platform": {
79+
"php": "7.4.33"
80+
},
7881
"allow-plugins": {
82+
"kylekatarnls/update-helper": true,
7983
"composer/installers": true
8084
}
8185
}

0 commit comments

Comments
 (0)