summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 14 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 30630e224..8175a844b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,23 +1,26 @@
{
- "description": "The CodeIgniter framework",
- "name": "codeigniter/framework",
+ "description": "FileBin",
+ "name": "bluewind/filebin",
"type": "project",
- "homepage": "https://codeigniter.com",
- "license": "MIT",
+ "homepage": "https://github.com/Bluewind/filebin",
+ "license": "AGPLv3",
"support": {
- "forum": "http://forum.codeigniter.com/",
- "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
- "slack": "https://codeigniterchat.slack.com",
- "source": "https://github.com/bcit-ci/CodeIgniter"
+ "forum": "https://github.com/Bluewind/filebin",
+ "source": "https://github.com/Bluewind/filebin"
},
"require": {
- "php": ">=5.3.7"
+ "php": ">=5.5",
+ "ext-gd": "*",
+ "ext-exif": "*",
+ "ext-finfo": "*",
+ "ext-phar": "*",
+ "ext-mbstring": "*"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
- "mikey179/vfsStream": "1.1.*",
- "phpunit/phpunit": "4.* || 5.*"
+ "phpunit/php-code-coverage": "^4 || ^5",
+ "ext-xdebug": "*"
}
}