summaryrefslogtreecommitdiffstats
path: root/management-interface/composer.json
blob: 6e60febaa049e02fb4f9d10b69ee679e57a61b68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"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.3.0"
	},
	"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/bcosca/fatfree"
		}
	]
}