Skip to content

Commit

Permalink
Replace Zend with Laminas, update core version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Morland committed May 4, 2020
1 parent 25ab058 commit 1445ee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.9"
"flarum/core": ">=0.1.0-beta.12 <0.1.0-beta.14"
},
"require-dev": {
"phpunit/phpunit": "8.3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Listeners/AlterAmazonLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Flarum\Formatter\Event\Rendering;
use FoF\AmazonAffiliation\AmazonLinkManipulator;
use Illuminate\Contracts\Events\Dispatcher;
use Laminas\Diactoros\Uri;
use s9e\TextFormatter\Utils;
use Zend\Diactoros\Uri;

class AlterAmazonLinks
{
Expand Down
2 changes: 1 addition & 1 deletion tests/AmazonLinkManipulatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace FoF\AmazonAffiliation\Tests;

use FoF\AmazonAffiliation\AmazonLinkManipulator;
use Laminas\Diactoros\Uri;
use PHPUnit\Framework\TestCase;
use Zend\Diactoros\Uri;

class AmazonLinkManipulatorTest extends TestCase
{
Expand Down

0 comments on commit 1445ee5

Please sign in to comment.