summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-05 15:47:43 +0100
committerRemi Collet <remi@php.net>2022-01-05 15:47:43 +0100
commitd9f5b88d0f0615dcfbd149af6b2944d61c470ecb (patch)
treedf71c7fc446de4badc27ce3e6fd3643aabc4da91 /composer.json
parent086476e89f5feab66f506295d9687b07fbac17c2 (diff)
update to 6.0.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 5aee5c7..2ba23ca 100644
--- a/composer.json
+++ b/composer.json
@@ -4,10 +4,10 @@
"keywords": ["compatibility", "version"],
"type": "library",
"license": "BSD-3-Clause",
- "homepage": "http://php5.laurent-laville.org/compatinfo/",
+ "homepage": "https://github.com/llaville/php-compatinfo",
"support": {
- "source": "https://github.com/llaville/php-compat-info",
- "issues": "https://github.com/llaville/php-compat-info/issues"
+ "source": "https://github.com/llaville/php-compatinfo",
+ "issues": "https://github.com/llaville/php-compatinfo/issues"
},
"require": {
"php": "^7.4|^8.0",
@@ -15,7 +15,7 @@
"ext-libxml": "*",
"ext-pcre": "*",
"ext-spl": "*",
- "bartlett/php-compatinfo-db": "^3.6",
+ "bartlett/php-compatinfo-db": ">=3.6 <3.17",
"composer/package-versions-deprecated": "^1.8",
"doctrine/collections": "^1.4",
"nikic/php-parser": "^4.10",
@@ -36,7 +36,6 @@
"authors": [
{
"name": "Laurent Laville",
- "email": "pear@laurent-laville.org",
"homepage": "https://github.com/llaville",
"role": "Lead"
},