Update links in composer.json

This commit is contained in:
Sebastian Meyer 2024-01-28 18:00:33 +01:00
parent bbf9e64ddc
commit 625a8bef23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"ThrowErrorException",
"TriggerExceptionError"
],
"homepage": "https://github.com/opencultureconsulting/php-basics",
"homepage": "https://opencultureconsulting.github.io/php-basics/",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
@ -30,7 +30,7 @@
"support": {
"issues": "https://github.com/opencultureconsulting/php-basics/issues",
"source": "https://github.com/opencultureconsulting/php-basics",
"docs": "https://github.com/opencultureconsulting/php-basics/blob/main/README.md"
"docs": "https://opencultureconsulting.github.io/php-basics/"
},
"require": {
"php": "^8.0"