Update dependencies
This commit is contained in:
parent
7c44b18854
commit
d54ebed189
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "netsyms/business-app-template",
|
"name": "netsyms/business-app-template",
|
||||||
"description": "Template for a webapp integrated with a Portal server for authentication.",
|
"description": "Template for a webapp integrated with an AccountHub server.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"catfan/medoo": "^1.2",
|
"catfan/medoo": "^1.5",
|
||||||
"guzzlehttp/guzzle": "^6.2"
|
"guzzlehttp/guzzle": "^6.2"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
14
composer.lock
generated
14
composer.lock
generated
@ -4,21 +4,21 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "f6f3b6a73c9931523ffedfcb7b2704e9",
|
"hash": "577921e9d14ff39571692f88476151ee",
|
||||||
"content-hash": "1c8b61c5d506ae016285b99b20040cf0",
|
"content-hash": "1c8b61c5d506ae016285b99b20040cf0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "catfan/medoo",
|
"name": "catfan/medoo",
|
||||||
"version": "v1.4.5",
|
"version": "v1.5.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/catfan/Medoo.git",
|
"url": "https://github.com/catfan/Medoo.git",
|
||||||
"reference": "8ee8ae1c4df0fee3822a01333eab88893e548fcc"
|
"reference": "1aa25a4001e0cfb739ba2996f00f4a3d2a7fdf07"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/catfan/Medoo/zipball/8ee8ae1c4df0fee3822a01333eab88893e548fcc",
|
"url": "https://api.github.com/repos/catfan/Medoo/zipball/1aa25a4001e0cfb739ba2996f00f4a3d2a7fdf07",
|
||||||
"reference": "8ee8ae1c4df0fee3822a01333eab88893e548fcc",
|
"reference": "1aa25a4001e0cfb739ba2996f00f4a3d2a7fdf07",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"ext-pdo_oci8": "For Oracle version 8 database",
|
"ext-pdo_oci8": "For Oracle version 8 database",
|
||||||
"ext-pdo_pqsql": "For PostgreSQL database",
|
"ext-pdo_pqsql": "For PostgreSQL database",
|
||||||
"ext-pdo_sqlite": "For SQLite database",
|
"ext-pdo_sqlite": "For SQLite database",
|
||||||
"ext-pdo_sqlsrv": "For MSSQL database on Windows platform"
|
"ext-pdo_sqlsrv": "For MSSQL database"
|
||||||
},
|
},
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -64,7 +64,7 @@
|
|||||||
"sql",
|
"sql",
|
||||||
"sqlite"
|
"sqlite"
|
||||||
],
|
],
|
||||||
"time": "2017-06-24 14:43:07"
|
"time": "2017-12-25 17:02:41"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user