feat: add mzur/kirby-uniform plugin and update .gitignore

Included the `mzur/kirby-uniform` plugin in `composer.json` for enhanced form handling functionality. Updated `.gitignore` to exclude `/site/plugins/` for better project structure and version control.
This commit is contained in:
2025-07-13 16:48:47 +02:00
parent 1680a0838f
commit 090ac601a5
3 changed files with 182 additions and 2 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^5.0"
"getkirby/cms": "^5.0",
"mzur/kirby-uniform": "^5.6"
},
"config": {
"allow-plugins": {