Skip to content

Commit

Permalink
chore: Cleaned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 24, 2023
1 parent 3b409d3 commit be1031a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/event-dispatcher": "5.4.*",
"symfony/event-dispatcher-contracts": "^1.1.9 || ^2.4.0",
"symfony/event-dispatcher-contracts": "^2.4.0",
"symfony/expression-language": "5.4.*",
"symfony/filesystem": "5.4.*",
"symfony/finder": "5.4.*",
"symfony/flex": "^v1.19.4 || ^2.2.3",
"symfony/flex": "^2.2.3",
"symfony/form": "5.4.*",
"symfony/framework-bundle": "5.4.*",
"symfony/http-client": "5.4.*",
Expand Down Expand Up @@ -128,7 +128,7 @@
"symfony/web-link": "5.4.*",
"symfony/workflow": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/extra-bundle": "^3.0",
"twig/html-extra": "^3.3",
"twig/intl-extra": "*",
"twig/string-extra": "*",
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenId/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"symfony/security-http": "5.4.*",
"symfony/security-csrf": "5.4.*",
"psr/cache": ">=1.0.1",
"symfony/event-dispatcher-contracts": "^1.1.9 || ^2.4.0",
"symfony/event-dispatcher-contracts": "^2.4.0",
"codercat/jwk-to-pem": "^1.0",
"symfony/routing": "5.4.*"
},
Expand Down
4 changes: 2 additions & 2 deletions lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/expression-language": "5.4.*",
"symfony/flex": "^v1.19.4 || ^2.2.3",
"symfony/flex": "^2.2.3",
"symfony/form": "5.4.*",
"symfony/framework-bundle": "5.4.*",
"symfony/http-client": "5.4.*",
Expand All @@ -88,7 +88,7 @@
"symfony/web-link": "5.4.*",
"symfony/workflow": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/extra-bundle": "^3.0",
"twig/intl-extra": "*",
"twig/string-extra": "*",
"twig/twig": "^3.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizFontBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"symfony/twig-bundle": "5.4.*",
"symfony/validator": "5.4.*",
"symfony/yaml": "5.4.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/extra-bundle": "^3.0",
"twig/intl-extra": "*",
"twig/string-extra": "*",
"twig/twig": "^3.1"
Expand Down

0 comments on commit be1031a

Please sign in to comment.