File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=8.1 .0" ,
18+ "php" : " >=8.2 .0" ,
1919 "composer/installers" : " ~1.0"
2020 },
2121 "extra" : {
2222 "display-name" : " Group Warn" ,
2323 "soft-require" : {
24- "phpbb/phpbb" : " >=3.3.16 ,<4.0.0@dev"
24+ "phpbb/phpbb" : " >=3.3.17 ,<4.0.0@dev"
2525 }
2626 }
2727}
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ public function is_enableable()
4242 }
4343
4444 /**
45- * Require phpBB 3.3.16
45+ * Require phpBB 3.3.17
4646 *
4747 * @return bool
4848 */
4949 protected function check_phpbb_version ()
5050 {
51- return phpbb_version_compare (PHPBB_VERSION , '3.3.16 ' , '>= ' );
51+ return phpbb_version_compare (PHPBB_VERSION , '3.3.17 ' , '>= ' );
5252 }
5353
5454 /**
@@ -58,6 +58,6 @@ protected function check_phpbb_version()
5858 */
5959 protected function check_php_version ()
6060 {
61- return PHP_VERSION_ID >= 80100 ;
61+ return PHP_VERSION_ID >= 80200 ;
6262 }
6363}
You can’t perform that action at this time.
0 commit comments