Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 8, 2024
1 parent 02e6264 commit 8890fbd
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,26 @@
"doctrine/common": "^2.8.1|^3.0",
"doctrine/orm": "^2.5.13|^3.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/asset": "^4.4|^5.0|^6.0|^7.0",
"symfony/console": "^4.4|^5.0|^6.0|^7.0",
"symfony/expression-language": "^4.4|^5.0|^6.0|^7.0",
"symfony/form": "^4.4|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/mailer": "^4.4|^5.0|^6.0|^7.0",
"symfony/security-core": "^4.4|^5.0|^6.0|^7.0",
"symfony/translation": "^4.4|^5.0|^6.0|^7.0",
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/mailer": "^4.4|^5.0|^6.0",
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"twig/twig": "^2.10|^3.0",
"webeweb/core-library": "^8.65"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^9.0",
"doctrine/dbal": "^2.11|^3.0",
"doctrine/doctrine-bundle": "^1.8.1|^2.0",
"masterminds/html5": "^2.6",
"symfony/browser-kit": "^4.4|^5.0|^6.0|^7.0",
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/monolog-bundle": "^3.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0|^7.0"
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 8890fbd

Please sign in to comment.