-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.03 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
36
37
38
39
40
41
42
43
{
"name": "sophat/elements",
"version": "0.0.1-beta",
"description": "Sophat/Elements components is Build for SmartERP, and SmartPOS Components",
"license": "MIT",
"homepage": "https://github.com/iMSophat/elements",
"type": "library",
"keywords": [
"sophat",
"turbotech-components"
],
"authors": [
{
"name": "Leat Sophat",
"email": "info.sophat@gmail.com",
"role": "Developer",
"homepage": "https://leatsophat.me"
}
],
"extra": {
"laravel": {
"providers": [
"Sophat\\Elements\\ElementsServicesProvider"
]
}
},
"require": {
"php": ">=7.4.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1"
},
"autoload": {
"psr-4": {
"Sophat\\Elements\\":"src",
"Sophat\\Elements\\Test\\":"tests"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}