mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Change Zend namespace to Laminas (#1963)
Also ensure backwards compatibility for extensions that use the Zend framework but don't explicitly require it.
This commit is contained in:
committed by
Franz Liedke
parent
ca0c52d60a
commit
d7a5a6ad14
@@ -11,7 +11,7 @@ namespace Flarum\Tests\unit\Install;
|
||||
|
||||
use Flarum\Install\BaseUrl;
|
||||
use Flarum\Tests\unit\TestCase;
|
||||
use Zend\Diactoros\Uri;
|
||||
use Laminas\Diactoros\Uri;
|
||||
|
||||
class BaseUrlTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user