Skip to content

Commit c2f52de

Browse files
author
Martin Brecht-Precht
committed
Updated dependencies.
Added the DispatcherInterface to the DocumentInterface.
1 parent 95288e0 commit c2f52de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"require": {
2525
"php": ">=5.3",
26-
"markdom/handler-interface": "^1.0.3"
26+
"markdom/handler-interface": "^1.0.10"
2727
}
2828
}

src/Block/DocumentInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
namespace Markdom\ModelInterface\Block;
44

5+
use Markdom\DispatcherInterface\DispatcherInterface;
56
use Markdom\HandlerInterface\HandlerInterface;
67

78
/**
89
* Interface DocumentInterface
910
*
1011
* @package Markdom\ModelInterface\Block
1112
*/
12-
interface DocumentInterface extends BlockParentInterface
13+
interface DocumentInterface extends BlockParentInterface, DispatcherInterface
1314
{
1415

1516
/**

0 commit comments

Comments
 (0)