mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/16668] Use topological sort as a Trait
PHPBB3-16668
This commit is contained in:
19
phpBB/composer.lock
generated
19
phpBB/composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "28a6c105dc6e78c65f88c1926eb8b1b7",
|
||||
"content-hash": "5039b83cb8ee1def8a7f60edcf6b6890",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bantu/ini-get-wrapper",
|
||||
@@ -42,16 +42,16 @@
|
||||
},
|
||||
{
|
||||
"name": "chita/topological_sort",
|
||||
"version": "v2.0.1",
|
||||
"version": "v3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/CHItA/TopologicalSort.git",
|
||||
"reference": "34ed1f8459b597ec49bf6dd04a6f837691bb2d5d"
|
||||
"reference": "9e0401c712d0c7cf012f264cc105669844d2479e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/CHItA/TopologicalSort/zipball/34ed1f8459b597ec49bf6dd04a6f837691bb2d5d",
|
||||
"reference": "34ed1f8459b597ec49bf6dd04a6f837691bb2d5d",
|
||||
"url": "https://api.github.com/repos/CHItA/TopologicalSort/zipball/9e0401c712d0c7cf012f264cc105669844d2479e",
|
||||
"reference": "9e0401c712d0c7cf012f264cc105669844d2479e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -61,6 +61,11 @@
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CHItA\\TopologicalSort\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
@@ -74,9 +79,9 @@
|
||||
"description": "Topological sort function",
|
||||
"support": {
|
||||
"issues": "https://github.com/CHItA/TopologicalSort/issues",
|
||||
"source": "https://github.com/CHItA/TopologicalSort/tree/v2.0.1"
|
||||
"source": "https://github.com/CHItA/TopologicalSort/tree/v3.0.1"
|
||||
},
|
||||
"time": "2021-01-03T12:12:53+00:00"
|
||||
"time": "2021-01-04T21:31:59+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
|
Reference in New Issue
Block a user