mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-16 01:51:33 +01:00
dbwrapper now in composer
This commit is contained in:
44
Source/composer.lock
generated
44
Source/composer.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user