diff --git a/composer.json b/composer.json index 21e1678..1766c76 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,11 @@ "homepage": "https://github.com/FGrosse/PHPASN1", "license": "MIT", "authors": [ + { + "name": "Frederik Bosch", + "email": "f.bosch@genkgo.nl", + "role": "Author" + }, { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", @@ -13,13 +18,13 @@ }, { "name": "All contributors", - "homepage": "https://github.com/FGrosse/PHPASN1/contributors" + "homepage": "https://github.com/genkgo/php-asn1/contributors" } ], "keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ], "require": { - "php": "^8.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { "phpunit/phpunit": "^9.0",