Skip to content

Commit 71eed04

Browse files
authored
Update DEBIAN/control depends to support later versions of PHP (#562)
1 parent 2d805d2 commit 71eed04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/wp-cli-updatedeb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Package wp-cli to be installed in Debian-compatible systems.
44
# Only the phar file is included.
55
#
6-
# VERSION :0.2.4
7-
# DATE :2017-05-31
6+
# VERSION :0.2.5
7+
# DATE :2023-07-22
88
# AUTHOR :Viktor Szépe <[email protected]>
99
# LICENSE :The MIT License (MIT)
1010
# URL :https://github.com/wp-cli/wp-cli/tree/master/utils
@@ -31,7 +31,7 @@ Architecture: all
3131
Maintainer: Alain Schlesser <[email protected]>
3232
Section: php
3333
Priority: optional
34-
Depends: php5-cli (>= 5.6) | php-cli | php7-cli, php5-mysql | php5-mysqlnd | php7.0-mysql | php7.1-mysql | php7.2-mysql | php7.3-mysql | php7.4-mysql | php8.0-mysql, mysql-client | mariadb-client
34+
Depends: php5-cli (>= 5.6) | php-cli | php7-cli, php5-mysql | php5-mysqlnd | php7.0-mysql | php7.1-mysql | php7.2-mysql | php7.3-mysql | php7.4-mysql | php8.0-mysql | php8.1-mysql | php8.2-mysql | php-mysql, mysql-client | mariadb-client
3535
Homepage: http://wp-cli.org/
3636
Description: wp-cli is a set of command-line tools for managing
3737
WordPress installations. You can update plugins, set up multisite

0 commit comments

Comments
 (0)