phpMyAdmin: depend on php8.1.

This commit is contained in:
Joel Beckmeyer 2022-11-28 14:49:58 -05:00 committed by Michal Vasilek
parent cab3ad3e68
commit 4e83b3262d

View file

@ -1,9 +1,9 @@
# Template file for 'phpMyAdmin' # Template file for 'phpMyAdmin'
pkgname=phpMyAdmin pkgname=phpMyAdmin
version=5.2.0 version=5.2.0
revision=1 revision=2
conf_files="/etc/webapps/phpMyAdmin/config.inc.php" conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
depends="php mariadb" depends="php8.1 mariadb"
short_desc="Web interface for MySQL and MariaDB" short_desc="Web interface for MySQL and MariaDB"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>" maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="GPL-2.0-only" license="GPL-2.0-only"