Skip to content

Commit

Permalink
add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezax5 authored Feb 1, 2023
1 parent c632903 commit 2c63a85
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "alireza/xuiapi",
"description": "api for x-ui panel",
"type": "library",
"autoload": {
"psr-4": {
"alirezax5\\XuiApi\\": "src/",
"alirezax5\\XuiApi\\Panel\\": "src/Panel"
}
},
"authors": [
{
"name": "alirezax5",
"email": "[email protected]"
}
],
"require": {}
}

0 comments on commit 2c63a85

Please sign in to comment.