Skip to content

Commit dd2cfb1

Browse files
author
Jan Drábek
committed
Fix validity of composer.json
1 parent aa2195b commit dd2cfb1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": jandrabek/tracy-gitversion-panel",
3-
"description": Tracy DebugBar panel displaying current project git branch.",
2+
"name": "jandrabek/tracy-gitversion-panel",
3+
"description": "Tracy DebugBar panel displaying current project git branch.",
44
"keywords": ["nette", "debug", "git", "branch", "log"],
5-
"license": ["BSD-3"],
5+
"license": ["BSD-3-Clause"],
66
"authors": [
77
{
88
"name": "Vojtěch Vondra",
@@ -14,10 +14,10 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.2",
18-
"nette/tracy": ">=2.2"
17+
"php": ">= 5.3.2",
18+
"nette/tracy": "~2.2"
1919
},
2020
"autoload": {
21-
"psr-4": { "JanDrabek\\Tracy\\: "src/" }
21+
"psr-4": { "JanDrabek\\Tracy\\": "src/" }
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)