forked from infra/ansible
nextcloud: update php dependencies
This commit is contained in:
parent
2911e52d52
commit
ada1a968ff
@ -13,30 +13,31 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- php-redis
|
- php-redis
|
||||||
- php7.3
|
- php7.4
|
||||||
- php7.3-bcmath
|
- php7.4-bcmath
|
||||||
- php7.3-bz2
|
- php7.4-bz2
|
||||||
- php7.3-cli
|
- php7.4-cli
|
||||||
- php7.3-common
|
- php7.4-common
|
||||||
- php7.3-curl
|
- php7.4-curl
|
||||||
- php7.3-dev
|
- php7.4-dev
|
||||||
- php7.3-fpm
|
- php7.4-fpm
|
||||||
- php7.3-gd
|
- php7.4-gd
|
||||||
- php7.3-imap
|
- php7.4-gmp
|
||||||
- php7.3-intl
|
- php7.4-imap
|
||||||
- php7.3-json
|
- php7.4-intl
|
||||||
- php7.3-ldap
|
- php7.4-json
|
||||||
- php7.3-mbstring
|
- php7.4-ldap
|
||||||
- php7.3-mysql
|
- php7.4-mbstring
|
||||||
- php7.3-opcache
|
- php7.4-mysql
|
||||||
- php7.3-pgsql
|
- php7.4-opcache
|
||||||
- php7.3-readline
|
- php7.4-pgsql
|
||||||
- php7.3-soap
|
- php7.4-readline
|
||||||
- php7.3-sqlite3
|
- php7.4-soap
|
||||||
- php7.3-tidy
|
- php7.4-sqlite3
|
||||||
- php7.3-xml
|
- php7.4-tidy
|
||||||
- php7.3-xmlrpc
|
- php7.4-xml
|
||||||
- php7.3-zip
|
- php7.4-xmlrpc
|
||||||
|
- php7.4-zip
|
||||||
- postgresql
|
- postgresql
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user