composer update

This commit is contained in:
2019-07-09 02:33:41 +00:00
parent 669b599707
commit 24d578d392
70 changed files with 5770 additions and 6 deletions

91
composer.lock generated
View File

@@ -4,8 +4,51 @@
"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": "338c19197729ee706a00a6f970e48247",
"content-hash": "80e7526fced64d02bc8bc746b8939ea8",
"packages": [
{
"name": "balping/json-raw-encoder",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/balping/json-raw-encoder.git",
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/balping/json-raw-encoder/zipball/c404b7fc0e04ddf5d298e53105c5fc306f523195",
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Balping\\JsonRaw\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-only"
],
"authors": [
{
"name": "Balázs Dura-Kovács"
}
],
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
"keywords": [
"callback",
"encode",
"json"
],
"time": "2018-05-04T15:38:02+00:00"
},
{
"name": "cakephp/chronos",
"version": "1.2.8",
@@ -63,6 +106,52 @@
],
"time": "2019-06-17T15:19:18+00:00"
},
{
"name": "consoletvs/charts",
"version": "6.5.0",
"source": {
"type": "git",
"url": "https://github.com/ConsoleTVs/Charts.git",
"reference": "63e8c604e65df77e8844527906ee80b53695e219"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/63e8c604e65df77e8844527906ee80b53695e219",
"reference": "63e8c604e65df77e8844527906ee80b53695e219",
"shasum": ""
},
"require": {
"balping/json-raw-encoder": "^1.0",
"illuminate/console": "5.*",
"illuminate/support": "5.*",
"php": ">=7.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"ConsoleTVs\\Charts\\ChartsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"ConsoleTVs\\Charts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Èrik Campobadal Forés",
"email": "soc@erik.cat"
}
],
"description": "The laravel charting package",
"time": "2019-04-21T13:30:11+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",