2016-08-05 15:10:28 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2018-01-20 10:41:27 +01:00
"content-hash": "e5370b9d4f890699543b1dbd6ba801de",
2016-08-05 15:10:28 +02:00
"packages": [
{
"name": "clue/graph",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/clue/graph.git",
"reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/graph/zipball/0336a4d5229fa61a20ccceaeab25e52ac9542700",
"reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"graphp/algorithms": "Common graph algorithms, such as Dijkstra and Moore-Bellman-Ford (shortest path), minimum spanning tree (MST), Kruskal, Prim and many more..",
"graphp/graphviz": "GraphViz graph drawing / DOT output"
},
"type": "library",
"autoload": {
"psr-4": {
"Fhaculty\\Graph\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A mathematical graph/network library written in PHP",
"homepage": "https://github.com/clue/graph",
"keywords": [
"edge",
"graph",
"mathematical",
"network",
"vertex"
],
2018-01-20 10:41:27 +01:00
"time": "2015-03-07T18:11:31+00:00"
2016-08-05 15:10:28 +02:00
},
{
"name": "graphp/algorithms",
"version": "v0.8.1",
"source": {
"type": "git",
"url": "https://github.com/graphp/algorithms.git",
"reference": "81db4049c35730767ec8f97fb5c4844234b86cef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/graphp/algorithms/zipball/81db4049c35730767ec8f97fb5c4844234b86cef",
"reference": "81db4049c35730767ec8f97fb5c4844234b86cef",
"shasum": ""
},
"require": {
"clue/graph": "~0.9.0|~0.8.0",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Graphp\\Algorithms\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "Common mathematical graph algorithms",
"homepage": "https://github.com/graphp/algorithms",
"keywords": [
"Graph algorithms",
"dijkstra",
"kruskal",
"minimum spanning tree",
"moore-bellman-ford",
"prim",
"shortest path"
],
2018-01-20 10:41:27 +01:00
"time": "2015-03-08T10:12:01+00:00"
2016-08-05 15:10:28 +02:00
},
{
"name": "graphp/graphviz",
"version": "v0.2.1",
"source": {
"type": "git",
"url": "https://github.com/graphp/graphviz.git",
"reference": "2676522dfcd907fd3cb52891ea64a052c4ac4c2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/graphp/graphviz/zipball/2676522dfcd907fd3cb52891ea64a052c4ac4c2a",
"reference": "2676522dfcd907fd3cb52891ea64a052c4ac4c2a",
"shasum": ""
},
"require": {
"clue/graph": "~0.9.0|~0.8.0",
"graphp/algorithms": "~0.8.0",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Graphp\\GraphViz\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "GraphViz graph drawing for mathematical graph/network",
"homepage": "https://github.com/graphp/graphviz",
"keywords": [
"dot output",
"graph drawing",
"graph image",
"graphviz"
],
2018-01-20 10:41:27 +01:00
"time": "2015-03-08T10:30:28+00:00"
2016-08-05 15:10:28 +02:00
},
2017-01-05 13:02:11 +01:00
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2018-01-20 10:41:27 +01:00
"time": "2016-10-10T12:19:37+00:00"
2017-01-05 13:02:11 +01:00
},
2016-08-05 15:10:28 +02:00
{
"name": "symfony/console",
2018-01-20 10:41:27 +01:00
"version": "v3.4.3",
2016-08-05 15:10:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2018-01-20 10:41:27 +01:00
"reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d"
2016-08-05 15:10:28 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d",
"reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d",
2016-08-05 15:10:28 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
2016-08-05 15:10:28 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
2017-06-01 18:29:29 +02:00
"conflict": {
2018-01-20 10:41:27 +01:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-06-01 18:29:29 +02:00
},
2016-08-05 15:10:28 +02:00
"require-dev": {
"psr/log": "~1.0",
2018-01-20 10:41:27 +01:00
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2016-08-05 15:10:28 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2018-01-20 10:41:27 +01:00
"symfony/lock": "",
2016-08-05 15:10:28 +02:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "3.4-dev"
2016-08-05 15:10:28 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:37:34+00:00"
2017-01-05 13:02:11 +01:00
},
{
"name": "symfony/debug",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2017-01-05 13:02:11 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-01-20 10:41:27 +01:00
"reference": "9ae4223a661b56a9abdce144de4886cca37f198f"
2017-01-05 13:02:11 +01:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/9ae4223a661b56a9abdce144de4886cca37f198f",
"reference": "9ae4223a661b56a9abdce144de4886cca37f198f",
2017-01-05 13:02:11 +01:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3",
2017-01-05 13:02:11 +01:00
"psr/log": "~1.0"
},
"conflict": {
2018-01-20 10:41:27 +01:00
"symfony/http-kernel": "<3.4"
2017-01-05 13:02:11 +01:00
},
"require-dev": {
2018-01-20 10:41:27 +01:00
"symfony/http-kernel": "~3.4|~4.0"
2017-01-05 13:02:11 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2017-01-05 13:02:11 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T17:15:19+00:00"
2016-08-05 15:10:28 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2018-01-20 10:41:27 +01:00
"version": "v1.6.0",
2016-08-05 15:10:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-01-20 10:41:27 +01:00
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2016-08-05 15:10:28 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2016-08-05 15:10:28 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "1.6-dev"
2016-08-05 15:10:28 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2018-01-20 10:41:27 +01:00
"time": "2017-10-11T12:05:26+00:00"
2016-08-05 15:10:28 +02:00
},
{
"name": "symfony/yaml",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 15:10:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-01-20 10:41:27 +01:00
"reference": "b84f646b9490d2101e2c25ddeec77ceefbda2eee"
2016-08-05 15:10:28 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/b84f646b9490d2101e2c25ddeec77ceefbda2eee",
"reference": "b84f646b9490d2101e2c25ddeec77ceefbda2eee",
2016-08-05 15:10:28 +02:00
"shasum": ""
},
"require": {
2017-06-01 18:29:29 +02:00
"php": "^7.1.3"
2016-08-05 15:10:28 +02:00
},
2018-01-20 10:41:27 +01:00
"conflict": {
"symfony/console": "<3.4"
},
2017-01-05 13:02:11 +01:00
"require-dev": {
2017-06-01 18:29:29 +02:00
"symfony/console": "~3.4|~4.0"
2017-01-05 13:02:11 +01:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2016-08-05 15:10:28 +02:00
"type": "library",
"extra": {
"branch-alias": {
2017-06-01 18:29:29 +02:00
"dev-master": "4.0-dev"
2016-08-05 15:10:28 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
2016-08-05 15:10:28 +02:00
}
],
"packages-dev": [
2018-01-20 10:41:27 +01:00
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2016-08-30T16:08:34+00:00"
},
2016-08-05 15:10:28 +02:00
{
"name": "crysalead/kahlan",
2017-01-05 13:02:11 +01:00
"version": "2.5.6",
2016-08-05 15:10:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/crysalead/kahlan.git",
2017-01-05 13:02:11 +01:00
"reference": "64e48c213ee3af4d7d6fe1c13d907f77f11ca5d4"
2016-08-05 15:10:28 +02:00
},
"dist": {
"type": "zip",
2017-01-05 13:02:11 +01:00
"url": "https://api.github.com/repos/crysalead/kahlan/zipball/64e48c213ee3af4d7d6fe1c13d907f77f11ca5d4",
"reference": "64e48c213ee3af4d7d6fe1c13d907f77f11ca5d4",
2016-08-05 15:10:28 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"bin": [
"bin/kahlan"
],
"type": "library",
"autoload": {
"psr-4": {
"Kahlan\\": "src/"
},
"files": [
"src/init.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CrysaLEAD"
}
],
"description": "Behavior-Driven Development (BDD) library.",
"keywords": [
"BDD",
"Behavior-Driven Development",
"Monkey Patching",
"TDD",
"mock",
"stub",
"testing",
"unit test"
],
2017-01-05 13:02:11 +01:00
"abandoned": "kahlan/kahlan",
2018-01-20 10:41:27 +01:00
"time": "2016-08-18T13:29:17+00:00"
},
{
"name": "doctrine/annotations",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2017-12-06T07:11:42+00:00"
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09T13:34:57+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "friendsofphp/php-cs-fixer",
2018-01-20 10:41:27 +01:00
"version": "v2.10.0",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2018-01-20 10:41:27 +01:00
"reference": "513a3765b56dd029175f9f32995566657ee89dda"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/513a3765b56dd029175f9f32995566657ee89dda",
"reference": "513a3765b56dd029175f9f32995566657ee89dda",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"composer/semver": "^1.4",
"doctrine/annotations": "^1.2",
"ext-json": "*",
2016-08-05 20:40:29 +02:00
"ext-tokenizer": "*",
2018-01-20 10:41:27 +01:00
"gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
"php": "^5.6 || >=7.0 <7.3",
"php-cs-fixer/diff": "^1.2",
"symfony/console": "^3.2 || ^4.0",
"symfony/event-dispatcher": "^3.0 || ^4.0",
"symfony/filesystem": "^3.0 || ^4.0",
"symfony/finder": "^3.0 || ^4.0",
"symfony/options-resolver": "^3.0 || ^4.0",
"symfony/polyfill-php70": "^1.0",
"symfony/polyfill-php72": "^1.4",
"symfony/process": "^3.0 || ^4.0",
"symfony/stopwatch": "^3.0 || ^4.0"
2016-08-05 20:40:29 +02:00
},
"conflict": {
2018-01-20 10:41:27 +01:00
"hhvm": "*"
2016-08-05 20:40:29 +02:00
},
"require-dev": {
2018-01-20 10:41:27 +01:00
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
"justinrainbow/json-schema": "^5.0",
"keradus/cli-executor": "^1.0",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.0",
"php-cs-fixer/accessible-object": "^1.0",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"phpunitgoodpractices/traits": "^1.0",
"symfony/phpunit-bridge": "^3.2.2 || ^4.0"
},
"suggest": {
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
2016-08-05 20:40:29 +02:00
},
"bin": [
"php-cs-fixer"
],
"type": "application",
2018-01-20 10:41:27 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.10-dev"
}
},
2016-08-05 20:40:29 +02:00
"autoload": {
"psr-4": {
2018-01-20 10:41:27 +01:00
"PhpCsFixer\\": "src/"
},
"classmap": [
"tests/Test/AbstractFixerTestCase.php",
"tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/Assert/AssertTokensTrait.php",
"tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php",
"tests/TestCase.php"
]
2016-08-05 20:40:29 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A tool to automatically fix PHP code style",
2018-01-20 10:41:27 +01:00
"time": "2018-01-10T17:16:15+00:00"
2016-08-05 20:40:29 +02:00
},
{
2018-01-20 10:41:27 +01:00
"name": "gecko-packages/gecko-php-unit",
"version": "v3.0",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
2018-01-20 10:41:27 +01:00
"url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
"reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/6a866551dffc2154c1b091bae3a7877d39c25ca3",
"reference": "6a866551dffc2154c1b091bae3a7877d39c25ca3",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.0"
2016-08-05 20:40:29 +02:00
},
"require-dev": {
2018-01-20 10:41:27 +01:00
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-dom": "When testing with xml.",
"ext-libxml": "When testing with xml.",
"phpunit/phpunit": "This is an extension for it so make sure you have it some way."
2016-08-05 20:40:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "3.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
2018-01-20 10:41:27 +01:00
"psr-4": {
"GeckoPackages\\PHPUnit\\": "src/PHPUnit"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Additional PHPUnit asserts and constraints.",
"homepage": "https://github.com/GeckoPackages",
"keywords": [
"extension",
"filesystem",
"phpunit"
],
"time": "2017-08-23T07:46:41+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v2.0.11",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
2016-08-05 20:40:29 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-01-20 10:41:27 +01:00
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
2016-08-05 20:40:29 +02:00
],
2018-01-20 10:41:27 +01:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"pseudorandom",
"random"
],
"time": "2017-09-27T21:40:39+00:00"
},
{
"name": "php-cs-fixer/diff",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
"reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3",
"symfony/process": "^3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
2016-08-05 20:40:29 +02:00
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2018-01-20 10:41:27 +01:00
},
{
"name": "SpacePossum"
2016-08-05 20:40:29 +02:00
}
],
2018-01-20 10:41:27 +01:00
"description": "sebastian/diff v2 backport support for PHP5.6",
"homepage": "https://github.com/PHP-CS-Fixer",
2016-08-05 20:40:29 +02:00
"keywords": [
"diff"
],
2018-01-20 10:41:27 +01:00
"time": "2017-10-19T09:58:18+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "symfony/event-dispatcher",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2018-01-20 10:41:27 +01:00
"reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
"reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3"
2016-08-05 20:40:29 +02:00
},
2017-06-01 18:29:29 +02:00
"conflict": {
2018-01-20 10:41:27 +01:00
"symfony/dependency-injection": "<3.4"
2017-06-01 18:29:29 +02:00
},
2016-08-05 20:40:29 +02:00
"require-dev": {
"psr/log": "~1.0",
2018-01-20 10:41:27 +01:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0"
2016-08-05 20:40:29 +02:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "symfony/filesystem",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2018-01-20 10:41:27 +01:00
"reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
"reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3"
2016-08-05 20:40:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "symfony/finder",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2018-01-20 10:41:27 +01:00
"reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
"reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3"
2016-08-05 20:40:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
},
{
"name": "symfony/options-resolver",
"version": "v4.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "30d9240b30696a69e893534c9fc4a5c72ab6689b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/30d9240b30696a69e893534c9fc4a5c72ab6689b",
"reference": "30d9240b30696a69e893534c9fc4a5c72ab6689b",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2018-01-03T07:38:00+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
"reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2017-10-11T12:05:26+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254",
"reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2017-10-11T12:05:26+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "symfony/process",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2018-01-20 10:41:27 +01:00
"reference": "2145b3e8137e463b1051b79440a59b38220944f0"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/2145b3e8137e463b1051b79440a59b38220944f0",
"reference": "2145b3e8137e463b1051b79440a59b38220944f0",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3"
2016-08-05 20:40:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
2016-08-05 20:40:29 +02:00
},
{
"name": "symfony/stopwatch",
2018-01-20 10:41:27 +01:00
"version": "v4.0.3",
2016-08-05 20:40:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2018-01-20 10:41:27 +01:00
"reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704"
2016-08-05 20:40:29 +02:00
},
"dist": {
"type": "zip",
2018-01-20 10:41:27 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704",
"reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2016-08-05 20:40:29 +02:00
"shasum": ""
},
"require": {
2018-01-20 10:41:27 +01:00
"php": "^7.1.3"
2016-08-05 20:40:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-20 10:41:27 +01:00
"dev-master": "4.0-dev"
2016-08-05 20:40:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
2018-01-20 10:41:27 +01:00
"time": "2018-01-03T07:38:00+00:00"
2016-08-05 15:10:28 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
2018-01-20 10:41:27 +01:00
"stability-flags": [],
2016-08-05 15:10:28 +02:00
"prefer-stable": false,
"prefer-lowest": false,
2018-01-20 10:41:27 +01:00
"platform": {
"php": "^7"
},
2016-08-05 15:10:28 +02:00
"platform-dev": []
}