lavacharts
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"barryvdh/laravel-debugbar": "^3.2",
|
||||
"eveseat/eseye": "^1.1",
|
||||
"fideloper/proxy": "^4.0",
|
||||
"khill/lavacharts": "^3.1",
|
||||
"laravel/framework": "^6.0",
|
||||
"laravel/horizon": "^3.3",
|
||||
"laravel/socialite": "^4.2",
|
||||
|
||||
68
composer.lock
generated
68
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"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": "e0152760a1c6fd5d0e5d3e18b6f9785e",
|
||||
"content-hash": "04951b958b49e1fbd8a0e973837b9149",
|
||||
"packages": [
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
@@ -831,6 +831,72 @@
|
||||
"description": "Highlight PHP code in terminal",
|
||||
"time": "2018-09-29T18:48:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "khill/lavacharts",
|
||||
"version": "3.1.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kevinkhill/lavacharts.git",
|
||||
"reference": "5823620b6c976ced1ab28ae900dab2bb573af793"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kevinkhill/lavacharts/zipball/5823620b6c976ced1ab28ae900dab2bb573af793",
|
||||
"reference": "5823620b6c976ced1ab28ae900dab2bb573af793",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nesbot/carbon": ">=1.14 <3.0",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeclimate/php-test-reporter": "~0.3",
|
||||
"mockery/mockery": "~0.9",
|
||||
"phpunit/phpunit": "~4.8",
|
||||
"satooshi/php-coveralls": "~1.0",
|
||||
"squizlabs/php_codesniffer": "~2.5"
|
||||
},
|
||||
"suggest": {
|
||||
"khill/datatableplus": "Adds extra features to DataTables such as csv and laravel collection parsing."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Khill\\Lavacharts\\Laravel\\LavachartsServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Lava": "Khill\\Lavacharts\\Laravel\\LavachartsFacade"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Khill\\Lavacharts\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kevin Hill",
|
||||
"email": "kevinkhill@gmail.com",
|
||||
"role": "Creator"
|
||||
}
|
||||
],
|
||||
"description": "PHP wrapper library for the Google Chart API",
|
||||
"homepage": "http://lavacharts.com",
|
||||
"keywords": [
|
||||
"charts",
|
||||
"google",
|
||||
"graphs",
|
||||
"laravel",
|
||||
"symfony"
|
||||
],
|
||||
"time": "2019-07-11T15:47:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v6.0.4",
|
||||
|
||||
2
logs/worker.log
Normal file
2
logs/worker.log
Normal file
@@ -0,0 +1,2 @@
|
||||
Horizon started successfully.
|
||||
Horizon started successfully.
|
||||
BIN
public/cache/latest/route/30000142/30002269/72f9c255d537580051901fb3d71ec3ea2afe1128/results.cache
vendored
Normal file
BIN
public/cache/latest/route/30000142/30002269/72f9c255d537580051901fb3d71ec3ea2afe1128/results.cache
vendored
Normal file
Binary file not shown.
2
public/logs/eseye-2019-09-29.log
Normal file
2
public/logs/eseye-2019-09-29.log
Normal file
@@ -0,0 +1,2 @@
|
||||
[2019-09-29 07:53:00] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/route/30000142/30002269/?datasource=tranquility&flag=secure [t/e: 0.10s/100]
|
||||
[2019-09-29 08:40:11] eseye.INFO: [http 304, not modified] get -> https://esi.evetech.net/latest/route/30002269/30000142/?datasource=tranquility&flag=secure [t/e: 0.10s/100]
|
||||
2
storage/debugbar/.gitignore
vendored
Normal file
2
storage/debugbar/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user