|
@@ -4,7 +4,7 @@
|
|
|
"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": "725e16b6ddb290fa2a513fdfa3c5e876",
|
|
|
+ "content-hash": "459b2183499a5a4ee718beb040889f81",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "behat/transliterator",
|
|
@@ -1214,6 +1214,231 @@
|
|
|
],
|
|
|
"time": "2015-01-21T20:55:10+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "graze/console-diff-renderer",
|
|
|
+ "version": "0.6.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/graze/console-diff-renderer.git",
|
|
|
+ "reference": "aafdaf504a96e6889f284bb15c75330318318df1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/graze/console-diff-renderer/zipball/aafdaf504a96e6889f284bb15c75330318318df1",
|
|
|
+ "reference": "aafdaf504a96e6889f284bb15c75330318318df1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 | ^7.0",
|
|
|
+ "symfony/console": "^2.8 | ^3.2 | ^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "graze/standards": "^2.0",
|
|
|
+ "mockery/mockery": "^1",
|
|
|
+ "phpunit/phpunit": "^5.7.21 | ^6 | ^7",
|
|
|
+ "squizlabs/php_codesniffer": "^3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Graze\\DiffRenderer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Harry Bragg",
|
|
|
+ "email": "harry.bragg@graze.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Graze Developers",
|
|
|
+ "email": "developers@graze.com",
|
|
|
+ "homepage": "http://www.graze.com",
|
|
|
+ "role": "Development Team"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "only write output to a console that has changed",
|
|
|
+ "homepage": "https://github.com/graze/console-diff-renderer",
|
|
|
+ "keywords": [
|
|
|
+ "console-diff-renderer",
|
|
|
+ "graze"
|
|
|
+ ],
|
|
|
+ "time": "2018-06-22T14:35:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "graze/data-structure",
|
|
|
+ "version": "2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/graze/data-structure.git",
|
|
|
+ "reference": "24e0544b7828f65b1b93ce69ad702c9efb4a64d0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/graze/data-structure/zipball/24e0544b7828f65b1b93ce69ad702c9efb4a64d0",
|
|
|
+ "reference": "24e0544b7828f65b1b93ce69ad702c9efb4a64d0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "graze/sort": "~2.0",
|
|
|
+ "php": ">=5.5|^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "graze/standards": "^2.0",
|
|
|
+ "phpunit/phpunit": "^4.2 | ^5.2",
|
|
|
+ "squizlabs/php_codesniffer": "^3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Graze\\DataStructure\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graze tech team",
|
|
|
+ "homepage": "https://github.com/graze/data-structure/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Data collections and containers",
|
|
|
+ "homepage": "https://github.com/graze/data-structure",
|
|
|
+ "keywords": [
|
|
|
+ "array",
|
|
|
+ "collection",
|
|
|
+ "container",
|
|
|
+ "data",
|
|
|
+ "filter",
|
|
|
+ "map",
|
|
|
+ "parameters",
|
|
|
+ "reduce",
|
|
|
+ "structure"
|
|
|
+ ],
|
|
|
+ "time": "2017-11-29T09:06:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "graze/parallel-process",
|
|
|
+ "version": "0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/graze/parallel-process.git",
|
|
|
+ "reference": "71b580267b273124b16d4346a0f8413443329284"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/graze/parallel-process/zipball/71b580267b273124b16d4346a0f8413443329284",
|
|
|
+ "reference": "71b580267b273124b16d4346a0f8413443329284",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "graze/console-diff-renderer": "^0.6.1",
|
|
|
+ "graze/data-structure": "^2.0",
|
|
|
+ "php": "^5.5 | ^7.0",
|
|
|
+ "symfony/process": "^2.8 | ^3.2 | ^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "graze/standards": "^2",
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "phpunit/phpunit": "^5.7.21|^6|^7",
|
|
|
+ "squizlabs/php_codesniffer": "^3",
|
|
|
+ "symfony/console": "^3.1 | ^4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/console": "To use the Table to print current runs"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Graze\\ParallelProcess\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Harry Bragg",
|
|
|
+ "email": "harry.bragg@graze.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Graze Developers",
|
|
|
+ "email": "developers@graze.com",
|
|
|
+ "homepage": "http://www.graze.com",
|
|
|
+ "role": "Development Team"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "run a pool of processes simultaneously",
|
|
|
+ "homepage": "https://github.com/graze/parallel-process",
|
|
|
+ "keywords": [
|
|
|
+ "graze",
|
|
|
+ "parallel-process"
|
|
|
+ ],
|
|
|
+ "time": "2018-05-22T15:29:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "graze/sort",
|
|
|
+ "version": "2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/graze/sort.git",
|
|
|
+ "reference": "50f0896363f177f68be248d7bad9eb0c2f7f666c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/graze/sort/zipball/50f0896363f177f68be248d7bad9eb0c2f7f666c",
|
|
|
+ "reference": "50f0896363f177f68be248d7bad9eb0c2f7f666c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "adlawson/timezone": "~1.0",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/fn.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Graze\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Graze tech team",
|
|
|
+ "homepage": "https://github.com/graze/sort/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A collection of array sorting transforms and functions",
|
|
|
+ "homepage": "https://github.com/graze/sort",
|
|
|
+ "keywords": [
|
|
|
+ "array",
|
|
|
+ "collection",
|
|
|
+ "list",
|
|
|
+ "order",
|
|
|
+ "ordered",
|
|
|
+ "schwartzian",
|
|
|
+ "sort",
|
|
|
+ "sorting",
|
|
|
+ "transform"
|
|
|
+ ],
|
|
|
+ "time": "2014-09-23T17:01:23+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "hwi/oauth-bundle",
|
|
|
"version": "0.5.3",
|
|
@@ -6554,22 +6779,22 @@
|
|
|
"ik/owner-voter-bundle": 20,
|
|
|
"ik/redis-bundle": 20,
|
|
|
"ik/stats/base-stats-bundle": 20,
|
|
|
+ "ik/stats/cmts-bundle": 20,
|
|
|
"ik/stats/fiberhome-bundle": 20,
|
|
|
+ "ik/stats/fiberlink-bundle": 20,
|
|
|
"ik/stats/geoserver-bundle": 20,
|
|
|
"ik/stats/huawei-bundle": 20,
|
|
|
- "ik/stats/fiberlink-bundle": 20,
|
|
|
+ "ik/stats/nas-bundle": 20,
|
|
|
"ik/stats/zte-bundle": 20,
|
|
|
"ik/statsd-bundle": 20,
|
|
|
"ik/webservice-bundle": 20,
|
|
|
"ik/workflow-bundle": 20,
|
|
|
- "ik/stats/nas-bundle": 20,
|
|
|
- "ik/stats/cmts-bundle": 20,
|
|
|
"opensolutions/oss-snmp": 20,
|
|
|
"sonata-project/admin-bundle": 20,
|
|
|
"voryx/restgeneratorbundle": 20
|
|
|
},
|
|
|
"prefer-stable": false,
|
|
|
- "prefer-lowest": true,
|
|
|
+ "prefer-lowest": false,
|
|
|
"platform": {
|
|
|
"php": ">=5.5.9"
|
|
|
},
|