You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
477 B
20 lines
477 B
{
|
|
"name": "bcosca/fatfree",
|
|
"description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
|
|
"homepage": "http://fatfreeframework.com/",
|
|
"license": "GPL-3.0",
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"graze/telnet-client": "^2.2",
|
|
"tomnomnom/phpwol": "^0.1.1"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/bcosca/fatfree"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": ["lib/base.php"]
|
|
}
|
|
}
|
|
|