Skip to content

Commit a2b1c08

Browse files
committed
Updated dependency to vaimo/topological-sort to allow using version 2.0.0 of the package as well. This should have latest changes from its parent repo but also still support same PHP versions as this package. The package should also come with updated autoload config that better works with dependency checks happening in this package.
1 parent f3681f4 commit a2b1c08

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"loophp/phposinfo": "^1.6 || ^1.7",
1212
"seld/jsonlint": "^1.7.1",
1313
"symfony/console": "<7.0",
14-
"vaimo/topological-sort": "^1.0"
14+
"vaimo/topological-sort": "^1.0 || ^2.0"
1515
},
1616
"require-dev": {
1717
"composer/composer": "^1.0 || ^2.0",

composer.lock

Lines changed: 25 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)