Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky authored Sep 8, 2016
1 parent 586d77f commit db5ba51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,9 +13,10 @@
},
"keywords": [
"zend framework",
"zf2",
"zf3",
"tactician",
"command bus"
"command bus",
"thephpleague"
],
"license": "MIT",
"authors": [
Expand Down

0 comments on commit db5ba51

Please sign in to comment.