Skip to content

Commit

Permalink
Add support for FosHttpCache 3.0 and FosHttpCacheBundle 3.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jun 27, 2024
1 parent ae4cc24 commit 724aa9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@
"php": "^8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"friendsofsymfony/http-cache-bundle": "^2.17",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-fixtures-bundle": "^3.6",
"friendsofsymfony/http-cache-bundle": "^3.0",
"handcraftedinthealps/zendsearch": "^2.1",
"jackalope/jackalope-doctrine-dbal": "^1.10 || ^2.0",
"phpcr/phpcr-migrations-bundle": "^1.5",
"phpcr/phpcr-shell": "^1.5",
"phpcr/phpcr-migrations-bundle": "^1.6",
"phpcr/phpcr-shell": "^1.6",
"scheb/2fa-bundle": "^7.2",
"scheb/2fa-email": "^7.2",
"scheb/2fa-trusted-device": "^7.2",
"stof/doctrine-extensions-bundle": "^1.8",
"sulu/sulu": "~2.6.2",
"stof/doctrine-extensions-bundle": "^1.11",
"sulu/sulu": "~2.6.2@dev",
"symfony/config": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/flex": "^1.17 || ^2.0",
"symfony/framework-bundle": "^6.4",
"symfony/mailer": "^6.4",
"symfony/monolog-bridge": "^6.4",
"symfony/monolog-bundle": "^3.4",
"symfony/monolog-bundle": "^3.10",
"symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/twig-bundle": "^6.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.41",
"jangregor/phpstan-prophecy": "^1.0",
"php-cs-fixer/shim": "^3.58",
"phpspec/prophecy-phpunit": "^2.1",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 724aa9e

Please sign in to comment.