Skip to content

Commit 663c7a2

Browse files
committed
fix
1 parent 45e3bb9 commit 663c7a2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "mindaphp/debugger",
3+
"license": "MIT",
4+
"authors": [
5+
{
6+
"name": "Maurits van der Schee",
7+
"email": "[email protected]",
8+
"homepage": "https://www.tqdev.com"
9+
}
10+
],
11+
"require": {
12+
"php": ">=5.3.0"
13+
}
14+
}

0 commit comments

Comments
 (0)