From ae65f25eefd2e93fc8728c5b14f78d81bac45317 Mon Sep 17 00:00:00 2001 From: Jonas Drieghe Date: Fri, 22 Apr 2016 16:03:41 +0200 Subject: [PATCH] fix composer json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index efc1a61..9ffb345 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "madewithlove/laravel-cqrs-es", - "description": "A Laravel package to kick start CQRS\ES projects using Broadway and Tactician.", + "description": "A Laravel package to kick start CQRS and ES projects using Broadway and Tactician.", "license": "MIT", "keywords": [ "laravel", @@ -23,7 +23,7 @@ "broadway/broadway": "^0.9", "illuminate/console": "^5.1", "illuminate/database": "^5.1", - "illuminate/support": "^5.1", + "illuminate/support": "^5.1" }, "require-dev": { "fabpot/php-cs-fixer": "2.0.*@dev", @@ -35,7 +35,7 @@ } }, "suggest": { - "madewithlove/tactician-laravel": "Laravel wrapper for a configurable command bus", + "madewithlove/tactician-laravel": "Laravel wrapper for a configurable command bus" }, "minimum-stability": "dev", "prefer-stable": true