Skip to content

Commit b9580c4

Browse files
committed
fix test
1 parent 6284b45 commit b9580c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ComposerProcessor/RaiseToInstalledComposerProcessor/RaiseToInstalledComposerProcessorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function provideSkipSuggestChangeFiles(): iterable
6060
<<<'JSON'
6161
{
6262
"require-dev": {
63-
"illuminate/container": "^12.25"
63+
"illuminate/container": "^12.26"
6464
},
6565
"suggest": {
6666
"illuminate/container": "to use container"
@@ -78,7 +78,7 @@ public static function provideSkipSuggestChangeFiles(): iterable
7878
"illuminate/container": "to use container"
7979
},
8080
"require-dev": {
81-
"illuminate/container": "^12.25"
81+
"illuminate/container": "^12.26"
8282
}
8383
}
8484

@@ -118,7 +118,7 @@ public function testSkipConflictChange(): void
118118
<<<'JSON'
119119
{
120120
"require-dev": {
121-
"illuminate/container": "^12.25"
121+
"illuminate/container": "^12.26"
122122
},
123123
"conflict": {
124124
"illuminate/container": "<9.0"

0 commit comments

Comments
 (0)