From db5ba51d9f2cdb6ccae40db088c118ee4d447794 Mon Sep 17 00:00:00 2001 From: Mike Zukowsky Date: Thu, 8 Sep 2016 08:27:46 +0200 Subject: [PATCH] Update composer.json --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 022b6ef..f56ff0d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mikemix/tactician-module", - "description": "ZF2 Module to use the League of Extraordinary Packages' Tactician library - flexible command bus implementation", + "description": "ZF3 Module to use the League of Extraordinary Packages' Tactician library - flexible command bus implementation", "require": { "php": "^5.6 || ^7.0", "league/tactician": "^1.0", @@ -13,9 +13,10 @@ }, "keywords": [ "zend framework", - "zf2", + "zf3", "tactician", - "command bus" + "command bus", + "thephpleague" ], "license": "MIT", "authors": [