Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/wp-cli-rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source1: wp.1
BuildArch: noarch

%post
echo "PHP 5.4 or above must be installed."
echo "PHP 7.2 or above must be installed."

Comment on lines 11 to 13
%description
WP-CLI is the command-line interface for WordPress.
Expand Down
2 changes: 1 addition & 1 deletion utils/wp-cli-updatedeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Architecture: all
Maintainer: Alain Schlesser <alain.schlesser@gmail.com>
Section: php
Priority: optional
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
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
Homepage: http://wp-cli.org/
Description: wp-cli is a set of command-line tools for managing
WordPress installations. You can update plugins, set up multisite
Expand Down
Loading