Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Bump Symfony < 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wbloszyk committed Jul 13, 2020
1 parent 13b1ea9 commit 444597c
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
"sonata-project/seo-bundle": "^2.4",
"sonata-project/twig-extensions": "^0.1 || ^1.2",
"sonata-project/user-bundle": "^4.0",
"symfony/config": "^4.3",
"symfony/console": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/doctrine-bridge": "^4.3",
"symfony/event-dispatcher": "^4.3",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/doctrine-bridge": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
"symfony/filesystem": "^4.3",
"symfony/form": "^4.3",
"symfony/framework-bundle": "^4.3",
"symfony/http-foundation": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/intl": "^4.3",
"symfony/options-resolver": "^4.3",
"symfony/process": "^4.3",
"symfony/property-access": "^4.3",
"symfony/routing": "^4.3",
"symfony/security-core": "^4.3",
"symfony/security-http": "^4.3",
"symfony/filesystem": "^4.4",
"symfony/form": "^4.4",
"symfony/framework-bundle": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.4",
"symfony/options-resolver": "^4.4",
"symfony/process": "^4.4",
"symfony/property-access": "^4.4",
"symfony/routing": "^4.4",
"symfony/security-core": "^4.4",
"symfony/security-http": "^4.4",
"symfony/string": "^5.1",
"symfony/templating": "^4.3",
"symfony/translation": "^4.3",
"symfony/twig-bridge": "^4.3",
"symfony/validator": "^4.3",
"symfony/templating": "^4.4",
"symfony/translation": "^4.4",
"symfony/twig-bridge": "^4.4",
"symfony/validator": "^4.4",
"twig/string-extra": "^3.0",
"twig/twig": "^2.12.1"
},
Expand Down

0 comments on commit 444597c

Please sign in to comment.