summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json37
1 files changed, 14 insertions, 23 deletions
diff --git a/composer.json b/composer.json
index 01e65f40f..3c77414f3 100644
--- a/composer.json
+++ b/composer.json
@@ -1,35 +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-fileinfo": "*",
+ "ext-phar": "*",
+ "ext-mbstring": "*"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
- "scripts": {
- "test:coverage": [
- "@putenv XDEBUG_MODE=coverage",
- "phpunit --color=always --coverage-text --configuration tests/travis/sqlite.phpunit.xml"
- ],
- "post-install-cmd": [
- "sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php"
- ],
- "post-update-cmd": [
- "sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php"
- ]
- },
"require-dev": {
- "mikey179/vfsstream": "1.6.*",
- "phpunit/phpunit": "4.* || 5.* || 9.*"
+ "phpunit/php-code-coverage": "^9 || ^10",
+ "ext-xdebug": "*"
}
}