Skip to content

Commit

Permalink
Merge pull request #4 from cleverage/update-symfony
Browse files Browse the repository at this point in the history
⬆️ (deps): update symfony dependencies
  • Loading branch information
ernoufv committed Dec 5, 2023
2 parents e5c6300 + e8e6b54 commit 58d3360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"require": {
"php": ">=7.4",
"symfony/config": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/http-kernel": "~4.0|~5.0",
"symfony/http-client": "~4.0|~5.0",
"symfony/http-foundation": "~4.0|~5.0"
"symfony/config": ">=4.0",
"symfony/dependency-injection": ">=4.0",
"symfony/http-kernel": ">=4.0",
"symfony/http-client": ">=4.0",
"symfony/http-foundation": ">=4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 58d3360

Please sign in to comment.