From 87095851dbf5f34eb0ecb48acb860238070eab10 Mon Sep 17 00:00:00 2001 From: Emmerson Siqueira Date: Tue, 10 Oct 2017 09:51:51 -0300 Subject: [PATCH 1/2] Fix typos at Documentation and Credits section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d6a51b..ceeee8f 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ php artisan vendor:publish --provider="Madewithlove\LaravelCqrsEs\ServiceProvide ## Documentation -- [Sagas](./docs/generators.md) +- [Generators](./docs/generators.md) - [Sagas](./docs/sagas.md) ## Credits and thanks -This package borrows components from [nWidart/Laravel-broadway](https://github.com/nWidart/Laravel-broadway) and includes a laravel ServiceProvider for [matthiasnoback/broadway-serialization](https://github.com/matthiasnoback/broadway-serialization). +This package borrows components from [nWidart/Laravel-broadway](https://github.com/nWidart/Laravel-broadway) and includes a Laravel ServiceProvider for [matthiasnoback/broadway-serialization](https://github.com/matthiasnoback/broadway-serialization). ## License -The MIT License (MIT). Please see [License File](LICENSE.md) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. From 83d8c6f8e8f955a3edbdae9da97efb34f2bf6d97 Mon Sep 17 00:00:00 2001 From: woutersioen Date: Fri, 12 Jul 2019 08:54:50 +0200 Subject: [PATCH 2/2] Get rid of unused uuid-2x-bridge This was still in there but it is causing issues during installation. Let's thus get rid of it. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 18dd913..4a9ca7d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "illuminate/events": "~5.4", "illuminate/support": "~5.4", "matthiasnoback/broadway-serialization": "~2.0", - "mattketmo/uuid-2x-bridge": "^1.0", "broadway/broadway-saga": "^0.2.0", "broadway/event-store-dbal": "^0.1.0", "broadway/read-model-elasticsearch": "^0.2.0"