Files
docker-php-fpm/php_modules/yaml/install.yml

32 lines
372 B
YAML

---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: pecl
build_dep: [libyaml-dev]
run_dep: [libyaml-0-2]
7.0:
type: pecl
version: 2.0.4
5.6:
type: pecl
version: 1.3.2
5.5:
type: pecl
version: 1.3.2
5.4:
type: pecl
version: 1.3.2
5.3:
type: pecl
version: 1.3.2