Skip to content

Commit fc7599b

Browse files
committed
1.0.0
0 parents  commit fc7599b

20 files changed

+19354
-0
lines changed

composer.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "laravelwebdev/table",
3+
"description": "A Laravel Nova card.",
4+
"keywords": [
5+
"laravel",
6+
"nova"
7+
],
8+
"license": "MIT",
9+
"require": {
10+
"php": "^8.1",
11+
"illuminate/support": "^10.0|^11.0"
12+
},
13+
"require-dev": {
14+
"laravel/nova": "^5.0",
15+
"laravel/nova-devtool": "^1.2"
16+
},
17+
"repositories": [
18+
{ "type": "composer", "url": "https://nova.laravel.com" }
19+
],
20+
"autoload": {
21+
"psr-4": {
22+
"Laravelwebdev\\Table\\": "src/"
23+
}
24+
},
25+
"extra": {
26+
"laravel": {
27+
"providers": [
28+
"Laravelwebdev\\Table\\CardServiceProvider"
29+
]
30+
}
31+
},
32+
"config": {
33+
"sort-packages": true
34+
},
35+
"minimum-stability": "dev",
36+
"prefer-stable": true
37+
}

0 commit comments

Comments
 (0)