Skip to content

Commit 5b8580e

Browse files
committed
packagist compliance
1 parent 6c0b0a1 commit 5b8580e

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "thetempusproject/tempusdebugger",
3-
"description": "Framework for sending php messages to chrome for in-browser debugging.",
43
"type": "library",
5-
"homepage": "https://github.com/TheTempusProject/TempusDebugger",
4+
"description": "Framework for sending php messages to chrome for in-browser debugging.",
65
"license": "MIT",
6+
"minimum-stability": "dev",
7+
"keywords": ["php","tools","debugging","thetempusproject"],
8+
"homepage": "https://github.com/TheTempusProject/TempusDebugger",
79
"authors": [
810
{
911
"name": "Joey Kimsey",
1012
"email": "joeyk4816@gmail.com",
11-
"homepage": "http://TheTempusProject.com"
13+
"homepage": "http://TheTempusProject.com",
14+
"role": "Lead Developer"
1215
}
1316
],
17+
"require": {
18+
"php": ">=5.4.0",
19+
},
1420
"autoload": {
1521
"classmap": [
1622
"TempusDebugger.php",

0 commit comments

Comments
 (0)