You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
174 B
PHP

<?php
cphp_dependency_provides("cphp_formbuilder_test", "1.0");
cphp_dependency_requires("cphp_formbuilder", "1.1|,2.1|2.2");
echo("Successfully checked dependencies!");
?>