Skip to content

Commit ccef76a

Browse files
committed
v1
1 parent 024c390 commit ccef76a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "dot/component-js",
3+
"description": "laravel_admin extension component js",
4+
"type": "library",
5+
"keywords": ["laravel", "admin","extension","component-js"],
6+
"homepage": "https://github.com/ydtg1993/laravel-admin-component-js",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "hikki",
11+
"email": "[email protected]"
12+
}
13+
],
14+
"require": {
15+
"php": "^7.2",
16+
"encore/laravel-admin": "~1.6"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"Dot\\Component\\": "src/"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)