Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FosHttpCache 3.0 and FosHttpCacheBundle 3.0 #249

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we install the 2.12 recipe so we need also require it else oro extension can accidently downgrad it which is unexpected.

"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
Loading