-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 933 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 933 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
{
"name": "timephp/script",
"type": "library",
"license": "GPL-3.0-or-later",
"description": "Script to update the component list",
"homepage": "https://github.com/TimePHP-org/TimePHP-Script",
"keywords": ["TimePHP", "Framework", "PHP", "MVC"],
"minimum-stability": "stable",
"readme": "https://github.com/TimePHP-org/TimePHP-Script/blob/master/README.md",
"version": "1.0.0",
"support": {
"email": "timephp.org@gmail.com",
"docs": "https://timephp-org.github.io/TimePHP-Docs/#/",
"issues": "https://github.com/TimePHP-org/TimePHP-Script/issues",
"source": "https://github.com/TimePHP-org/TimePHP-Script/releases"
},
"authors": [
{
"name": "Robin B",
"email": "timephp.org@gmail.com",
"role": "developer"
}
],
"autoload": {
"psr-4": {
"TimePHP\\": "src/"
}
}
}