diff --git a/composer.json b/composer.json index f1ed7cf..268e784 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "phpunit/phpunit": "^5.7" }, "require": { + "php": ">=5.4", "league/tactician": "^1.0" } } diff --git a/src/EventDispatcher/ContainsListenersInterface.php b/src/EventDispatcher/ContainsListenersInterface.php new file mode 100644 index 0000000..b2da221 --- /dev/null +++ b/src/EventDispatcher/ContainsListenersInterface.php @@ -0,0 +1,25 @@ +