File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/ComposerProcessor/RaiseToInstalledComposerProcessor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments