Skip to content

Commit

Permalink
explicitly support php version, add author
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Apr 3, 2023
1 parent e121402 commit 16ea71d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"homepage": "https://github.com/FGrosse/PHPASN1",
"license": "MIT",
"authors": [
{
"name": "Frederik Bosch",
"email": "[email protected]",
"role": "Author"
},
{
"name": "Friedrich Große",
"email": "[email protected]",
Expand All @@ -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",
Expand Down

0 comments on commit 16ea71d

Please sign in to comment.