Skip to content

Commit c3bb46b

Browse files
committed
cs
1 parent 308a22a commit c3bb46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Sometimes, we get to an opposite situation. Our dependencies are quite new, but
160160

161161
Here we can see that:
162162

163-
* `illuminate/container` 12.0 is allowed, but we already use 12.4
163+
* `illuminate/container` 12.0 is allowed, but we already use 12.14
164164
* `symfony/finder` 6.4 is allowed, but we already use 7.2
165165

166166
If someone runs `composer update`, they might get unnecessary older dependencies than we can handle. Instead, we should raise our `composer.json` to the installed versions:
@@ -170,7 +170,7 @@ If someone runs `composer update`, they might get unnecessary older dependencies
170170
"require": {
171171
"php": "^7.4",
172172
- "illuminate/container": "^12.0",
173-
+ "illuminate/container": "^12.4",
173+
+ "illuminate/container": "^12.14",
174174
// ...
175175
- "symfony/finder": "^6.4|^7.2",
176176
+ "symfony/finder": "^7.2",

0 commit comments

Comments
 (0)