diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/composer.json b/composer.json index a0c67f4..e0f408c 100644 --- a/composer.json +++ b/composer.json @@ -19,19 +19,19 @@ "ext-gd": "*", "ext-zlib": "*", "ext-curl": "*", - "jasig/phpcas": "~1.3.0", "iamcal/lib_autolink": "~1.7", - "phpmailer/phpmailer": "~5.2", + "phpmailer/phpmailer": "~6.0", "sabre/vobject": "~4.1", "simplepie/simplepie": "^1.5", "tecnickcom/tcpdf": "~6.2.16", - "zendframework/zend-cache": "^2.7", - "zendframework/zend-i18n": "^2.7", - "zendframework/zend-serializer": "^2.7", + "zendframework/zend-cache": "^2.8", + "zendframework/zend-i18n": "^2.8", + "zendframework/zend-serializer": "^2.8", "michelf/php-markdown": "^1.6", "true/punycode": "^2.1", "paragonie/random_compat": "^2.0", - "sebastian/diff": "^1.4" + "monolog/monolog": "^1.23", + "sebastian/diff": "^1.4 || ^2.0 || ^3.0" }, "require-dev": { "guzzlehttp/guzzle": "~6", @@ -41,6 +41,7 @@ "patchwork/jsqueeze": "^2.0", "atoum/atoum": "^3.3", "atoum/telemetry-extension": "^1.0", + "sensiolabs/security-checker": "^4.1", "fzaninotto/Faker": "^1.7" }, "suggest": { @@ -59,12 +60,9 @@ "testunits": "php -d memory_limit=512M vendor/bin/atoum --debug --force-terminal --use-dot-report --configurations tests/telemetry.php --bootstrap-file tests/bootstrap.php --no-code-coverage -d tests/units", "testweb": "php -d memory_limit=512M vendor/bin/atoum --debug --force-terminal --use-dot-report --configurations tests/telemetry.php --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/web", "testldap": "php -d memory_limit=512M vendor/bin/atoum --debug --force-terminal --use-dot-report --configurations tests/telemetry.php --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/LDAP", - "csp": "vendor/bin/phpcs --parallel=500 -p --standard=vendor/glpi-project/coding-standard/GlpiStandard/ --ignore=/vendor/,/plugins/,/files/,/lib/,/config/,/tests/config,/.git ./", + "csp": "vendor/bin/phpcs --parallel=500 -p --standard=vendor/glpi-project/coding-standard/GlpiStandard/ --ignore=/vendor/,/plugins/,/files/,/lib/,/config/,/tests/config,/css/tiny_mce,/.git ./", "cs": "vendor/bin/phpcs -d memory_limit=512M -p --standard=vendor/glpi-project/coding-standard/GlpiStandard/ --ignore=/vendor/,/plugins/,/files/,/lib/,/config/,/tests/config,/css/tiny_mce,/.git ./", - "post-install-cmd": [ - "@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\"", - "patch -d vendor/zendframework/zend-cache/ -p1 < tools/zend-cache-php7.2.patch" - ], + "post-install-cmd": "@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\"", "post-update-cmd": "@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\"" } } |