@@ -146,7 +146,7 @@ public function test_handle(int $status_code, string $page_content)
146146 ['vendor_name ' , '' , true , request_interface::REQUEST , 'foo ' ],
147147 ['author_name ' , ['' ], true , request_interface::REQUEST , ['bar ' ]],
148148 ['extension_version ' , '1.0.0-dev ' , true , request_interface::REQUEST , '1.0.0-dev ' ],
149- ['php_version ' , '>= ' . ext::DEFAULT_PHP , false , request_interface::REQUEST , '>= ' . ext::DEFAULT_PHP ],
149+ ['php_version ' , '>= ' . ext::DEFAULT_SKELETON_PHP , false , request_interface::REQUEST , '>= ' . ext::DEFAULT_SKELETON_PHP ],
150150 ['component_phplistener ' , false , false , request_interface::REQUEST , true ],
151151 ]);
152152
@@ -231,7 +231,7 @@ public function test_handle(int $status_code, string $page_content)
231231 'NAME ' => 'php_version ' ,
232232 'DESC ' => 'SKELETON_QUESTION_PHP_VERSION_UI ' ,
233233 'DESC_EXPLAIN ' => 'SKELETON_QUESTION_PHP_VERSION_EXPLAIN ' ,
234- 'VALUE ' => '>= ' . ext::DEFAULT_PHP ,
234+ 'VALUE ' => '>= ' . ext::DEFAULT_SKELETON_PHP ,
235235 ]],
236236 ['requirement ' , [
237237 'NAME ' => 'phpbb_version_min ' ,
0 commit comments