Skip to content

Commit a254e28

Browse files
author
vishalkakadiya
committed
Add composer
1 parent d5bd367 commit a254e28

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Unit test coverage
22
coverage
3+
4+
/vendor/

composer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "vishalmadhavjibhaikakadiya/comment-preview",
3+
"type": "library",
4+
"authors": [
5+
{
6+
"name": "vishalkakadiya",
7+
"email": "[email protected]"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)