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:
33
php_modules/psr/install.yml
Normal file
33
php_modules/psr/install.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
|
||||
7.2:
|
||||
type: pecl
|
||||
version: 1.1.0
|
||||
|
||||
7.1:
|
||||
type: pecl
|
||||
version: 1.1.0
|
||||
|
||||
7.0:
|
||||
type: pecl
|
||||
version: 1.1.0
|
||||
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 0.6.0 # NOTE: 0.6.1 fails with: Package "psr" Version "0.6.1" does not have REST xml available
|
||||
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 0.5.1
|
||||
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 0.5.1
|
||||
Reference in New Issue
Block a user