Skip to content

Commit 995e0e3

Browse files
committed
Update composer.json with new package name and metadata
Renamed the package to "engnua/laravel-vue-primeui-starter-kit" to better reflect the project's scope. Updated the description and added relevant keywords for improved discoverability.
1 parent 51a984a commit 995e0e3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
3-
"name": "laravel/vue-starter-kit",
3+
"name": "engnua/laravel-vue-primeui-starter-kit",
44
"type": "project",
5-
"description": "The skeleton application for the Laravel framework.",
5+
"description": "The unofficial skeleton application for the Laravel framework.",
66
"keywords": [
77
"laravel",
8-
"framework"
8+
"framework",
9+
"engnua",
10+
"vue-starter-kit",
11+
"primeui",
12+
"primevue",
13+
"ptime",
14+
"vue"
915
],
1016
"license": "MIT",
1117
"require": {

0 commit comments

Comments
 (0)