Fix PHP requirements

This commit is contained in:
Ahmet Bora
2021-11-16 17:40:08 +03:00
committed by Bastian Allgeier
parent 92b7a330fa
commit 214e97a043

View File

@@ -2,7 +2,11 @@
"name": "getkirby/starterkit", "name": "getkirby/starterkit",
"description": "Kirby Starterkit", "description": "Kirby Starterkit",
"type": "project", "type": "project",
"keywords": ["kirby", "cms", "starterkit"], "keywords": [
"kirby",
"cms",
"starterkit"
],
"homepage": "https://getkirby.com", "homepage": "https://getkirby.com",
"authors": [ "authors": [
{ {
@@ -18,8 +22,8 @@
"source": "https://github.com/getkirby/starterkit" "source": "https://github.com/getkirby/starterkit"
}, },
"require": { "require": {
"php": ">=7.3.0 <8.1.0", "php": ">=7.4.0 <8.1.0",
"getkirby/cms": "^3.5" "getkirby/cms": "^3.6"
}, },
"scripts": { "scripts": {
"start": [ "start": [