Skip to content

Commit b478a21

Browse files
committed
Added composer.json for the Composer pack. system
Now, PHP Free Chat can be distributed via composer packaging system.
1 parent 48722a0 commit b478a21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "kerphi/phpfreechat",
3+
"description": "A simple web based chat",
4+
"homepage": "http://www.phpfreechat.net/",
5+
"require": {
6+
"php": ">=5.3.0",
7+
"slim/slim": "2.*"
8+
},
9+
}

0 commit comments

Comments
 (0)