summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-24 16:17:04 +0200
committerRemi Collet <remi@remirepo.net>2019-09-24 16:17:04 +0200
commit6315041d8d56f3fc7e5d3ec610c9f32c75de90f0 (patch)
tree8f21596ec0cc9dcc2fa77393ffa28fcdd956d95c /composer.json
parent8c43b2f63f55f761a3684035f02ce875f64eda0b (diff)
v9.4.4.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json49
1 files changed, 25 insertions, 24 deletions
diff --git a/composer.json b/composer.json
index 3a19aa9..8923385 100644
--- a/composer.json
+++ b/composer.json
@@ -12,42 +12,42 @@
},
"require": {
"php": ">=5.6.0",
- "ext-mysqli": "*",
+ "ext-curl": "*",
"ext-fileinfo": "*",
+ "ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
- "ext-gd": "*",
+ "ext-mysqli": "*",
"ext-zlib": "*",
- "ext-curl": "*",
- "iamcal/lib_autolink": "~1.7",
- "phpmailer/phpmailer": "~6.0",
- "sabre/vobject": "~4.1",
- "simplepie/simplepie": "^1.5",
- "tecnickcom/tcpdf": "~6.2.16",
- "zendframework/zend-cache": "^2.8",
- "zendframework/zend-i18n": "^2.8",
- "zendframework/zend-serializer": "^2.8",
+ "elvanto/litemoji": "^1.4 || ^2.0",
+ "iamcal/lib_autolink": "^1.7",
+ "leafo/scssphp": "^0.7.7",
"michelf/php-markdown": "^1.6",
- "true/punycode": "^2.1",
- "paragonie/random_compat": "^2.0",
"monolog/monolog": "^1.23",
+ "paragonie/random_compat": "^2.0",
+ "phpmailer/phpmailer": "^6.0",
+ "sabre/vobject": "^4.1",
"sebastian/diff": "^1.4 || ^2.0 || ^3.0",
- "elvanto/litemoji": "^1.4",
+ "simplepie/simplepie": "^1.5",
"symfony/console": "^3.4",
- "leafo/scssphp": "^0.7.7"
+ "tecnickcom/tcpdf": "^6.2",
+ "true/punycode": "^2.1",
+ "zendframework/zend-cache": "^2.8",
+ "zendframework/zend-i18n": "^2.8",
+ "zendframework/zend-serializer": "^2.8"
},
"require-dev": {
- "guzzlehttp/guzzle": "~6",
- "glpi-project/coding-standard": "^0.7.1",
- "consolidation/robo": "^1.0",
- "natxet/CssMin": "^3.0",
- "patchwork/jsqueeze": "^2.0",
- "atoum/atoum": "^3.3",
+ "atoum/atoum": "dev-master",
"atoum/telemetry-extension": "^1.0",
- "sensiolabs/security-checker": "^5.0",
+ "consolidation/robo": "^1.0",
"fzaninotto/Faker": "^1.7",
+ "glpi-project/coding-standard": "^0.7.1",
+ "guzzlehttp/guzzle": "^6.0",
"jakub-onderka/php-parallel-lint": "^1.0",
- "mikey179/vfsStream": "^1.6"
+ "mikey179/vfsStream": "^1.6",
+ "natxet/CssMin": "^3.0",
+ "patchwork/jsqueeze": "^2.0",
+ "sensiolabs/security-checker": "^5.0"
},
"suggest": {
"ext-ldap": "Used ot provide LDAP authentication and synchronization",
@@ -57,7 +57,8 @@
"optimize-autoloader": true,
"platform": {
"php": "5.6.0"
- }
+ },
+ "sort-packages": true
},
"scripts": {
"testdb": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --configurations tests/telemetry.php --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/database",