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

Commit ef0e0c6

Browse files
committed
Update version constraints in composer.json
The commit updates the version constraints for multiple packages in composer.json, making them more flexible by allowing both current and one previous major version. This should ease package updates and compatibility issues in the future. Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent f554364 commit ef0e0c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"ext-bcmath": "*",
2626
"ext-curl": "*",
2727
"ext-intl": "*",
28-
"psr/log": "3.0.*",
28+
"psr/log": "^2 || ˆ3",
2929
"fig/http-message-util": "1.1.*",
30-
"ramsey/uuid": "4.7.*",
31-
"moneyphp/money": "4.5.*",
32-
"symfony/http-client": "7.0.*",
33-
"symfony/http-client-contracts": "3.4.*",
34-
"symfony/http-foundation": "7.0.*",
35-
"symfony/event-dispatcher": "7.0.*",
36-
"symfony/uid": "7.0.*"
30+
"ramsey/uuid": "^3 ||^4",
31+
"moneyphp/money": "^3 || ^4",
32+
"symfony/http-client": "^6 || ^7",
33+
"symfony/http-client-contracts": "^2 || ^3",
34+
"symfony/http-foundation": "^6 || ^7",
35+
"symfony/event-dispatcher": "^6 || ^7",
36+
"symfony/uid": "^6 || ^7"
3737
},
3838
"require-dev": {
3939
"monolog/monolog": "3.5.*",

0 commit comments

Comments
 (0)