Split out tools

This commit is contained in:
cytopia
2022-12-07 16:55:17 +01:00
parent 101e8abb65
commit 0126289bf0
115 changed files with 16388 additions and 12604 deletions

View File

@@ -0,0 +1,8 @@
# Codeception
BDD-style testing framework.
| Platform | Url |
|----------|------------------------------------------------------------------|
| Composer | https://packagist.org/packages/codeception/codeception |
| GitHub | https://github.com/Codeception/Codeception |

View File

@@ -0,0 +1,14 @@
---
check: codecept --version 2>/dev/null | grep -E '^Codeception(\sversion)?\s[0-9][.0-9]+$' || (codecept --version; false)
all:
type: composer
composer: 2
package: codeception/codeception
# version:
binary: codecept
build_dep: []
run_dep: []
# pre:
# post:

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: codeception
# Exclude module build/installation for the following PHP versions
exclude: [5.2, 5.3]
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []