summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 4c950d5d4876d0e836aa7943053baac1bf189816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"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": ">=7.0",
		"ext-gd": "*",
		"ext-exif": "*",
		"ext-fileinfo": "*",
		"ext-phar": "*",
		"ext-mbstring": "*"
	},
	"suggest": {
		"paragonie/random_compat": "Provides better randomness in PHP 5.x"
	},
	"require-dev": {
		"phpunit/php-code-coverage": "^9 || ^10",
		"ext-xdebug": "*"
	}
}