mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
phpMyAdmin: depend on php8.1.
This commit is contained in:
parent
cab3ad3e68
commit
4e83b3262d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'phpMyAdmin'
|
||||
pkgname=phpMyAdmin
|
||||
version=5.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
|
||||
depends="php mariadb"
|
||||
depends="php8.1 mariadb"
|
||||
short_desc="Web interface for MySQL and MariaDB"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Add table
Reference in a new issue