mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 03:21:15 +00:00
16 lines
284 B
YAML
16 lines
284 B
YAML
---
|
|
|
|
# The name of the module
|
|
name: awesome-ci
|
|
|
|
# Exclude module build/installation for the following PHP versions
|
|
exclude: []
|
|
|
|
# In order for this tool to build/install correctly,
|
|
# the following tools must have been installed first.
|
|
depends:
|
|
- eslint
|
|
- git
|
|
- jsonlint
|
|
- mdl
|