-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1010 Bytes
/
composer.json
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
{
"name": "orchestra/support-core",
"description": "Support (Core) Component for Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/support/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "validator", "utilities"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Support\\" : ""
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^9.0",
"orchestra/contracts": "^7.0",
"statamic/stringy": "^3.1"
},
"extra": {
"branch-alias": {
"dev-master": "7.0-dev"
}
},
"config": {
"sort-packages": true
},
"support": {
"issues": "https://github.com/orchestral/support/issues"
},
"minimum-stability": "dev"
}