diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-03 08:08:08 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-03 08:08:08 +0100 |
commit | 3766f476a7a80dea5d8b414e7a594820cc81fb20 (patch) | |
tree | bbcf322d43f0315bba6a3fc852f4ba2cae6e68c8 /composer.json | |
parent | 97aa42b5b9fe84bf90112d64b8e2d34139e4e656 (diff) |
update to 6.0.2unbundled
open https://github.com/llaville/php-compatinfo/issues/316
regression, compatibility with Symfony 4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 474d0a3..8ac475c 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" }, @@ -82,9 +83,6 @@ "prefer-stable": true, "config": { "sort-packages": true, - "optimize-autoloader": true, - "allow-plugins": { - "composer/package-versions-deprecated": true - } + "optimize-autoloader": true } } |