mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
28
php_modules/lzf/install.yml
Normal file
28
php_modules/lzf/install.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
build_dep: [liblzf-dev]
|
||||
run_dep: [liblzf1]
|
||||
|
||||
7.2:
|
||||
type: pecl
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
|
||||
7.1:
|
||||
type: pecl
|
||||
version: 1.6.8
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
|
||||
7.0:
|
||||
type: pecl
|
||||
version: 1.6.8
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
Reference in New Issue
Block a user