-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update composer PHP depedencies #1101
Conversation
I have this branch running on my instance, without issues thus far. |
This comment was marked as outdated.
This comment was marked as outdated.
Apply the latest usage: https://github.com/endroid/qr-code?tab=readme-ov-file#usage-using-the-builder. Should be fixed now! |
With the latest use Pagerfanta\Adapter\NullAdapter;
use Pagerfanta\Pagerfanta;
$pagerfanta = new Pagerfanta(new NullAdapter(100));
$pagerfanta->setMaxPerPage(10);
$iterator = $pagerfanta->autoPagingIterator(); |
I'm now running this branch again at https://kbin.melroy.org |
Still runs fine here with laminas/laminas-diactoros removed. |
I did not upgrade the following packages on purpose for now (packages have been kept back):
doctrine/orm
=> Known to cause issues, so part of another follow-up PR. Just lessons learned from the past.furqansiddiqui/bip39-mnemonic-php
=> Requires a new gmp PHP extension if we want to upgrade. I leave it out for now.league/oauth2-server-bundle
=> Gives upgrade trouble: "league/oauth2-server 9.0.0 requires psr/http-message ^2.0 -> found psr/http-message[2.0] but these were not loaded, likely because it conflicts with another require"