diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-14 15:20:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-14 15:20:56 +0100 |
commit | 708c05f2dd36f89d5c628e4b4ba2c53958f7b85d (patch) | |
tree | 34f71af381da98886483ed0a97935300f4160d75 /composer.json | |
parent | 8fc26514257a0304be789c2d12d31fc6bcbd1331 (diff) |
re-license spec file to CECILL-2.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 978cb19..eab6263 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "PHP Enum implementation", "keywords": ["enum"], - "homepage": "http://github.com/myclabs/php-enum", + "homepage": "https://github.com/myclabs/php-enum", "license": "MIT", "authors": [ { @@ -31,6 +31,6 @@ "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "1.*", - "vimeo/psalm": "^4.6.2" + "vimeo/psalm": "^4.6.2 || ^5.2" } } |