This commit is contained in:
joselucross
2018-05-16 15:47:31 +02:00
parent d366ae0f1f
commit 1bc58622f2
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# DBWrapper - Version 1.5.0
# DBWrapper - Version 1.5.1
This script is a simple wrapper for SQLite3, MySQL and PgSQL, for make possible to use different BD systems without changing the functions.
@@ -6,7 +6,7 @@ This script is a simple wrapper for SQLite3, MySQL and PgSQL, for make possible
In composer:
```bash
composer require jkanetwork/dbwrapper "~1.5.0"
composer require jkanetwork/dbwrapper "~1.5.1"
```
By hand: Download the php file inside src folder