From e023469e7af780e4ede520a07077c7799d7258e8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 2 Dec 2017 17:15:57 +0100 Subject: composer.json: Replace codeigniter settings with ours Signed-off-by: Florian Pritz --- composer.json | 20 ++++++++------------ 1 file 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" } } -- cgit v1.2.3-24-g4f1b