Skip to content

Commit 1237890

Browse files
authored
Merge pull request #4 from coderan-io/develop
1.0.1
2 parents 9acb38c + d824550 commit 1237890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The preferred way to install this extension is through [composer](http://getcomp
99
With Composer installed, you can then install the extension using the following commands:
1010

1111
```bash
12-
$ php composer.phar require jlorente/laravel-data-migrations
12+
$ php composer.phar require coderan/laravel-data-migrations
1313
```
1414

1515
or add
1616

1717
```json
1818
...
1919
"require": {
20-
"jlorente/laravel-data-migrations": "*"
20+
"coderan/laravel-data-migrations": "*"
2121
}
2222
```
2323

@@ -33,7 +33,7 @@ return [
3333
//other stuff
3434
'providers' => [
3535
//other stuff
36-
\Jlorente\DataMigrations\DataMigrationsServiceProvider::class,
36+
\Coderan\DataMigrations\DataMigrationsServiceProvider::class,
3737
];
3838
];
3939
```
@@ -73,6 +73,6 @@ php artisan migrate-data:rollback [--path=]
7373
The behavior of the migrations is the same as the regular migrations.
7474

7575
## License
76-
Copyright &copy; 2018 José Lorente Martín <jose.lorente.martin@gmail.com>.
76+
Copyright &copy; 2021 José Lorente Martín <jose.lorente.martin@gmail.com>, Eran Machiels <dev@eranmachiels.nl>.
7777

7878
Licensed under the MIT license. See LICENSE.txt for details.

0 commit comments

Comments
 (0)