Fix composer.json

This commit is contained in:
Daniil Gentili 2023-09-01 22:33:44 +02:00
parent 1fe632bfb3
commit 90b2ee3bfa

View File

@ -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/"