forked from nibri10/nova-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (46 loc) · 1.05 KB
/
composer.json
File metadata and controls
49 lines (46 loc) · 1.05 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
44
45
46
47
48
49
{
"name": "nibri10/nova-grid",
"description": "Add coluns to create and Update resources",
"keywords": [
"laravel",
"nova"
],
"license": "MIT",
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"nibri10/nova-grid" : "dev-master"
},
"autoload": {
"psr-4": {
"Nibri10\\NovaGrid\\": "src/"
}
},
"repositories": [
{
"type":"package",
"package": {
"name": "nibri10/nova-grid",
"version":"master",
"source": {
"url": "https://github.com/nibri10/nova-grid.git",
"type": "git",
"reference":"master"
}
}
}
],
"extra": {
"laravel": {
"providers": [
"Nibri10\\NovaGrid\\ToolServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}