Skip to content

Commit 58d3360

Browse files
authored
Merge pull request #4 from cleverage/update-symfony
⬆️ (deps): update symfony dependencies
2 parents e5c6300 + e8e6b54 commit 58d3360

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"require": {
2222
"php": ">=7.4",
23-
"symfony/config": "~4.0|~5.0",
24-
"symfony/dependency-injection": "~4.0|~5.0",
25-
"symfony/http-kernel": "~4.0|~5.0",
26-
"symfony/http-client": "~4.0|~5.0",
27-
"symfony/http-foundation": "~4.0|~5.0"
23+
"symfony/config": ">=4.0",
24+
"symfony/dependency-injection": ">=4.0",
25+
"symfony/http-kernel": ">=4.0",
26+
"symfony/http-client": ">=4.0",
27+
"symfony/http-foundation": ">=4.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)