Skip to content

Commit 9d5adae

Browse files
committed
Fix installation command
1 parent 2c35b38 commit 9d5adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ an existing table in a migration by initially adding the column as nullable and
55
It also maps Laravel datatypes that aren't supported in SQLite to avoid [this](https://github.com/laravel/framework/issues/8840).
66

77
## Installation
8-
`composer require-dev jjclane/laravel-sqlite-migrations --dev`
8+
`composer require jjclane/laravel-sqlite-migrations --dev`
99

1010
## How to use
1111
````php

0 commit comments

Comments
 (0)