Add arrilot/laravel-widgets dependency

This commit is contained in:
Nabeel Shahzad 2018-01-08 19:39:05 -06:00
parent a8ecc8a26f
commit 1fc4bcba25
2 changed files with 65 additions and 3 deletions

View File

@ -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",

63
composer.lock generated
View File

@ -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",