leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.49k stars 372 forks source link

PHP 8.4: Multiple updates required for phpMyAdmin #912

Open torvista opened 6 days ago

torvista commented 6 days ago

Most problems come from the /vendors.

This is what I had to do, although maybe some composer magic can do it automatically.

Updated these manually with latest from Github

/vendors

update berberli/assert

remove thecodingmachine/safe as it seems to be non maintained remove refs to to thecodingmachine from laragon\etc\apps\phpMyAdmin\vendor\composer\autoload_static.php

update slim-psr7

update symfony:
dependency-injection
service-contracts
config

update phpMyAdmin (library/classes) seemed enough but I included the rest.

husnilkhatimi commented 4 days ago

Adminer / Adminerevo also had some deprecated message in php84. Hopefully they update fast

jack20211101 commented 1 day ago

try FlyEnv