Skip to content
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

replace using namespace Zend\Diactoros to Laminas\Diactoros #35

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

n0099
Copy link
Contributor

@n0099 n0099 commented Jun 29, 2023

This may address error in

return (string) (new Uri($this->getOpenIdUrl().'/login'))->withQuery($params);

[2023-06-29 16:25:52] flarum.ERROR: Error: Class "Zend\Diactoros\Uri" not found in /vendor/nomiscz/flarum-ext-auth-steam/src/Providers/SteamAuth.php:251
Stack trace:
#0 /vendor/nomiscz/flarum-ext-auth-steam/src/Providers/SteamAuth.php(120): NomisCZ\SteamAuth\Providers\SteamAuth->buildUrl()
#1 /vendor/nomiscz/flarum-ext-auth-steam/src/Http/Controllers/SteamAuthController.php(40): NomisCZ\SteamAuth\Providers\SteamAuth->setRequest()

since https://discuss.flarum.org/d/22452-package-zendframework-zend-stratigility-is-abandoned/2

@NomisCZ NomisCZ merged commit 7f1d007 into NomisCZ:master Jul 15, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants