Skip to content

Commit 739065f

Browse files
committed
make composer syntax correct
1 parent e78c958 commit 739065f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": ":vendor_name/:package_name",
2+
"name": "vendor_slug/package_slug",
33
"description": ":package_description",
44
"keywords": [
55
":vendor_name",
6-
":package_name"
6+
"package_slug"
77
],
8-
"homepage": "https://github.com/:vendor_name/:package_name",
8+
"homepage": "https://github.com/vendor_slug/package_slug",
99
"license": "MIT",
1010
"authors": [
1111
{

0 commit comments

Comments
 (0)