Skip to content

Commit f1d7670

Browse files
committedOct 22, 2024·
#147 Add missing dependency on "symfony/dotenv": "^6.4|^7.1" and symfony/runtime "^6.4|^7.1"
1 parent 719c9ee commit f1d7670

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@
4949
},
5050
"require": {
5151
"php": ">=8.1",
52-
"ext-json": "*",
5352
"ext-dom": "*",
5453
"ext-intl": "*",
54+
"ext-json": "*",
5555
"ext-mbstring": "*",
5656
"psr/cache": "^1|^2|^3",
5757
"symfony/config": "^6.4|^7.1",
5858
"symfony/console": "^6.4|^7.1",
5959
"symfony/dependency-injection": "^6.4|^7.1",
60+
"symfony/dotenv": "^6.4|^7.1",
6061
"symfony/event-dispatcher-contracts": "^3",
6162
"symfony/expression-language": "^6.4|^7.1",
6263
"symfony/form": "^6.4|^7.1",
@@ -66,6 +67,7 @@
6667
"symfony/options-resolver": "^6.4|^7.1",
6768
"symfony/process": "^6.4|^7.1",
6869
"symfony/property-access": "^6.4|^7.1",
70+
"symfony/runtime": "^6.4|^7.1",
6971
"symfony/scheduler": "^6.4|^7.1",
7072
"symfony/serializer": "^6.4|^7.1",
7173
"symfony/stopwatch": "^6.4|^7.1",

0 commit comments

Comments
 (0)
Please sign in to comment.