diff --git a/.idea/symfony-jsend-bundle.iml b/.idea/symfony-jsend-bundle.iml index 091fad4..247a59a 100644 --- a/.idea/symfony-jsend-bundle.iml +++ b/.idea/symfony-jsend-bundle.iml @@ -3,6 +3,7 @@ + diff --git a/composer.json b/composer.json index 0622414..cd57bd2 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "PHPTCloud/symfony-jsend-bundle", + "name": "phptcloud/symfony-jsend-bundle", "description": "Implementation of jsend recommendations for http responses", "type": "symfony-bundle", "license": "MIT", diff --git a/readme.md b/readme.md index 8ee55bc..94ab2b3 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Implementation of [jsend](https://github.com/omniti-labs/jsend) specification fo # Install ```bash -composer require PHPTCloud/symfony-jsend-bundle +composer require phptcloud/symfony-jsend-bundle ``` ## Usage