Skip to content

Commit 949362b

Browse files
Copilotswissspidy
andauthored
Update deb/RPM packaging scripts: add PHP 8.3–8.5, drop PHP < 7.2 (#923)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
1 parent 435c7cd commit 949362b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

utils/wp-cli-rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source1: wp.1
99
BuildArch: noarch
1010

1111
%post
12-
echo "PHP 5.4 or above must be installed."
12+
echo "PHP 7.2 or above must be installed."
1313

1414
%description
1515
WP-CLI is the command-line interface for WordPress.

utils/wp-cli-updatedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Architecture: all
3131
Maintainer: Alain Schlesser <alain.schlesser@gmail.com>
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 | php8.1-mysql | php8.2-mysql | php-mysql, mysql-client | mariadb-client
34+
Depends: php-cli, php7.2-mysql | php7.3-mysql | php7.4-mysql | php8.0-mysql | php8.1-mysql | php8.2-mysql | php8.3-mysql | php8.4-mysql | php8.5-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)