From 4e05eb879abf23c53ac06a87d4059f9295c3eac4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jan 2017 12:43:12 +0100 Subject: glpi: rename --- composer-dev.json | 49 ------------------------------------------------- composer.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 composer-dev.json create mode 100644 composer.json diff --git a/composer-dev.json b/composer-dev.json deleted file mode 100644 index 2bce0b2..0000000 --- a/composer-dev.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "glpi/glpi", - "description": "GLPI dependencies", - "license": "GPL-2.0", - "type": "project", - "homepage": "http://www.glpi-project.org/", - "support": { - "irc": "irc://irc.freenode.org/glpi", - "forum": "http://forum.glpi-project.org/", - "issues": "https://github.com/glpi-project/glpi/issues", - "docs": "https://github.com/glpi-project/doc" - }, - "require": { - "php": ">=5.4.0", - "ext-mysqli": "*", - "ext-fileinfo": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-gd": "*", - "ext-zlib": "*", - "ext-curl": "*", - "ircmaxell/password-compat": "~1.0.0", - "jasig/phpcas": "~1.3.0", - "iamcal/lib_autolink": "~1.7", - "phpmailer/phpmailer": "~5.2", - "sabre/vobject": "~3.4", - "simplepie/simplepie": "~1.4.0", - "tecnickcom/tcpdf": "~6.2", - "zendframework/zend-cache": "~2.4.0", - "zendframework/zend-i18n": "~2.4.0", - "zendframework/zend-loader": "~2.4.0", - "zetacomponents/graph": "~1.5", - "ramsey/array_column": "^1.1.3", - "michelf/php-markdown": "^1.6", - "true/punycode": "^2.1" - }, - "require-dev": { - "guzzlehttp/guzzle": "~5" - }, - "suggest": { - "ext-ldap": "Used ot provide LDAP authentication and synchronization", - "ext-imap": "Used for collection from IMAP" - }, - "config": { - "platform": { - "php": "5.4.0" - } - } -} diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2bce0b2 --- /dev/null +++ b/composer.json @@ -0,0 +1,49 @@ +{ + "name": "glpi/glpi", + "description": "GLPI dependencies", + "license": "GPL-2.0", + "type": "project", + "homepage": "http://www.glpi-project.org/", + "support": { + "irc": "irc://irc.freenode.org/glpi", + "forum": "http://forum.glpi-project.org/", + "issues": "https://github.com/glpi-project/glpi/issues", + "docs": "https://github.com/glpi-project/doc" + }, + "require": { + "php": ">=5.4.0", + "ext-mysqli": "*", + "ext-fileinfo": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-gd": "*", + "ext-zlib": "*", + "ext-curl": "*", + "ircmaxell/password-compat": "~1.0.0", + "jasig/phpcas": "~1.3.0", + "iamcal/lib_autolink": "~1.7", + "phpmailer/phpmailer": "~5.2", + "sabre/vobject": "~3.4", + "simplepie/simplepie": "~1.4.0", + "tecnickcom/tcpdf": "~6.2", + "zendframework/zend-cache": "~2.4.0", + "zendframework/zend-i18n": "~2.4.0", + "zendframework/zend-loader": "~2.4.0", + "zetacomponents/graph": "~1.5", + "ramsey/array_column": "^1.1.3", + "michelf/php-markdown": "^1.6", + "true/punycode": "^2.1" + }, + "require-dev": { + "guzzlehttp/guzzle": "~5" + }, + "suggest": { + "ext-ldap": "Used ot provide LDAP authentication and synchronization", + "ext-imap": "Used for collection from IMAP" + }, + "config": { + "platform": { + "php": "5.4.0" + } + } +} -- cgit