dbwrapper now in composer

This commit is contained in:
JoseluCross
2017-09-22 01:23:43 +02:00
parent 0fca1adf77
commit 9b89aef9c2
4 changed files with 47 additions and 240 deletions

44
Source/composer.lock generated
View File

@@ -4,8 +4,50 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "843b04df5fdfe76251025001d66e0fd2",
"content-hash": "c34d26c2711c26f871ff9ca8a4401104",
"packages": [
{
"name": "jkanetwork/dbwrapper",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://gitlab.com/CodeSolutionsProject/DBWrapper.git",
"reference": "d10246e5bd55950280f3f7802d885341f1477874"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/CodeSolutionsProject%2FDBWrapper/repository/archive.zip?sha=d10246e5bd55950280f3f7802d885341f1477874",
"reference": "d10246e5bd55950280f3f7802d885341f1477874",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"type": "library",
"autoload": {
"files": [
"src/dbwrapper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"APACHE"
],
"authors": [
{
"name": "Kevin Puertas Ruiz",
"email": "kevin01010@gmail.com"
}
],
"description": "MySQL, PgSQL and SQLite wrapper",
"keywords": [
"mysql",
"pgsql",
"sqlite",
"wrapper"
],
"time": "2017-09-22T01:18:27+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.5.0",