diff options
author | François Kooman <fkooman@tuxed.net> | 2020-08-09 21:54:53 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2020-08-09 21:54:53 +0200 |
commit | 04eaad0e3263c87bf74bfbd0690e1cecaa384727 (patch) | |
tree | 660af1b605327833c2a4f8e447042446dee3a6a7 /composer.json | |
parent | 23b4cf61686cab81fca32c70692932491c14eb1f (diff) | |
download | php-sqlite-migrate-master.zip php-sqlite-migrate-master.tar.gz php-sqlite-migrate-master.tar.xz |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |