Library update (#8311)

* Library update
amenadiel/jpgraph 3.6.12 > 3.6.14
ezyang/htmlpurifier 4.9.3 > 4.10.0
tecnickcom/tcpdf 6.2.13 > 6.2.17

Also, make composer.lock match our composer.json to avoid a warning.

* Remove php snmp extension, we don't actually use it.
This commit is contained in:
Tony Murray
2018-03-02 13:32:09 -06:00
committed by Neil Lathwood
parent 7eda8d9989
commit 7b6e4f95c0
3 changed files with 48 additions and 45 deletions

View File

@@ -79,7 +79,7 @@ class Php extends BaseValidation
private function checkExtensions(Validator $validator)
{
$required_modules = array('mysqli','pcre','curl','session','snmp', 'xml', 'gd');
$required_modules = array('mysqli','pcre','curl','session', 'xml', 'gd');
if (Config::get('distributed_poller')) {
$required_modules[] = 'memcached';

View File

@@ -18,7 +18,6 @@
"ext-pcre": "*",
"ext-curl": "*",
"ext-session": "*",
"ext-snmp": "*",
"ext-xml": "*",
"ext-gd": "*",
"ezyang/htmlpurifier": "^4.8",

90
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "fb601c4db095e93f931877a0f49c723a",
"content-hash": "639dd64219a36bd3190bf86a31076c6d",
"packages": [
{
"name": "amenadiel/jpgraph",
"version": "3.6.12",
"version": "3.6.14",
"source": {
"type": "git",
"url": "https://github.com/HuasoFoundries/jpgraph.git",
"reference": "3c92ae4cc8a4dabd381b7e37895e434a944905ee"
"reference": "5a9e0297d26c2c698ac8f4d0367119276f2de9f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/3c92ae4cc8a4dabd381b7e37895e434a944905ee",
"reference": "3c92ae4cc8a4dabd381b7e37895e434a944905ee",
"url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/5a9e0297d26c2c698ac8f4d0367119276f2de9f7",
"reference": "5a9e0297d26c2c698ac8f4d0367119276f2de9f7",
"shasum": ""
},
"require": {
@@ -38,7 +38,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"QPL 1.0"
"QPL-1.0"
],
"description": "jpGraph, library to make graphs and charts",
"homepage": "http://jpgraph.net/",
@@ -49,7 +49,7 @@
"jpgraph",
"pie"
],
"time": "2017-12-14T21:55:14+00:00"
"time": "2018-02-13T19:34:27+00:00"
},
{
"name": "dapphp/radius",
@@ -161,16 +161,16 @@
},
{
"name": "ezyang/htmlpurifier",
"version": "v4.9.3",
"version": "v4.10.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "95e1bae3182efc0f3422896a3236e991049dac69"
"reference": "d85d39da4576a6934b72480be6978fb10c860021"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
"reference": "95e1bae3182efc0f3422896a3236e991049dac69",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
"reference": "d85d39da4576a6934b72480be6978fb10c860021",
"shasum": ""
},
"require": {
@@ -204,7 +204,7 @@
"keywords": [
"html"
],
"time": "2017-06-03T02:28:16+00:00"
"time": "2018-02-23T01:58:20+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -868,16 +868,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.4",
"version": "v3.4.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca"
"reference": "58990682ac3fdc1f563b7e705452921372aad11d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca",
"reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
"reference": "58990682ac3fdc1f563b7e705452921372aad11d",
"shasum": ""
},
"require": {
@@ -927,11 +927,11 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-01-03T07:37:34+00:00"
"time": "2018-02-14T10:03:57+00:00"
},
{
"name": "symfony/yaml",
"version": "v2.8.34",
"version": "v2.8.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
@@ -980,16 +980,16 @@
},
{
"name": "tecnickcom/tcpdf",
"version": "6.2.13",
"version": "6.2.17",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
"reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
"shasum": ""
},
"require": {
@@ -1018,13 +1018,13 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPLv3"
"LGPL-3.0"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"homepage": "http://nicolaasuni.tecnick.com"
"role": "lead"
}
],
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
@@ -1038,7 +1038,7 @@
"pdf417",
"qrcode"
],
"time": "2017-04-26T08:14:48+00:00"
"time": "2018-02-24T11:48:20+00:00"
},
{
"name": "xjtuwangke/passwordhash",
@@ -1278,16 +1278,16 @@
},
{
"name": "jakub-onderka/php-parallel-lint",
"version": "v0.9.2",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
"reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
"shasum": ""
},
"require": {
@@ -1295,7 +1295,8 @@
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "~0.3",
"nette/tester": "~1.3"
"nette/tester": "~1.3",
"squizlabs/php_codesniffer": "~2.7"
},
"suggest": {
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
@@ -1316,12 +1317,12 @@
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com"
"email": "ahoj@jakubonderka.cz"
}
],
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
"time": "2015-12-15T10:42:16+00:00"
"time": "2018-02-24T15:31:20+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -1516,16 +1517,16 @@
},
{
"name": "phpspec/prophecy",
"version": "1.7.3",
"version": "1.7.5",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"shasum": ""
},
"require": {
@@ -1537,7 +1538,7 @@
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"type": "library",
"extra": {
@@ -1575,7 +1576,7 @@
"spy",
"stub"
],
"time": "2017-11-24T13:59:53+00:00"
"time": "2018-02-19T10:16:54+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -2662,10 +2663,13 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6.4"
"php": ">=5.6.4",
"ext-mysqli": "*",
"ext-pcre": "*",
"ext-curl": "*",
"ext-session": "*",
"ext-xml": "*",
"ext-gd": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "5.6.4"
}
"platform-dev": []
}