mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove Caffeine (#14277)
It is not required anymore since the session lifetime is 24 days
This commit is contained in:
119
composer.lock
generated
119
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "eca53b0989abe1607b3f5ce9fd711db0",
|
||||
"content-hash": "e21d9022b60ccf67f7b0c0b622348ced",
|
||||
"packages": [
|
||||
{
|
||||
"name": "amenadiel/jpgraph",
|
||||
@@ -1474,69 +1474,6 @@
|
||||
],
|
||||
"time": "2022-02-23T14:25:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "genealabs/laravel-caffeine",
|
||||
"version": "8.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/GeneaLabs/laravel-caffeine.git",
|
||||
"reference": "7f878138eefdc463db4f47af83b2fcdec2b78136"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/GeneaLabs/laravel-caffeine/zipball/7f878138eefdc463db4f47af83b2fcdec2b78136",
|
||||
"reference": "7f878138eefdc463db4f47af83b2fcdec2b78136",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/routing": "^8.0",
|
||||
"illuminate/support": "^8.0",
|
||||
"jenssegers/model": "^1.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.0",
|
||||
"orchestra/testbench-browser-kit": "^6.0",
|
||||
"orchestra/testbench-dusk": "^6.0",
|
||||
"php-coveralls/php-coveralls": "^2.2",
|
||||
"phpmd/phpmd": "^2.7",
|
||||
"phpunit/phpunit": "^9.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"GeneaLabs\\LaravelCaffeine\\Providers\\Service"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GeneaLabs\\LaravelCaffeine\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Bronner",
|
||||
"email": "hello@genealabs.com"
|
||||
}
|
||||
],
|
||||
"description": "Keeping Your Laravel Forms Awake",
|
||||
"support": {
|
||||
"issues": "https://github.com/GeneaLabs/laravel-caffeine/issues",
|
||||
"source": "https://github.com/GeneaLabs/laravel-caffeine/tree/8.0.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/mikebronner",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-09-11T14:04:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
"version": "v1.0.4",
|
||||
@@ -1988,57 +1925,6 @@
|
||||
},
|
||||
"time": "2020-12-26T17:45:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jenssegers/model",
|
||||
"version": "v1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jenssegers/model.git",
|
||||
"reference": "7f037da934e07e448fe1eead259e37d4aaa0d83d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jenssegers/model/zipball/7f037da934e07e448fe1eead259e37d4aaa0d83d",
|
||||
"reference": "7f037da934e07e448fe1eead259e37d4aaa0d83d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
|
||||
"illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "*",
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jenssegers\\Model\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jens Segers",
|
||||
"homepage": "https://jenssegers.com"
|
||||
}
|
||||
],
|
||||
"description": "An Laravel eloquent-like model class, for Laravel and other frameworks",
|
||||
"homepage": "https://github.com/jenssegers/model",
|
||||
"keywords": [
|
||||
"eloquent",
|
||||
"laravel",
|
||||
"model"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/jenssegers/model/issues",
|
||||
"source": "https://github.com/jenssegers/model/tree/v1.5.0"
|
||||
},
|
||||
"time": "2022-02-15T05:45:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
"version": "5.2.12",
|
||||
@@ -12604,7 +12490,8 @@
|
||||
"ext-pcre": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-session": "*",
|
||||
"ext-xml": "*"
|
||||
"ext-xml": "*",
|
||||
"ext-zlib": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
|
Reference in New Issue
Block a user