Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarafdev authored Nov 30, 2019
1 parent 47218a2 commit 24017ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Migrations Generator Laravel 6

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/OscarAFDev/migrations-generator/badges/quality-score.png?s=41d919c6d044749cb8575bb936efbddc4cebc0d8)](https://scrutinizer-ci.com/g/OscarAFDev/migrations-generator/)

[![Latest Stable Version](https://poser.pugx.org/oscarafdev/migrations-generator/v/stable)](https://packagist.org/packages/oscarafdev/migrations-generator)
[![Total Downloads](https://poser.pugx.org/oscarafdev/migrations-generator/downloads)](https://packagist.org/packages/oscarafdev/migrations-generator)
[![License](https://poser.pugx.org/oscarafdev/migrations-generator/license)](https://packagist.org/packages/oscarafdev/migrations-generator)
Expand All @@ -13,7 +13,7 @@ Generate Laravel Migrations from an existing database, including indexes and for
The recommended way to install this is through composer:

```bash
composer require --dev "oscarafdev/migrations-generator"
composer require oscarafdev/migrations-generator 2.0.9
```

In Laravel 5.5+ the service providers will automatically get registered.
Expand Down

0 comments on commit 24017ae

Please sign in to comment.