forked from orchestral/html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.05 KB
/
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
38
39
40
{
"name": "orchestra/html",
"description": "HTML Component for Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/html/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "html", "form", "table"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "[email protected]",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Html\\" : "src/"
}
},
"require": {
"php": ">=7.2",
"illuminate/translation": "^7.0",
"laravie/html": "^7.0",
"orchestra/contracts": "^5.0",
"orchestra/support": "^5.0"
},
"require-dev": {
"illuminate/database": "^7.0",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^5.0"
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}