DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

php-qrcode requires php 7.2 #101

Closed hardcod3dd closed 3 years ago

hardcod3dd commented 3 years ago

debian 10.6 x64

chillerlan/php-qrcode[3.1.0, ..., 3.3.0] require php ^7.2 -> your php version (8.0.0-dev) does not satisfy that requirement.

tried to change composer.json to ^4.3 as seen on github repo of php-qrcode.seems like fixes the issue

hardcod3dd commented 3 years ago

phpmyadmin has some issues too.

Problem 1

DanWin commented 3 years ago

Fixed in 777cd92a48be01247046cc125200cfa7b7580c7d

Regarding phpMyAdmin, it does seem to have an issue installing under PHP8, because the version bounds are not yet updated to 8. As a workaround, you can use php7.4 /usr/bin/composer install --no-dev until it is updated.