summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-02 17:15:57 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-02 17:15:57 +0100
commite023469e7af780e4ede520a07077c7799d7258e8 (patch)
tree60ec8284496d85acfa3e681c2d042e999d36eb02
parentedaa467b6e2eb746d36fde0e57b38faee5994864 (diff)
composer.json: Replace codeigniter settings with ours
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--composer.json20
1 files changed, 8 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index 3ad506f62..9c9bfe6bf 100644
--- a/composer.json
+++ b/composer.json
@@ -1,24 +1,20 @@
{
- "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",
- "irc": "irc://irc.freenode.net/codeigniter",
- "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"
},
"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": "^5"
+ "phpunit/php-code-coverage": "^4 || ^5"
}
}