Skip to content

Commit dbf574f

Browse files
author
Martin René Sørensen
committed
Added Composer.json
1 parent 75bc203 commit dbf574f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "sicet7/debug",
3+
"description": "Some small useful debug functions.",
4+
"authors": [
5+
{
6+
"name": "Martin renee soerensen",
7+
"email": "sicet7@hotmail.com"
8+
}
9+
],
10+
"minimum-stability": "dev",
11+
"require": {
12+
"php": ">=5.3.0"
13+
},
14+
"autoload": {
15+
"files": ["Functions.php"]
16+
}
17+
}

0 commit comments

Comments
 (0)