Fix PHP requirements
This commit is contained in:
committed by
Bastian Allgeier
parent
92b7a330fa
commit
214e97a043
@@ -1,33 +1,37 @@
|
|||||||
{
|
{
|
||||||
"name": "getkirby/starterkit",
|
"name": "getkirby/starterkit",
|
||||||
"description": "Kirby Starterkit",
|
"description": "Kirby Starterkit",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"keywords": ["kirby", "cms", "starterkit"],
|
"keywords": [
|
||||||
"homepage": "https://getkirby.com",
|
"kirby",
|
||||||
"authors": [
|
"cms",
|
||||||
{
|
"starterkit"
|
||||||
"name": "Bastian Allgeier",
|
],
|
||||||
"email": "bastian@getkirby.com",
|
"homepage": "https://getkirby.com",
|
||||||
"homepage": "https://getkirby.com"
|
"authors": [
|
||||||
}
|
{
|
||||||
],
|
"name": "Bastian Allgeier",
|
||||||
"support": {
|
"email": "bastian@getkirby.com",
|
||||||
"email": "support@getkirby.com",
|
"homepage": "https://getkirby.com"
|
||||||
"issues": "https://github.com/getkirby/starterkit/issues",
|
|
||||||
"forum": "https://forum.getkirby.com",
|
|
||||||
"source": "https://github.com/getkirby/starterkit"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=7.3.0 <8.1.0",
|
|
||||||
"getkirby/cms": "^3.5"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"start": [
|
|
||||||
"Composer\\Config::disableProcessTimeout",
|
|
||||||
"@php -S localhost:8000 kirby/router.php"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"optimize-autoloader": true
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"email": "support@getkirby.com",
|
||||||
|
"issues": "https://github.com/getkirby/starterkit/issues",
|
||||||
|
"forum": "https://forum.getkirby.com",
|
||||||
|
"source": "https://github.com/getkirby/starterkit"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.4.0 <8.1.0",
|
||||||
|
"getkirby/cms": "^3.6"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": [
|
||||||
|
"Composer\\Config::disableProcessTimeout",
|
||||||
|
"@php -S localhost:8000 kirby/router.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"optimize-autoloader": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user