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
+2 -1
View File
@@ -5,6 +5,7 @@
"league/plates": "^3.3",
"phpmailer/phpmailer": "^6.0",
"guzzlehttp/guzzle": "^6.3",
"leafo/scssphp": "^0.7.5"
"leafo/scssphp": "^0.7.5",
"adodb/adodb-php": "^5.20"
}
}
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",
-1
View File
@@ -1,6 +1,5 @@
<?php
require_once('_common.php');
require_once(ROOT.W.E_LIB.W.'adodb5/adodb.inc.php');
class _DB {
private $objDB;
+17
View File
@@ -0,0 +1,17 @@
# Default behavior
* text=auto
# Text files to be normalized to lf line endings
*.php text
*.htm* text
*.sql text
*.txt text
*.xml text
*.xsl text
# Windows-only files
*.bat eol=crlf
# Binary files
*.gif binary
+10
View File
@@ -0,0 +1,10 @@
# IDE/Editor temporary files
*~
*.swp
*.bak
*.tmp
.project
.settings/
/nbproject/
.idea/

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Some files were not shown because too many files have changed in this diff Show More