diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +**Summary**: Library for SQLite database schema migration + +**Description**: Library written in PHP that assists with SQLite database +schema migrations. + +**License**: MIT + +# Introduction + Library written in PHP that can assist with [SQLite](https://www.sqlite.org/index.html) database migrations. diff --git a/composer.json b/composer.json index d8a025f..75c8590 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "fkooman\\SqliteMigrate\\Tests\\": "tests/" } }, - "description": "Simple SQLite Migrations", + "description": "Library for SQLite database schema migration", "license": "MIT", "name": "fkooman/sqlite-migrate", "require": { |