mirror of
https://github.com/danog/stun.git
synced 2024-11-26 20:14:44 +01:00
23 lines
474 B
JSON
23 lines
474 B
JSON
|
{
|
||
|
"name": "danog/stun",
|
||
|
"description": "Pure PHP async implementation of STUN",
|
||
|
"type": "library",
|
||
|
"require": {
|
||
|
"php-64bit": ">=8.1.17",
|
||
|
"amphp/socket": "^2.2",
|
||
|
"webmozart/assert": "^1.11"
|
||
|
},
|
||
|
"license": "AGPLv3",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Danog\\Stun\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Daniil Gentili",
|
||
|
"email": "daniil@daniil.it"
|
||
|
}
|
||
|
]
|
||
|
}
|