Skip to content

Commit 05c71ca

Browse files
committed
Update version to 2.6.0 and require PHP 7.2
1 parent 63780af commit 05c71ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "phpBB Ideas centre",
55
"homepage": "https://www.phpbb.com",
6-
"version": "2.5.0",
6+
"version": "2.6.0",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"require": {
37-
"php": ">=7.1.3",
37+
"php": "^7.2 || ^8.0.0",
3838
"composer/installers": "~1.0"
3939
},
4040
"extra": {

0 commit comments

Comments
 (0)