376 lines
12 KiB
JSON
376 lines
12 KiB
JSON
{
|
|
"_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"
|
|
],
|
|
"hash": "466baff14323f499d4a7257cdd2805bb",
|
|
"content-hash": "4685875c2d24d2ba11ca3ff77293a406",
|
|
"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"
|
|
],
|
|
"time": "2015-03-07 18:11:31"
|
|
},
|
|
{
|
|
"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"
|
|
],
|
|
"time": "2015-03-08 10:12:01"
|
|
},
|
|
{
|
|
"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"
|
|
],
|
|
"time": "2015-03-08 10:30:28"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/f9e638e8149e9e41b570ff092f8007c477ef0ce5",
|
|
"reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/event-dispatcher": "~2.8|~3.0",
|
|
"symfony/process": "~2.8|~3.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2016-07-26 08:04:17"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
|
|
"reference": "dff51f72b0706335131b00a7f49606168c582594",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2016-05-18 14:26:46"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac",
|
|
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"time": "2016-07-17 14:02:08"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "crysalead/kahlan",
|
|
"version": "2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/crysalead/kahlan.git",
|
|
"reference": "0f5deb7faa3a7a324bf0dc0186190ea18bc1eff3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/crysalead/kahlan/zipball/0f5deb7faa3a7a324bf0dc0186190ea18bc1eff3",
|
|
"reference": "0f5deb7faa3a7a324bf0dc0186190ea18bc1eff3",
|
|
"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"
|
|
],
|
|
"time": "2016-06-15 15:07:49"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|