From 6f50113fce67ab0f89d40a269107e3149adba90d Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Thu, 20 Jul 2023 12:37:56 +0200 Subject: [PATCH] Initialize the project --- README.md | 4 ++-- composer.json | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 904cea3..d8123c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# XXX +# PhpReflectionNamespace -XXX \ No newline at end of file +Provide a class for sort of namespace reflection diff --git a/composer.json b/composer.json index d1d1031..28c8b51 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "jrosset/xxx", - "description": "XXX", + "name": "jrosset/reflectionnamespace", + "description": "Provide a class for sort of namespace reflection", "keywords": [ ], "type": "library", @@ -9,13 +9,13 @@ }, "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "minimum-stability": "stable", "require": { - "php": "^7.4 || ^8.0" + "php": "^8.1" }, "autoload": { "psr-4": { @@ -25,7 +25,7 @@ }, "readme": "README.md", - "homepage": "https://git.jrosset.ovh/jrosset/XXX", + "homepage": "https://git.jrosset.ovh/jrosset/PhpReflectionNamespace", "license": "CC-BY-4.0", "authors": [ { @@ -35,9 +35,9 @@ ], "support": { "email": "jul.rosset@gmail.com", - "issues": "https://git.jrosset.ovh/jrosset/XXX/issues", - "wiki": "https://git.jrosset.ovh/jrosset/XXX/wiki", - "docs": "https://git.jrosset.ovh/jrosset/XXX/wiki", - "source": "https://git.jrosset.ovh/jrosset/XXX" + "issues": "https://git.jrosset.ovh/jrosset/PhpReflectionNamespace/issues", + "wiki": "https://git.jrosset.ovh/jrosset/PhpReflectionNamespace/wiki", + "docs": "https://git.jrosset.ovh/jrosset/PhpReflectionNamespace/wiki", + "source": "https://git.jrosset.ovh/jrosset/PhpReflectionNamespace" } } \ No newline at end of file