|
@@ -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": "9c35ef8addd3827a56efd4b9cd3e9c71",
|
|
|
"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",
|
|
@@ -1417,7 +1642,7 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "ssh://git@infra.flowdat.com:222/VendorSoftwareFlowdat3/BaseAdmin.git",
|
|
|
- "reference": "97587f95769fcfac8f3c43fae36aa02633960f62"
|
|
|
+ "reference": "5e106af264ba35db3b246d1d506e666369d4b091"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -1432,7 +1657,7 @@
|
|
|
"bootstrap",
|
|
|
"sonata"
|
|
|
],
|
|
|
- "time": "2018-07-04T17:03:04+00:00"
|
|
|
+ "time": "2018-07-12T13:01:01+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ik/device-bundle",
|
|
@@ -1604,7 +1829,7 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/BaseStatsBundle.git",
|
|
|
- "reference": "ff4990530fc2e0679f44d18a8ade375ba5f5bddb"
|
|
|
+ "reference": "539eb8836bece4767143506ac3636dc2a3f894f1"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -1617,7 +1842,7 @@
|
|
|
"BaseStatsBundle",
|
|
|
"Flowdat 3"
|
|
|
],
|
|
|
- "time": "2018-03-09T14:54:51+00:00"
|
|
|
+ "time": "2018-07-16T17:55:24+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ik/stats/cmts-bundle",
|
|
@@ -1625,7 +1850,7 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/CmtsBundle.git",
|
|
|
- "reference": "aac7b89cde57a3b338ce38f579cf8c63dba5f1bc"
|
|
|
+ "reference": "1cf1d103139fd94bcd450ea6d2362ec2f5a9b692"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -1638,7 +1863,7 @@
|
|
|
"CMTS",
|
|
|
"Flowdat 3"
|
|
|
],
|
|
|
- "time": "2018-07-10T12:31:45+00:00"
|
|
|
+ "time": "2018-07-16T17:56:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "ik/stats/fiberhome-bundle",
|
|
@@ -6554,16 +6779,16 @@
|
|
|
"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
|