Skip to content

Commit 9b7d395

Browse files
author
Andrey Helldar
authored
Merge pull request #5 from TheDragonCode/3.x
Changed namespace
2 parents 35ba05c + f845a4d commit 9b7d395

17 files changed

+50
-106
lines changed

.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
# Laravel Support
22

3-
Various helper files for the Laravel and Lumen frameworks.
4-
53
<img src="https://preview.dragon-code.pro/TheDragonCode/laravel-support.svg?brand=laravel" alt="Laravel Support"/>
64

75
<p align="center">
86
<a href="https://styleci.io/repos/258101736"><img src="https://styleci.io/repos/258101736/shield" alt="StyleCI" /></a>
9-
<a href="https://packagist.org/packages/andrey-helldar/laravel-support"><img src="https://img.shields.io/packagist/dt/andrey-helldar/laravel-support.svg?style=flat-square" alt="Total Downloads" /></a>
10-
<a href="https://packagist.org/packages/andrey-helldar/laravel-support"><img src="https://poser.pugx.org/andrey-helldar/laravel-support/v/stable?format=flat-square" alt="Latest Stable Version" /></a>
11-
<a href="https://packagist.org/packages/andrey-helldar/laravel-support"><img src="https://poser.pugx.org/andrey-helldar/laravel-support/v/unstable?format=flat-square" alt="Latest Unstable Version" /></a>
12-
<a href="https://travis-ci.org/andrey-helldar/laravel-support"><img src="https://travis-ci.org/andrey-helldar/laravel-support.svg?branch=master" alt="Travis CI" /></a>
13-
<a href="LICENSE"><img src="https://poser.pugx.org/andrey-helldar/laravel-support/license?format=flat-square" alt="License" /></a>
7+
<a href="https://packagist.org/packages/dragon-code/laravel-support"><img src="https://img.shields.io/packagist/dt/dragon-code/laravel-support.svg?style=flat-square" alt="Total Downloads" /></a>
8+
<a href="https://packagist.org/packages/dragon-code/laravel-support"><img src="https://poser.pugx.org/dragon-code/laravel-support/v/stable?format=flat-square" alt="Latest Stable Version" /></a>
9+
<a href="https://packagist.org/packages/dragon-code/laravel-support"><img src="https://poser.pugx.org/dragon-code/laravel-support/v/unstable?format=flat-square" alt="Latest Unstable Version" /></a>
10+
<a href="https://travis-ci.org/dragon-code/laravel-support"><img src="https://travis-ci.org/dragon-code/laravel-support.svg?branch=master" alt="Travis CI" /></a>
11+
<a href="LICENSE"><img src="https://poser.pugx.org/dragon-code/laravel-support/license?format=flat-square" alt="License" /></a>
1412
</p>
1513

14+
> Various helper files for the Laravel and Lumen frameworks.
15+
1616

1717
## License
1818

1919
This package is licensed under the [MIT License](LICENSE).
20-
21-
22-
## For Enterprise
23-
24-
Available as part of the Tidelift Subscription.
25-
26-
The maintainers of `andrey-helldar/laravel-support` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more](https://tidelift.com/subscription/pkg/packagist-andrey-helldar-laravel-support?utm_source=packagist-andrey-helldar-laravel-support&utm_medium=referral&utm_campaign=enterprise&utm_term=repo).

SECURITY.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "andrey-helldar/laravel-support",
2+
"name": "dragon-code/laravel-support",
33
"description": "Various helper files for the Laravel and Lumen frameworks",
44
"type": "library",
55
"license": "MIT",
6-
"keywords": ["support", "laravel", "lumen", "framework"],
6+
"keywords": ["support", "laravel", "lumen", "framework", "dragon-code", "dragon", "andrey-helldar"],
77
"support": {
8-
"issues": "https://github.com/andrey-helldar/laravel-support/issues",
9-
"source": "https://github.com/andrey-helldar/laravel-support"
8+
"issues": "https://github.com/TheDragonCode/laravel-support/issues",
9+
"source": "https://github.com/TheDragonCode/laravel-support"
1010
},
1111
"authors": [
1212
{
@@ -16,16 +16,16 @@
1616
],
1717
"require": {
1818
"php": "^7.2|^8.0",
19-
"illuminate/container": "^5.0|^6.0|^7.0|^8.0",
20-
"illuminate/database": "^5.0|^6.0|^7.0|^8.0",
21-
"illuminate/http": "^5.0|^6.0|^7.0|^8.0",
22-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
19+
"illuminate/container": "^6.0|^7.0|^8.0",
20+
"illuminate/database": "^6.0|^7.0|^8.0",
21+
"illuminate/http": "^6.0|^7.0|^8.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0",
2323
"ramsey/uuid": "^3.7|^4.0",
24-
"symfony/var-dumper": "^2.6|^3.0|^4.0|^5.0"
24+
"symfony/var-dumper": "^4.0|^5.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
28-
"Helldar\\LaravelSupport\\": "src"
28+
"DragonCode\\LaravelSupport\\": "src"
2929
},
3030
"files": [
3131
"helpers/dumper.php"

helpers/dumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Helldar\LaravelSupport\Facades\Dumper;
3+
use DragonCode\LaravelSupport\Facades\Dumper;
44

55
if (! function_exists('dd_sql')) {
66
/**

phpunit.xml.dist

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/Eloquent/CompositeKeysModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Helldar\LaravelSupport\Eloquent;
3+
namespace DragonCode\LaravelSupport\Eloquent;
44

55
use Illuminate\Contracts\Support\Arrayable;
66
use Illuminate\Database\Eloquent\Model;

src/Eloquent/Concerns/HasCustomRelationships.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
namespace Helldar\LaravelSupport\Eloquent\Concerns;
3+
namespace DragonCode\LaravelSupport\Eloquent\Concerns;
44

5-
use Helldar\LaravelSupport\Eloquent\Relations\HasManyCustomRelation;
5+
use DragonCode\LaravelSupport\Eloquent\Relations\HasManyCustomRelation;
66
use Illuminate\Database\Eloquent\Builder;
77
use Illuminate\Database\Eloquent\Model;
88

src/Eloquent/Relations/HasManyCustomRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Helldar\LaravelSupport\Eloquent\Relations;
3+
namespace DragonCode\LaravelSupport\Eloquent\Relations;
44

55
use Illuminate\Database\Eloquent\Builder;
66
use Illuminate\Database\Eloquent\Collection;

src/Eloquent/UuidModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Helldar\LaravelSupport\Eloquent;
3+
namespace DragonCode\LaravelSupport\Eloquent;
44

55
use Illuminate\Database\Eloquent\Model;
66
use Ramsey\Uuid\Uuid;

0 commit comments

Comments
 (0)