diff --git a/composer.json b/composer.json index 4f6589e..fb9cde1 100644 --- a/composer.json +++ b/composer.json @@ -1,33 +1,37 @@ { - "name": "getkirby/starterkit", - "description": "Kirby Starterkit", - "type": "project", - "keywords": ["kirby", "cms", "starterkit"], - "homepage": "https://getkirby.com", - "authors": [ - { - "name": "Bastian Allgeier", - "email": "bastian@getkirby.com", - "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/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 + "name": "getkirby/starterkit", + "description": "Kirby Starterkit", + "type": "project", + "keywords": [ + "kirby", + "cms", + "starterkit" + ], + "homepage": "https://getkirby.com", + "authors": [ + { + "name": "Bastian Allgeier", + "email": "bastian@getkirby.com", + "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/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 + } }