Skip to content

Commit fa96411

Browse files
authored
Merge pull request #135 from vaimo/feature/topological-sort-update
Feature/topological sort update
2 parents f3681f4 + ef13502 commit fa96411

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
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.

test/installations/package-using-file/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"vaimo/composer-patches-target1": "1.0.0",
1010
"vaimo/composer-patches-target2": "1.2.0",
1111
"vaimo/composer-patches-target3": "1.2.3",
12-
"vaimo/topological-sort": "^1.0"
12+
"vaimo/topological-sort": "^1.0 || ^2.0"
1313
},
1414
"repositories": [
1515
{

test/scenarios/apply-real-package-success/.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Scanning packages for orphan patches
22
Validation completed successfully
33
Processing patches configuration
4-
- Installing vaimo/topological-sort (1.0.0): Extracting archive
4+
- Installing vaimo/topological-sort (2.0.0): Extracting archive
55
- Applying patches for vaimo/topological-sort (1)
66
~ {{PATCHES-OWNER}}: patches/first-change.patch [NEW]
77
Change: Dependency => The cool thing

0 commit comments

Comments
 (0)