diff --git a/README.md b/README.md index 04913e0..fc5d159 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.