From 1fc4bcba2552a212a7f374af56451fafff158200 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 8 Jan 2018 19:39:05 -0600 Subject: [PATCH] Add arrilot/laravel-widgets dependency --- composer.json | 5 ++-- composer.lock | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6f55ce79..6d3c2ac4 100755 --- a/composer.json +++ b/composer.json @@ -43,8 +43,9 @@ "pragmarx/version": "0.2.3", "guzzlehttp/guzzle": "6.3.0", "jmikola/geojson": "1.0.2", - "nabeel/vacentral": "dev-master", - "laracasts/flash": "3.0.2" + "laracasts/flash": "3.0.2", + "arrilot/laravel-widgets": "3.9.0", + "nabeel/vacentral": "dev-master" }, "require-dev": { "phpunit/phpunit": "6.4.0", diff --git a/composer.lock b/composer.lock index 3e1ff021..857db552 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,69 @@ "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": "4de9608649fcc236b469e80f9c8bc9c9", + "content-hash": "07343f392a65c9cc9ffbd650ec89af3f", "packages": [ + { + "name": "arrilot/laravel-widgets", + "version": "3.9.0", + "source": { + "type": "git", + "url": "https://github.com/arrilot/laravel-widgets.git", + "reference": "83f7a95f8bf77e4b10f51e71560e78dbf2af7407" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/arrilot/laravel-widgets/zipball/83f7a95f8bf77e4b10f51e71560e78dbf2af7407", + "reference": "83f7a95f8bf77e4b10f51e71560e78dbf2af7407", + "shasum": "" + }, + "require": { + "illuminate/console": ">=5.1", + "illuminate/container": ">=5.1", + "illuminate/contracts": ">=5.1", + "illuminate/support": ">=5.1", + "illuminate/view": ">=5.1", + "php": ">=5.5.9" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Arrilot\\Widgets\\ServiceProvider" + ], + "aliases": { + "Widget": "Arrilot\\Widgets\\Facade", + "AsyncWidget": "Arrilot\\Widgets\\AsyncFacade" + } + } + }, + "autoload": { + "psr-4": { + "Arrilot\\Widgets\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nekrasov Ilya", + "email": "nekrasov.ilya90@gmail.com" + } + ], + "description": "A powerful alternative to view composers. Asynchronous widgets, reloadable widgets, console generator, caching - everything you can think of.", + "homepage": "https://github.com/Arrilot/laravel-widgets", + "keywords": [ + "ajax", + "laravel", + "widgets" + ], + "time": "2017-11-23T21:18:07+00:00" + }, { "name": "composer/semver", "version": "1.4.2",