New comment by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/pull/44946#issuecomment-1667778612 Comment: > > Why the change from php8.1 to 8.2? Did the minimum php version requirements change? > > No the minimum is **7.1.3** (https://docs.phpmyadmin.net/en/latest/require.html). But the standard PHP version installed with Void is 8.2 (if you install with **_xbps-install php_** without version - https://voidlinux.org/packages/?arch=x86_64&q=php > > Leaving this to 8.1 installs 8.1 _besides_ 8.2 when people installed the default php. That is imho 1 config file more to maintain. I'd be happy to change it back if you insist... Just to note: the void-docs [advise against installing the `php` package(s) for non-development purposes](https://docs.voidlinux.org/config/php.html). As I'm thinking about it, I don't really understand why we depend on php at all, since the user will have to install the php-fpm, php-apache, or php-cgi for that specific version as well. So all this does is pull in a php that the user may or may not end up using if they installed php8.0 or php8.2 instead. This situation is similar in some ways to postgresql and IIRC is why packages don't generally depend on postgresql and leave it as a task to the user to manually install and configure.