From 3afee633cbc8b7ffa99ac2dd0786a76ce5168d53 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Mon, 1 Nov 2021 05:08:02 +0200 Subject: [PATCH] Update metadata --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2cc8e35..9fd72bc 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,20 @@ { "name": "arokettu/path", - "description": "", - "keywords": [], + "description": "Path manipulation library", + "keywords": ["paths", "relative path", "filesystem"], "type": "library", "license": "MIT", "authors": [ { "name": "Anton Smirnov", - "email": "sandfox@sandfox.me" + "email": "sandfox@sandfox.me", + "role": "developer", + "homepage": "https://sandfox.me/" } ], "support": { + "source": "https://gitlab.com/sandfox/php-path", + "issues": "https://gitlab.com/sandfox/php-path/-/issues" }, "config": { "sort-packages": true