Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Untenzu <mail@pixelbrackets.de>2022-05-25 16:43:17 +0300
committerGitHub <noreply@github.com>2022-05-25 16:43:17 +0300
commit74846ca8cff4049b6cdffe4ee7605d86d778d892 (patch)
tree161f0a756c47df9f70fcc4eda05d0bbf956b5ee4 /composer.json
parent8198c387746c426ccb3bcbb2e4a2340a6aade718 (diff)
[FEATURE] Composer: Revise project type (#19268)
Switch the type from proprietary "application" to "project", which is supported natively by Composer. This also allows Packagist to recommend the correct installation command (`composer create-project` instead of `composer require`), since type »application« is treated like a »library« which is not correct.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index ccbc85c89e..0ffc8bcde4 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "matomo/matomo",
- "type": "application",
- "description": "the leading free/libre analytics platform",
+ "type": "project",
+ "description": "Matomo is the leading Free/Libre open analytics platform",
"keywords": [
"piwik",
"matomo",