From c2aef87c9350734dbced7179fa2c90556ab23f11 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 13 Dec 2017 15:31:02 +0300 Subject: [PATCH] update composer.lock --- composer.lock | 183 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 137 insertions(+), 46 deletions(-) diff --git a/composer.lock b/composer.lock index 6cb3d6212..5389b2633 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "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": "77eee9c4a4422febbdddd6dd2036225d", + "content-hash": "65f7ba7bd79152e73e9b08b62b09b2f4", "packages": [ { "name": "akaunting/language", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/akaunting/language.git", - "reference": "1c6fcb4f73614dd730d301e798055fcbcac70679" + "reference": "d6f396db1407e4131cdd4f80500070e1368c57e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akaunting/language/zipball/1c6fcb4f73614dd730d301e798055fcbcac70679", - "reference": "1c6fcb4f73614dd730d301e798055fcbcac70679", + "url": "https://api.github.com/repos/akaunting/language/zipball/d6f396db1407e4131cdd4f80500070e1368c57e5", + "reference": "d6f396db1407e4131cdd4f80500070e1368c57e5", "shasum": "" }, "require": { @@ -62,20 +62,20 @@ "laravel", "switcher" ], - "time": "2017-09-03T19:53:28+00:00" + "time": "2017-12-13T07:19:38+00:00" }, { "name": "akaunting/money", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/akaunting/money.git", - "reference": "1c01d2120941d99f758cf23be20fe5931bdd4a36" + "reference": "a39d0e18e1e56da8d82760528376fb797c161552" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akaunting/money/zipball/1c01d2120941d99f758cf23be20fe5931bdd4a36", - "reference": "1c01d2120941d99f758cf23be20fe5931bdd4a36", + "url": "https://api.github.com/repos/akaunting/money/zipball/a39d0e18e1e56da8d82760528376fb797c161552", + "reference": "a39d0e18e1e56da8d82760528376fb797c161552", "shasum": "" }, "require": { @@ -123,24 +123,24 @@ "laravel", "money" ], - "time": "2017-11-26T22:24:28+00:00" + "time": "2017-12-09T07:25:06+00:00" }, { "name": "akaunting/setting", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/akaunting/setting.git", - "reference": "f5a20ee26384c0eb1dcde512c570d3094a4bf2c4" + "reference": "4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akaunting/setting/zipball/f5a20ee26384c0eb1dcde512c570d3094a4bf2c4", - "reference": "f5a20ee26384c0eb1dcde512c570d3094a4bf2c4", + "url": "https://api.github.com/repos/akaunting/setting/zipball/4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d", + "reference": "4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d", "shasum": "" }, "require": { - "laravel/framework": ">=5.2.0", + "laravel/framework": "5.2.* || 5.3.* || 5.4.* || 5.5.*", "php": ">=5.5.9" }, "type": "library", @@ -181,7 +181,7 @@ "laravel", "persistent" ], - "time": "2017-10-16T07:22:22+00:00" + "time": "2017-12-04T18:39:43+00:00" }, { "name": "akaunting/version", @@ -552,6 +552,55 @@ "description": "A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.", "time": "2017-03-27T22:38:12+00:00" }, + { + "name": "consoletvs/charts", + "version": "4.6.0", + "source": { + "type": "git", + "url": "https://github.com/ConsoleTVs/Charts.git", + "reference": "5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2", + "reference": "5f31e72cf292c0042ff3eec68ad7a7fa36bdffc2", + "shasum": "" + }, + "require": { + "illuminate/support": "5.*", + "jenssegers/date": "v3.*", + "jlawrence/eos": "3.*", + "php": ">=5.6.4" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "ConsoleTVs\\Charts\\ChartsServiceProvider" + ], + "aliases": { + "Charts": "ConsoleTVs\\Charts\\Facades\\Charts" + } + } + }, + "autoload": { + "psr-4": { + "ConsoleTVs\\Charts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Erik Campobadal", + "email": "soc@erik.cat" + } + ], + "description": "Create charts for laravel using diferent charts libraries", + "time": "2017-06-07T20:23:50+00:00" + }, { "name": "consoletvs/identify", "version": "1.3.0", @@ -1570,6 +1619,49 @@ ], "time": "2016-12-07T09:37:55+00:00" }, + { + "name": "jlawrence/eos", + "version": "v3.2.2", + "source": { + "type": "git", + "url": "https://github.com/jlawrence11/eos.git", + "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jlawrence11/eos/zipball/25e3d0f2316cb4636000f452a8e7dcc83725a32a", + "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a", + "shasum": "" + }, + "require-dev": { + "codeclimate/php-test-reporter": "dev-master", + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "jlawrence\\eos\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1+" + ], + "authors": [ + { + "name": "Jon Lawrence", + "email": "jon@jon-lawrence.com" + } + ], + "description": "Parse and solve math equations without using 'eval()'.", + "keywords": [ + "eos", + "equations", + "math", + "solve" + ], + "time": "2016-03-02T22:35:41+00:00" + }, { "name": "kkszymanowski/traitor", "version": "0.2.4", @@ -3039,16 +3131,16 @@ }, { "name": "psy/psysh", - "version": "v0.8.15", + "version": "v0.8.16", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "b1d289c2cb03a2f8249912c53e96ced38f879926" + "reference": "d4c8eab0683dc056f2ca54ca67f5388527c068b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b1d289c2cb03a2f8249912c53e96ced38f879926", - "reference": "b1d289c2cb03a2f8249912c53e96ced38f879926", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d4c8eab0683dc056f2ca54ca67f5388527c068b1", + "reference": "d4c8eab0683dc056f2ca54ca67f5388527c068b1", "shasum": "" }, "require": { @@ -3056,14 +3148,13 @@ "jakub-onderka/php-console-highlighter": "0.3.*", "nikic/php-parser": "~1.3|~2.0|~3.0", "php": ">=5.3.9", - "symfony/console": "~2.3.10|^2.4.2|~3.0", - "symfony/var-dumper": "~2.7|~3.0" + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", + "symfony/var-dumper": "~2.7|~3.0|~4.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~1.11", "hoa/console": "~3.16|~1.14", "phpunit/phpunit": "^4.8.35|^5.4.3", - "symfony/finder": "~2.1|~3.0" + "symfony/finder": "~2.1|~3.0|~4.0" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", @@ -3108,7 +3199,7 @@ "interactive", "shell" ], - "time": "2017-11-16T14:29:51+00:00" + "time": "2017-12-10T21:49:27+00:00" }, { "name": "ramsey/uuid", @@ -3518,7 +3609,7 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", @@ -3574,16 +3665,16 @@ }, { "name": "symfony/console", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0" + "reference": "2cdef78de8f54f68ff16a857e710e7302b47d4c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0", - "reference": "9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0", + "url": "https://api.github.com/repos/symfony/console/zipball/2cdef78de8f54f68ff16a857e710e7302b47d4c7", + "reference": "2cdef78de8f54f68ff16a857e710e7302b47d4c7", "shasum": "" }, "require": { @@ -3639,11 +3730,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-11-29T13:28:14+00:00" + "time": "2017-12-02T18:20:11+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -3696,7 +3787,7 @@ }, { "name": "symfony/debug", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -3752,7 +3843,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -3815,7 +3906,7 @@ }, { "name": "symfony/finder", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -3864,7 +3955,7 @@ }, { "name": "symfony/http-foundation", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", @@ -3918,16 +4009,16 @@ }, { "name": "symfony/http-kernel", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2df856c9dd8a1e1f11439b12e58c474afc1aac0d" + "reference": "b101bb29071163563d4c8b537b35845eaf909235" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2df856c9dd8a1e1f11439b12e58c474afc1aac0d", - "reference": "2df856c9dd8a1e1f11439b12e58c474afc1aac0d", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b101bb29071163563d4c8b537b35845eaf909235", + "reference": "b101bb29071163563d4c8b537b35845eaf909235", "shasum": "" }, "require": { @@ -4002,7 +4093,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2017-11-30T16:56:05+00:00" + "time": "2017-12-04T23:05:00+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -4232,7 +4323,7 @@ }, { "name": "symfony/process", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -4281,7 +4372,7 @@ }, { "name": "symfony/routing", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", @@ -4359,7 +4450,7 @@ }, { "name": "symfony/translation", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", @@ -4427,7 +4518,7 @@ }, { "name": "symfony/var-dumper", - "version": "v3.4.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git",