adodb를 composer로 불러오도록
This commit is contained in:
Vendored
+56
@@ -1,4 +1,60 @@
|
||||
[
|
||||
{
|
||||
"name": "adodb/adodb-php",
|
||||
"version": "v5.20.9",
|
||||
"version_normalized": "5.20.9.0",
|
||||
"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"
|
||||
},
|
||||
"time": "2016-12-21T17:19:42+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "brandonwamboldt/utilphp",
|
||||
"version": "1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user