Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit a4c5246

Browse files
committed
Fix typo in psr/log version constraint in composer.json
The typo in the version constraint for the psr/log dependency in the composer.json file has been corrected. This revision ensures the correct versions (^2 or ^3) of the Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent ef0e0c6 commit a4c5246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-bcmath": "*",
2626
"ext-curl": "*",
2727
"ext-intl": "*",
28-
"psr/log": "^2 || ˆ3",
28+
"psr/log": "^2 || ^3",
2929
"fig/http-message-util": "1.1.*",
3030
"ramsey/uuid": "^3 ||^4",
3131
"moneyphp/money": "^3 || ^4",

0 commit comments

Comments
 (0)