downgrade to kirby v3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"keywords": [
|
||||
"kirby",
|
||||
"cms",
|
||||
"plainkit"
|
||||
"starterkit"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
@@ -17,12 +17,16 @@
|
||||
"homepage": "https://getkirby.com",
|
||||
"support": {
|
||||
"email": "support@getkirby.com",
|
||||
"issues": "https://github.com/getkirby/starterkit/issues",
|
||||
"forum": "https://forum.getkirby.com",
|
||||
"source": "https://github.com/getkirby/plainkit"
|
||||
"source": "https://github.com/getkirby/starterkit"
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
||||
"getkirby/cms": "^4.0"
|
||||
"php": ">=7.4.0 <8.0.0",
|
||||
"getkirby/cms": "^3.6",
|
||||
"sylvainjule/embed": "^1.0",
|
||||
"jg/kirby-fields-block": "^1.1",
|
||||
"sylvainjule/color-palette": "^1.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
Reference in New Issue
Block a user