File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .sublime- *
2+ composer.lock
3+ .phpunit.result.cache
4+
5+ # files of Composer dependencies that are not needed for the plugin
16vendor /*
27! vendor /composer
38! vendor /mzur /kirby-form
49! vendor /mzur /kirby-flash
510! vendor /autoload.php
6- * .sublime- *
7- composer.lock
8- .phpunit.result.cache
Original file line number Diff line number Diff line change 11{
22 "name" : " mzur/kirby-uniform" ,
33 "description" : " A versatile Kirby plugin to handle web form actions." ,
4- "type" : " library " ,
4+ "type" : " kirby-plugin " ,
55 "license" : " GPL-2.0-or-later" ,
66 "keywords" : [" kirby" , " form" ],
77 "authors" : [
1616 "docs" : " http://kirby-uniform.readthedocs.io"
1717 },
1818 "require" : {
19- "mzur/kirby-form" : " ^3.0"
19+ "mzur/kirby-form" : " ^3.0" ,
20+ "getkirby/composer-installer" : " ^1.2"
2021 },
2122 "require-dev" : {
2223 "phpunit/phpunit" : " ^9.0" ,
3738 "Uniform\\ Tests\\ " : " tests/"
3839 }
3940 },
40- "extra" : {
41- "kirby-cms-path" : " vendor/getkirby/kirby"
42- },
4341 "config" : {
42+ "optimize-autoloader" : true ,
4443 "allow-plugins" : {
4544 "getkirby/composer-installer" : true
4645 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments