adodb를 composer로 불러오도록
This commit is contained in:
Vendored
+1
@@ -8,5 +8,6 @@ $baseDir = dirname($vendorDir);
|
||||
return array(
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
||||
'bf9f5270ae66ac6fa0290b4bf47867b7' => $vendorDir . '/adodb/adodb-php/adodb.inc.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
);
|
||||
|
||||
Vendored
+1
@@ -9,6 +9,7 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
|
||||
public static $files = array (
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
||||
'bf9f5270ae66ac6fa0290b4bf47867b7' => __DIR__ . '/..' . '/adodb/adodb-php/adodb.inc.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
);
|
||||
|
||||
|
||||
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