Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from madewithlove/develop
Browse files Browse the repository at this point in the history
fix composer json
  • Loading branch information
jdrieghe committed Apr 22, 2016
2 parents 057051d + ae65f25 commit c9e603d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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
Expand Down

0 comments on commit c9e603d

Please sign in to comment.