Skip to content

Commit

Permalink
Merge pull request #31 from AleksandrsKondratjevs/master
Browse files Browse the repository at this point in the history
Replace zend libraries with Laminas
  • Loading branch information
AleksandrsKondratjevs authored Apr 12, 2023
2 parents 06b089c + 563cb1c commit ac2629a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/PurgeCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Magento\PageCache\Model\Cache\Server;
use Magento\PageCache\Model\Config;
use Magento\Store\Model\ScopeInterface;
use Zend\Uri\Uri;
use Laminas\Uri\Uri;

/**
* Class PurgeCache
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/PersistedQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use GraphQL\Error\SyntaxError;
use GraphQL\Language\AST\DocumentNode;
use Magento\Framework\Webapi\Response;
use Zend\Http\Response as HttpResponse;
use Laminas\Http\Response as HttpResponse;
use Magento\Framework\App\ObjectManager;
use ScandiPWA\PersistedQuery\RedisClient;
use Magento\Framework\App\RequestInterface;
Expand Down

0 comments on commit ac2629a

Please sign in to comment.