Skip to content

Commit 56ac67f

Browse files
author
Andrey Helldar
committed
Upgrade package name
1 parent 710e6a8 commit 56ac67f

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Actions
22

3-
<img src="https://preview.dragon-code.pro/TheDragonCode/laravel-actions.svg?brand=laravel" alt="Laravel Actions"/>
3+
<img src="https://preview.dragon-code.pro/TheDragonCode/migration-actions.svg?brand=laravel" alt="Laravel Migration Actions"/>
44

55
[![Stable Version][badge_stable]][link_packagist]
66
[![Unstable Version][badge_unstable]][link_packagist]
@@ -15,22 +15,28 @@
1515
To get the latest version of Laravel Actions, simply require the project using [Composer](https://getcomposer.org):
1616

1717
```bash
18-
$ composer require dragon-code/laravel-actions
18+
$ composer require dragon-code/laravel-migration-actions
1919
```
2020

2121
Or manually update `require` block of `composer.json` and run `composer update`.
2222

2323
```json
2424
{
2525
"require": {
26-
"dragon-code/laravel-actions": "^2.0"
26+
"dragon-code/laravel-migration-actions": "^3.0"
2727
}
2828
}
2929
```
3030

31-
### Upgrade from `andrey-helldar/laravel-actions`
31+
### Upgrade from `dragon-code/laravel-actions`
3232

33-
1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-actions": "^2.0"`.
33+
1. In your `composer.json` file, replace `"dragon-code/laravel-actions": "^2.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`.
34+
3. Run the `command composer` update.
35+
4. Profit!
36+
37+
### Upgrade from `andrey-helldar/laravel-migration-actions`
38+
39+
1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`.
3440
2. Replace the `Helldar\LaravelActions` namespace prefix with `DragonCode\LaravelActions` in your app;
3541
3. Run the `command composer` update.
3642
4. Profit!
@@ -273,18 +279,18 @@ php artisan migrate:actions:status
273279
This package is licensed under the [MIT License](LICENSE).
274280

275281

276-
[badge_build]: https://img.shields.io/github/workflow/status/TheDragonCode/laravel-actions/phpunit?style=flat-square
282+
[badge_build]: https://img.shields.io/github/workflow/status/TheDragonCode/laravel-migration-actions/phpunit?style=flat-square
277283

278-
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-actions.svg?style=flat-square
284+
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-migration-actions.svg?style=flat-square
279285

280-
[badge_license]: https://img.shields.io/packagist/l/dragon-code/laravel-actions.svg?style=flat-square
286+
[badge_license]: https://img.shields.io/packagist/l/dragon-code/laravel-migration-actions.svg?style=flat-square
281287

282-
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/laravel-actions?label=stable&style=flat-square
288+
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/laravel-migration-actions?label=stable&style=flat-square
283289

284290
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
285291

286-
[link_build]: https://github.com/TheDragonCode/laravel-actions/actions
292+
[link_build]: https://github.com/TheDragonCode/laravel-migration-actions/actions
287293

288294
[link_license]: LICENSE
289295

290-
[link_packagist]: https://packagist.org/packages/dragon-code/laravel-actions
296+
[link_packagist]: https://packagist.org/packages/dragon-code/laravel-migration-actions

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dragon-code/laravel-actions",
2+
"name": "dragon-code/laravel-migration-actions",
33
"description": "Performing actions with saving the list of called files",
44
"license": "MIT",
55
"type": "library",
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"support": {
23-
"issues": "https://github.com/TheDragonCode/laravel-actions/issues",
24-
"source": "https://github.com/TheDragonCode/laravel-actions"
23+
"issues": "https://github.com/TheDragonCode/laravel-migration-actions/issues",
24+
"source": "https://github.com/TheDragonCode/laravel-migration-actions"
2525
},
2626
"require": {
2727
"php": "^7.3 || ^8.0",
@@ -39,7 +39,8 @@
3939
"ramsey/uuid": "^3.7 || ^4.0"
4040
},
4141
"conflict": {
42-
"andrey-helldar/laravel-actions": "*"
42+
"andrey-helldar/laravel-actions": "*",
43+
"dragon-code/laravel-actions": "*"
4344
},
4445
"minimum-stability": "stable",
4546
"prefer-stable": true,

0 commit comments

Comments
 (0)