adodb를 composer로 불러오도록

This commit is contained in:
2018-03-04 19:06:46 +09:00
parent a8477aed99
commit 536ff0988d
222 changed files with 8098 additions and 3 deletions
Generated
+55 -1
View File
@@ -4,8 +4,62 @@
"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": "7b9fdde15b3d81d1431847e29f201587",
"content-hash": "a8d79581e2352baf2677220b715f1348",
"packages": [
{
"name": "adodb/adodb-php",
"version": "v5.20.9",
"source": {
"type": "git",
"url": "https://github.com/ADOdb/ADOdb.git",
"reference": "f601748cca1ccb86dfd427620a1692a70e681075"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
"reference": "f601748cca1ccb86dfd427620a1692a70e681075",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"files": [
"adodb.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"LGPL-2.1"
],
"authors": [
{
"name": "John Lim",
"email": "jlim@natsoft.com",
"role": "Author"
},
{
"name": "Damien Regad",
"role": "Current maintainer"
},
{
"name": "Mark Newnham",
"role": "Developer"
}
],
"description": "ADOdb is a PHP database abstraction layer library",
"homepage": "http://adodb.org/",
"keywords": [
"abstraction",
"database",
"layer",
"library",
"php"
],
"time": "2016-12-21T17:19:42+00:00"
},
{
"name": "brandonwamboldt/utilphp",
"version": "1.1.0",