summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 9c9bfe6bf27a8303668ccabad18a510b61fa9e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"description": "FileBin",
	"name": "bluewind/filebin",
	"type": "project",
	"homepage": "https://github.com/Bluewind/filebin",
	"license": "AGPLv3",
	"support": {
		"forum": "https://github.com/Bluewind/filebin",
		"source": "https://github.com/Bluewind/filebin"
	},
	"require": {
		"php": ">=5.5"
	},
	"suggest": {
		"paragonie/random_compat": "Provides better randomness in PHP 5.x"
	},
	"require-dev": {
		"phpunit/php-code-coverage": "^4 || ^5"
	}
}