`composer update`

master
Skylar Ittner 7 years ago
parent 78dc8e4aae
commit 0133662894

35
composer.lock generated

@ -9,16 +9,16 @@
"packages": [ "packages": [
{ {
"name": "catfan/medoo", "name": "catfan/medoo",
"version": "v1.4.3", "version": "v1.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/catfan/Medoo.git", "url": "https://github.com/catfan/Medoo.git",
"reference": "00b28046376880e1a7bd3026fa06b4e261bce3fd" "reference": "8ee8ae1c4df0fee3822a01333eab88893e548fcc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/catfan/Medoo/zipball/00b28046376880e1a7bd3026fa06b4e261bce3fd", "url": "https://api.github.com/repos/catfan/Medoo/zipball/8ee8ae1c4df0fee3822a01333eab88893e548fcc",
"reference": "00b28046376880e1a7bd3026fa06b4e261bce3fd", "reference": "8ee8ae1c4df0fee3822a01333eab88893e548fcc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -64,20 +64,20 @@
"sql", "sql",
"sqlite" "sqlite"
], ],
"time": "2017-05-22 04:39:48" "time": "2017-06-24 14:43:07"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.2.3", "version": "6.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -87,9 +87,12 @@
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"phpunit/phpunit": "^4.0", "phpunit/phpunit": "^4.0 || ^5.0",
"psr/log": "^1.0" "psr/log": "^1.0"
}, },
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -126,7 +129,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2017-02-28 22:50:30" "time": "2017-06-22 18:50:49"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -289,16 +292,16 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.0.1", "version": "9.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "5dc305e7958190bcab0cc2778888a4f658d29aa1" "reference": "bfa3aa8e755377cd6cc2242cfd074e48c7c300ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/5dc305e7958190bcab0cc2778888a4f658d29aa1", "url": "https://api.github.com/repos/thephpleague/csv/zipball/bfa3aa8e755377cd6cc2242cfd074e48c7c300ba",
"reference": "5dc305e7958190bcab0cc2778888a4f658d29aa1", "reference": "bfa3aa8e755377cd6cc2242cfd074e48c7c300ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -349,7 +352,7 @@
"read", "read",
"write" "write"
], ],
"time": "2017-08-21 13:42:10" "time": "2017-10-20 08:03:26"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",

Loading…
Cancel
Save