Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OxCom committed Jul 14, 2023
1 parent 26a0e67 commit c75e49e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
},
"require": {
"php": ">=8.1",
"monolog/monolog": "^3.4",
"symfony/config": "^6.3",
"symfony/http-kernel": "^6.3",
"twig/twig": "^3.6",
"symfony/dependency-injection": "^6.3",
"symfony/yaml": "^6.3"
"monolog/monolog": "^2.9 || ^3.4",
"symfony/config": "^5.4 || ^6.3",
"symfony/http-kernel": "^5.4 || ^6.3",
"symfony/dependency-injection": "^5.4 || ^6.3",
"symfony/yaml": "^5.4 || ^6.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit c75e49e

Please sign in to comment.