Skip to content

Commit e1dfd71

Browse files
committed
Update README.md
1 parent b38b777 commit e1dfd71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/571cb412-7018-4938-a4e5-0f9ce44956d7/mini.png)](https://insight.sensiolabs.com/projects/571cb412-7018-4938-a4e5-0f9ce44956d7)
44
[![Build Status](https://travis-ci.org/byjg/migration.svg?branch=master)](https://travis-ci.org/byjg/migration)
55

6-
A micro framework in PHP for managing a set of database migrations using pure Sql.
6+
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
77

88
Database Migration is a set of commands for upgrade or downgrade a database.
99
This library uses only SQL commands.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byjg/migration",
3-
"description": "A micro framework in PHP for managing a set of database migrations using pure Sql.",
3+
"description": "Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.",
44
"authors": [
55
{
66
"name": "jg",

0 commit comments

Comments
 (0)