Update links in composer.json
This commit is contained in:
parent
bbf9e64ddc
commit
625a8bef23
|
@ -16,7 +16,7 @@
|
||||||
"ThrowErrorException",
|
"ThrowErrorException",
|
||||||
"TriggerExceptionError"
|
"TriggerExceptionError"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/opencultureconsulting/php-basics",
|
"homepage": "https://opencultureconsulting.github.io/php-basics/",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/opencultureconsulting/php-basics/issues",
|
"issues": "https://github.com/opencultureconsulting/php-basics/issues",
|
||||||
"source": "https://github.com/opencultureconsulting/php-basics",
|
"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": {
|
"require": {
|
||||||
"php": "^8.0"
|
"php": "^8.0"
|
||||||
|
|
Loading…
Reference in New Issue