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:
+2
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user