From b3272bdbb7f95c0b19e740529acafed7d3395e06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 09:45:37 +0000 Subject: [PATCH] Bump orangehill/iseed from 2.5 to 2.6.1 Bumps [orangehill/iseed](https://github.com/orangehill/iseed) from 2.5 to 2.6.1. - [Release notes](https://github.com/orangehill/iseed/releases) - [Commits](https://github.com/orangehill/iseed/compare/v2.5...v2.6.1) Signed-off-by: dependabot-preview[bot] --- composer.lock | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index fce8f53..6d04f0d 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "fa0434e602408e38dff21368f5d6bb33", @@ -345,9 +345,9 @@ }, "require": { "guzzlehttp/guzzle": "~6.0", - "illuminate/support": "~5.0", + "illuminate/support": "^5.0 || ^6.0", "league/event": "^2.1", - "php": ">=5.5.0" + "php": ">=5.6.0" }, "require-dev": { "phpspec/prophecy": "^1.5", @@ -361,6 +361,14 @@ "extra": { "branch-alias": { "dev-master": "3.0-dev" + }, + "laravel": { + "providers": [ + "Telegram\\Bot\\Laravel\\TelegramServiceProvider" + ], + "aliases": { + "Telegram": "Telegram\\Bot\\Laravel\\Facades\\Telegram" + } } }, "autoload": { @@ -2956,16 +2964,16 @@ }, { "name": "orangehill/iseed", - "version": "v2.5", + "version": "v2.6.1", "source": { "type": "git", "url": "https://github.com/orangehill/iseed.git", - "reference": "4d635d2d5a33e2135b25a12e26beda059b990e8b" + "reference": "360ba1314e1dc950438bbb8006fc220de47dca00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orangehill/iseed/zipball/4d635d2d5a33e2135b25a12e26beda059b990e8b", - "reference": "4d635d2d5a33e2135b25a12e26beda059b990e8b", + "url": "https://api.github.com/repos/orangehill/iseed/zipball/360ba1314e1dc950438bbb8006fc220de47dca00", + "reference": "360ba1314e1dc950438bbb8006fc220de47dca00", "shasum": "" }, "require": { @@ -2979,6 +2987,13 @@ "phpunit/phpunit": "^5.7" }, "type": "library", + "extra": { + "laravel": { + "providers": [ + "Orangehill\\Iseed\\IseedServiceProvider" + ] + } + }, "autoload": { "psr-0": { "Orangehill\\Iseed": "src/" @@ -3004,7 +3019,7 @@ "laravel", "seed" ], - "time": "2017-07-13T09:57:05+00:00" + "time": "2018-12-07T08:06:29+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -3603,6 +3618,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2017-06-30T09:13:00+00:00" }, {