From 161f1e5064338896200599bae89b2d3033e0dac8 Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Fri, 12 Apr 2024 09:35:03 +0200 Subject: [PATCH] Project initialisation --- README.md | 4 ++-- composer.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 904cea3..218cfe0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# XXX +# jrosset/debug-info -XXX \ No newline at end of file +Provide a better support for class debug \ No newline at end of file diff --git a/composer.json b/composer.json index d1d1031..6e35baa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "jrosset/xxx", - "description": "XXX", + "name": "jrosset/debug-info", + "description": "Provide a better support for class debug", "keywords": [ ], "type": "library", @@ -15,7 +15,7 @@ "minimum-stability": "stable", "require": { - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "autoload": { "psr-4": { @@ -25,7 +25,7 @@ }, "readme": "README.md", - "homepage": "https://git.jrosset.ovh/jrosset/XXX", + "homepage": "https://git.jrosset.ovh/jrosset/PhpDebugInfo", "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/PhpDebugInfo/issues", + "wiki": "https://git.jrosset.ovh/jrosset/PhpDebugInfo/wiki", + "docs": "https://git.jrosset.ovh/jrosset/PhpDebugInfo/wiki", + "source": "https://git.jrosset.ovh/jrosset/PhpDebugInfo" } } \ No newline at end of file