diff --git a/composer.json b/composer.json index e4d4f3f..7483898 100755 --- a/composer.json +++ b/composer.json @@ -2,20 +2,28 @@ "name": "yootheme/starter-utils", "description": "YOOtheme Pro - Starter Utilities", "license": "MIT", + "keywords": [ + "joomla", + "wordpress", + "yootheme" + ], "homepage": "https://yootheme.com", "support": { "issues": "https://github.com/yootheme/starter-utils/issues", "source": "https://github.com/yootheme/starter-utils" }, - "autoload": { - "psr-4": { - "YOOtheme\\Starter\\": "src" - } + "require": { + "php": "^8.0" }, "require-dev": { "composer/composer": "^2.7", "phpstan/phpstan": "^1.11" }, + "autoload": { + "psr-4": { + "YOOtheme\\Starter\\": "src" + } + }, "scripts": { "phpstan": "phpstan analyse -c phpstan.neon", "run:task": "YOOtheme\\Starter\\TaskHelper::run", diff --git a/composer.lock b/composer.lock index a7b4343..14cd5c4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2b1defbfa49dfb490696a49c22a2ac34", + "content-hash": "f026c5160b8cc3716201479be206074a", "packages": [], "packages-dev": [ { @@ -2194,7 +2194,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "^8.0" + }, "platform-dev": [], "plugin-api-version": "2.6.0" }