-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 953 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "metaseller/teletype-sdk-php",
"version": "0.1.0",
"description": "PHP SDK for Teletype App Public API",
"type": "library",
"license": "Apache-2.0",
"keywords": [
"php",
"teletype",
"api"
],
"homepage": "https://github.com/metaseller/teletype-sdk-php",
"authors": [
{
"name": "Igor Frolenkov",
"email": "igor@frolenkov.ru"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.3.0"
},
"autoload": {
"psr-4": {
"Metaseller\\TeletypeApp\\": "src",
"Metaseller\\TeletypeApp\\exceptions\\": "src/exceptions",
"Metaseller\\TeletypeApp\\models\\": "src/models",
"Metaseller\\TeletypeApp\\services\\": "src/services",
"Metaseller\\TeletypeApp\\traits\\": "src/traits"
}
},
"require-dev": {
"rector/rector": "dev-main"
}
}