- add ResumptionToken for OAI-ListIdentifiers

- max identifiers and reciords via config
- add constants.php
- add clear-expired command for deleting obsolete cache
This commit is contained in:
Arno Kaimbacher 2020-05-07 19:29:18 +02:00
parent 9d8625225f
commit 79b51e93e7
11 changed files with 395 additions and 27 deletions

52
composer.lock generated
View file

@ -4,8 +4,58 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8bb6d0c35adaea7dda9a8f822bafa019",
"content-hash": "afea7cda488160b5ceee2f305b6a3a53",
"packages": [
{
"name": "arifhp86/laravel-clear-expired-cache-file",
"version": "v0.0.4",
"source": {
"type": "git",
"url": "https://github.com/arifhp86/laravel-clear-expired-cache-file.git",
"reference": "263167d6596db92a472e18782f8b4434fcf1a09f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/arifhp86/laravel-clear-expired-cache-file/zipball/263167d6596db92a472e18782f8b4434fcf1a09f",
"reference": "263167d6596db92a472e18782f8b4434fcf1a09f",
"shasum": ""
},
"require": {
"illuminate/support": ">=5.4.0",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Arifhp86\\ClearExpiredCacheFile\\Providers\\CacheClearServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Arifhp86\\ClearExpiredCacheFile\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arifur Rahman",
"email": "arifhp86@gmail.com"
}
],
"description": "Remove laravel expired cache file/folder",
"keywords": [
"cache",
"clear",
"expired",
"laravel"
],
"time": "2020-04-18T05:02:06+00:00"
},
{
"name": "astrotomic/laravel-translatable",
"version": "v11.8.1",