mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Add PHP module dirs
This commit is contained in:
30
php_modules/oauth/build.yml
Normal file
30
php_modules/oauth/build.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
build_dep: [libpcre3-dev, libcurl4-openssl-dev]
|
||||
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 1.2.3
|
||||
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 1.2.3
|
||||
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 1.2.3
|
||||
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 1.2.3
|
||||
|
||||
5.2:
|
||||
type: pecl
|
||||
version: 1.2.3
|
||||
Reference in New Issue
Block a user