Update Kirby and add password guard
This commit is contained in:
parent
aaf1aa7890
commit
55d4e45891
987 changed files with 160116 additions and 66454 deletions
35
private/site/plugins/kirby-password-guard/composer.json
Executable file
35
private/site/plugins/kirby-password-guard/composer.json
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "pechente/kirby-password-guard",
|
||||
"description": "Kirby Password Guard",
|
||||
"license": "MIT",
|
||||
"type": "kirby-plugin",
|
||||
"homepage": "https://github.com/Pechente/kirby-password-guard/",
|
||||
"version": "1.3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "René Henrich",
|
||||
"email": "contact@rene-henrich.de"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.0.0",
|
||||
"getkirby/cms": ">=4.0.0",
|
||||
"getkirby/composer-installer": "^1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"kirby5",
|
||||
"kirby5-cms",
|
||||
"kirby5-plugin",
|
||||
"password",
|
||||
"guard",
|
||||
"protect",
|
||||
"development",
|
||||
"panel"
|
||||
],
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue