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