Skip to content

Commit d54e59c

Browse files
committed
Added composer file
1 parent 67eea6b commit d54e59c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "raulfraile/Ladybug",
3+
"description": "Simple and Extensible PHP Dumper",
4+
"keywords": ["dump", "tree"],
5+
"homepage": "https://github.com/raulfraile/Ladybug",
6+
"type": "library",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Raul Fraile",
11+
"email": "[email protected]",
12+
"homepage": "http://www.raulfrailebeneyto.com/"
13+
}
14+
],
15+
"require": {
16+
"php": ">=5.3.0"
17+
}
18+
}

0 commit comments

Comments
 (0)