mirror of
https://github.com/danog/stun.git
synced 2024-11-26 12:04:38 +01:00
Fix composer.json
This commit is contained in:
parent
1fe632bfb3
commit
90b2ee3bfa
@ -2,6 +2,7 @@
|
||||
"name": "danog/stun",
|
||||
"description": "Pure PHP async implementation of STUN",
|
||||
"type": "library",
|
||||
"license": "AGPL-3.0-only",
|
||||
"require": {
|
||||
"php-64bit": ">=8.1.17",
|
||||
"amphp/socket": "^2.2",
|
||||
@ -11,7 +12,6 @@
|
||||
"require-dev": {
|
||||
"amphp/php-cs-fixer-config": "v2.x-dev"
|
||||
},
|
||||
"license": "AGPLv3",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"danog\\Stun\\": "src/"
|
||||
|
Loading…
Reference in New Issue
Block a user