updated debugbar and ide helper
This commit is contained in:
parent
55f2df18cc
commit
62f9cbf7c5
@ -21,9 +21,9 @@
|
|||||||
"akaunting/money": "1.1.*",
|
"akaunting/money": "1.1.*",
|
||||||
"akaunting/setting": "1.1.*",
|
"akaunting/setting": "1.1.*",
|
||||||
"akaunting/version": "1.0.*",
|
"akaunting/version": "1.0.*",
|
||||||
"barryvdh/laravel-debugbar": "3.2.*",
|
"barryvdh/laravel-debugbar": "3.3.*",
|
||||||
"barryvdh/laravel-dompdf": "0.*",
|
"barryvdh/laravel-dompdf": "0.*",
|
||||||
"barryvdh/laravel-ide-helper": "2.6.*",
|
"barryvdh/laravel-ide-helper": "2.7.*",
|
||||||
"bkwld/cloner": "3.7.*",
|
"bkwld/cloner": "3.7.*",
|
||||||
"consoletvs/charts": "6.5.*",
|
"consoletvs/charts": "6.5.*",
|
||||||
"dingo/api": "3.0.*",
|
"dingo/api": "3.0.*",
|
||||||
|
106
composer.lock
generated
106
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "11a567b30598b418b543e50ee1cc7e39",
|
"content-hash": "c72a7d9f3ecbf079eb3f1ed18da5dec7",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/firewall",
|
"name": "akaunting/firewall",
|
||||||
@ -494,16 +494,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "balping/json-raw-encoder",
|
"name": "balping/json-raw-encoder",
|
||||||
"version": "v1.0.0",
|
"version": "v1.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/balping/json-raw-encoder.git",
|
"url": "https://gitlab.com/balping/json-raw-encoder.git",
|
||||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195"
|
"reference": "e2b0ab888342b0716f1f0628e2fa13b345c5f276"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/balping/json-raw-encoder/zipball/c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
"url": "https://gitlab.com/api/v4/projects/balping%2Fjson-raw-encoder/repository/archive.zip?sha=e2b0ab888342b0716f1f0628e2fa13b345c5f276",
|
||||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
"reference": "e2b0ab888342b0716f1f0628e2fa13b345c5f276",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -533,20 +533,20 @@
|
|||||||
"encode",
|
"encode",
|
||||||
"json"
|
"json"
|
||||||
],
|
],
|
||||||
"time": "2018-05-04T15:38:02+00:00"
|
"time": "2020-06-06T16:24:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-debugbar",
|
"name": "barryvdh/laravel-debugbar",
|
||||||
"version": "v3.2.9",
|
"version": "v3.3.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
||||||
"reference": "42d5da5379a7860093f8e4032167e4cb5ebec180"
|
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/42d5da5379a7860093f8e4032167e4cb5ebec180",
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/57f2219f6d9efe41ed1bc880d86701c52f261bf5",
|
||||||
"reference": "42d5da5379a7860093f8e4032167e4cb5ebec180",
|
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -601,7 +601,13 @@
|
|||||||
"profiler",
|
"profiler",
|
||||||
"webprofiler"
|
"webprofiler"
|
||||||
],
|
],
|
||||||
"time": "2020-02-25T20:42:23+00:00"
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/barryvdh",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-05-05T10:53:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-dompdf",
|
"name": "barryvdh/laravel-dompdf",
|
||||||
@ -661,16 +667,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-ide-helper",
|
"name": "barryvdh/laravel-ide-helper",
|
||||||
"version": "v2.6.7",
|
"version": "v2.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
||||||
"reference": "edd69c5e0508972c81f1f7173236de2459c45814"
|
"reference": "5f677edc14bdcfdcac36633e6eea71b2728a4dbc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/edd69c5e0508972c81f1f7173236de2459c45814",
|
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5f677edc14bdcfdcac36633e6eea71b2728a4dbc",
|
||||||
"reference": "edd69c5e0508972c81f1f7173236de2459c45814",
|
"reference": "5f677edc14bdcfdcac36633e6eea71b2728a4dbc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -686,7 +692,7 @@
|
|||||||
"illuminate/config": "^5.5|^6|^7",
|
"illuminate/config": "^5.5|^6|^7",
|
||||||
"illuminate/view": "^5.5|^6|^7",
|
"illuminate/view": "^5.5|^6|^7",
|
||||||
"mockery/mockery": "^1.3",
|
"mockery/mockery": "^1.3",
|
||||||
"orchestra/testbench": "^3|^4",
|
"orchestra/testbench": "^3|^4|^5",
|
||||||
"phpro/grumphp": "^0.17.1",
|
"phpro/grumphp": "^0.17.1",
|
||||||
"squizlabs/php_codesniffer": "^3"
|
"squizlabs/php_codesniffer": "^3"
|
||||||
},
|
},
|
||||||
@ -728,7 +734,13 @@
|
|||||||
"phpstorm",
|
"phpstorm",
|
||||||
"sublime"
|
"sublime"
|
||||||
],
|
],
|
||||||
"time": "2020-02-25T20:41:32+00:00"
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/barryvdh",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-04-22T09:57:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/reflection-docblock",
|
"name": "barryvdh/reflection-docblock",
|
||||||
@ -4806,16 +4818,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "opis/closure",
|
"name": "opis/closure",
|
||||||
"version": "3.5.3",
|
"version": "3.5.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/opis/closure.git",
|
"url": "https://github.com/opis/closure.git",
|
||||||
"reference": "cac47092144043d5d676e2e7cf8d0d2f83fc89ca"
|
"reference": "1d0deef692f66dae5d70663caee2867d0971306b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/opis/closure/zipball/cac47092144043d5d676e2e7cf8d0d2f83fc89ca",
|
"url": "https://api.github.com/repos/opis/closure/zipball/1d0deef692f66dae5d70663caee2867d0971306b",
|
||||||
"reference": "cac47092144043d5d676e2e7cf8d0d2f83fc89ca",
|
"reference": "1d0deef692f66dae5d70663caee2867d0971306b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -4863,7 +4875,7 @@
|
|||||||
"serialization",
|
"serialization",
|
||||||
"serialize"
|
"serialize"
|
||||||
],
|
],
|
||||||
"time": "2020-05-25T09:32:45+00:00"
|
"time": "2020-06-07T11:41:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phenx/php-font-lib",
|
"name": "phenx/php-font-lib",
|
||||||
@ -5543,16 +5555,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoption/phpoption",
|
"name": "phpoption/phpoption",
|
||||||
"version": "1.7.3",
|
"version": "1.7.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/schmittjoh/php-option.git",
|
"url": "https://github.com/schmittjoh/php-option.git",
|
||||||
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
|
"reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
|
||||||
"reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
|
"reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -5594,7 +5606,17 @@
|
|||||||
"php",
|
"php",
|
||||||
"type"
|
"type"
|
||||||
],
|
],
|
||||||
"time": "2020-03-21T18:07:53+00:00"
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://github.com/GrahamCampbell",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
||||||
|
"type": "tidelift"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2020-06-07T10:40:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "plank/laravel-mediable",
|
"name": "plank/laravel-mediable",
|
||||||
@ -8923,28 +8945,28 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vlucas/phpdotenv",
|
"name": "vlucas/phpdotenv",
|
||||||
"version": "v4.1.6",
|
"version": "v4.1.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vlucas/phpdotenv.git",
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
||||||
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6"
|
"reference": "db63b2ea280fdcf13c4ca392121b0b2450b51193"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0b32505d67c1abbfa829283c86bfc0642a661bf6",
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/db63b2ea280fdcf13c4ca392121b0b2450b51193",
|
||||||
"reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6",
|
"reference": "db63b2ea280fdcf13c4ca392121b0b2450b51193",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.5.9 || ^7.0 || ^8.0",
|
"php": "^5.5.9 || ^7.0 || ^8.0",
|
||||||
"phpoption/phpoption": "^1.7.2",
|
"phpoption/phpoption": "^1.7.3",
|
||||||
"symfony/polyfill-ctype": "^1.9"
|
"symfony/polyfill-ctype": "^1.16"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.3",
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
"phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-filter": "Required to use the boolean validator.",
|
"ext-filter": "Required to use the boolean validator.",
|
||||||
@ -8993,7 +9015,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2020-05-23T09:43:32+00:00"
|
"time": "2020-06-07T18:25:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "voku/portable-ascii",
|
"name": "voku/portable-ascii",
|
||||||
@ -9304,16 +9326,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "facade/ignition",
|
"name": "facade/ignition",
|
||||||
"version": "2.0.6",
|
"version": "2.0.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/facade/ignition.git",
|
"url": "https://github.com/facade/ignition.git",
|
||||||
"reference": "5261c488a1e8a7c3ebdf6a4037c34f5ddeb33922"
|
"reference": "e6bedc1e74507d584fbcb041ebe0f7f215109cf2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/facade/ignition/zipball/5261c488a1e8a7c3ebdf6a4037c34f5ddeb33922",
|
"url": "https://api.github.com/repos/facade/ignition/zipball/e6bedc1e74507d584fbcb041ebe0f7f215109cf2",
|
||||||
"reference": "5261c488a1e8a7c3ebdf6a4037c34f5ddeb33922",
|
"reference": "e6bedc1e74507d584fbcb041ebe0f7f215109cf2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -9371,7 +9393,7 @@
|
|||||||
"laravel",
|
"laravel",
|
||||||
"page"
|
"page"
|
||||||
],
|
],
|
||||||
"time": "2020-06-01T09:04:48+00:00"
|
"time": "2020-06-08T09:14:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "facade/ignition-contracts",
|
"name": "facade/ignition-contracts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user