From 7fb2dea510aaaec92767ff0c1731cfcfb06211b9 Mon Sep 17 00:00:00 2001 From: borN_free Date: Sun, 22 Jan 2017 15:49:27 +0300 Subject: [PATCH] update the package name --- .editorconfig | 16 ---------------- README.md | 3 ++- composer.json | 2 +- 3 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 275beb3..0000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -# EditorConfig is awesome: http://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending for every file -# Indent with 4 spaces -[*] -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 - -# Indent XML with tabs -[xml] -indent_style = tab diff --git a/README.md b/README.md index ca28fb4..2413e08 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Tactician Domain Events [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tactician-domain-events/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/tactician-domain-events/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/tactician-domain-events/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/tactician-domain-events/?branch=master) [![Latest Stable Version](https://poser.pugx.org/tactician-domain-events/v/stable)](https://packagist.org/packages/tactician-domain-events) + A Plugin for Tactician command bus library to work with the recorded Domain Events Installation @@ -22,6 +23,6 @@ Usage License ------- -Copyright (c) 2017, Maks Rafalko Developed by Maks Rafalko (borN_free) +Copyright (c) 2017, Maks Rafalko Under MIT license, read LICENSE file. diff --git a/composer.json b/composer.json index 7a6ec3b..f1ed7cf 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "tactician-domain-events", + "name": "bornfreee/tactician-domain-events", "description": "A Plugin for Tactician command bus library to work with the recorded Domain Events", "license": "MIT", "authors": [