summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-03 07:52:25 +0100
committerRemi Collet <remi@php.net>2022-01-03 07:52:25 +0100
commit086476e89f5feab66f506295d9687b07fbac17c2 (patch)
tree7f6095ab013f503e850af534dfe08f5adaafaed9 /composer.json
parent681300c6556c5c09ea5330f589a024068704f726 (diff)
update to 6.0.2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 474d0a3..5aee5c7 100644
--- a/composer.json
+++ b/composer.json
@@ -4,10 +4,10 @@
"keywords": ["compatibility", "version"],
"type": "library",
"license": "BSD-3-Clause",
- "homepage": "https://github.com/llaville/php-compatinfo",
+ "homepage": "http://php5.laurent-laville.org/compatinfo/",
"support": {
- "source": "https://github.com/llaville/php-compatinfo",
- "issues": "https://github.com/llaville/php-compatinfo/issues"
+ "source": "https://github.com/llaville/php-compat-info",
+ "issues": "https://github.com/llaville/php-compat-info/issues"
},
"require": {
"php": "^7.4|^8.0",
@@ -36,6 +36,7 @@
"authors": [
{
"name": "Laurent Laville",
+ "email": "pear@laurent-laville.org",
"homepage": "https://github.com/llaville",
"role": "Lead"
},