1212To get the latest version of ` Simple Data Transfer Object ` , simply require the project using [ Composer] ( https://getcomposer.org ) :
1313
1414``` bash
15- $ composer require andrey-helldar /simple-data-transfer-object
15+ $ composer require dragon-code /simple-data-transfer-object
1616```
1717
1818Or manually update ` require ` block of ` composer.json ` and run ` composer update ` .
1919
2020``` json
2121{
2222 "require" : {
23- "andrey-helldar /simple-data-transfer-object" : " ^1.0"
23+ "dragon-code /simple-data-transfer-object" : " ^1.0"
2424 }
2525}
2626```
@@ -32,7 +32,7 @@ Or manually update `require` block of `composer.json` and run `composer update`.
3232``` php
3333namespace App\DTO;
3434
35- use Helldar \SimpleDataTransferObject\DataTransferObject;
35+ use DragonCode \SimpleDataTransferObject\DataTransferObject;
3636
3737class YourInstance extends DataTransferObject
3838{
@@ -70,7 +70,7 @@ return $instance->qwerty;
7070``` php
7171namespace App\DTO;
7272
73- use Helldar \SimpleDataTransferObject\DataTransferObject;
73+ use DragonCode \SimpleDataTransferObject\DataTransferObject;
7474
7575class YourInstance extends DataTransferObject
7676{
@@ -110,14 +110,14 @@ return $instance->qwerty;
110110// null
111111```
112112
113- [ badge_downloads ] : https://img.shields.io/packagist/dt/andrey-helldar /simple-data-transfer-object.svg?style=flat-square
113+ [ badge_downloads ] : https://img.shields.io/packagist/dt/dragon-code /simple-data-transfer-object.svg?style=flat-square
114114
115- [ badge_license ] : https://img.shields.io/packagist/l/andrey-helldar /simple-data-transfer-object.svg?style=flat-square
115+ [ badge_license ] : https://img.shields.io/packagist/l/dragon-code /simple-data-transfer-object.svg?style=flat-square
116116
117- [ badge_stable ] : https://img.shields.io/github/v/release/andrey-helldar /simple-data-transfer-object?label=stable&style=flat-square
117+ [ badge_stable ] : https://img.shields.io/github/v/release/dragon-code /simple-data-transfer-object?label=stable&style=flat-square
118118
119119[ badge_unstable ] : https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
120120
121121[ link_license ] : LICENSE
122122
123- [ link_packagist ] : https://packagist.org/packages/andrey-helldar /simple-data-transfer-object
123+ [ link_packagist ] : https://packagist.org/packages/dragon-code /simple-data-transfer-object
0 commit comments