Skip to content

Commit 8ff704f

Browse files
committed
Added composer.init
1 parent c12c2ed commit 8ff704f

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "trash07/simple-php-debuging",
3+
"description": "Simple PHP debuging tools",
4+
"type": "library",
5+
"license": "GPL-3.0",
6+
"authors": [
7+
{
8+
"name": "trash07",
9+
"email": "mmkpeto5@gmail.com"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)