Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit e964aa4

Browse files
author
Andrey Helldar
authored
Merge pull request #3 from TheDragonCode/2.x
Update README.md
2 parents 16cc073 + 84105a9 commit e964aa4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
To 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

1818
Or 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
3333
namespace App\DTO;
3434

35-
use Helldar\SimpleDataTransferObject\DataTransferObject;
35+
use DragonCode\SimpleDataTransferObject\DataTransferObject;
3636

3737
class YourInstance extends DataTransferObject
3838
{
@@ -70,7 +70,7 @@ return $instance->qwerty;
7070
```php
7171
namespace App\DTO;
7272

73-
use Helldar\SimpleDataTransferObject\DataTransferObject;
73+
use DragonCode\SimpleDataTransferObject\DataTransferObject;
7474

7575
class 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

Comments
 (0)