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

[10.x] Test Symfony v6.4 #48400

Merged
merged 7 commits into from
Sep 19, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 15, 2023
commit 3dc70f1d0fb9f71a0f4b21e21a9565fb779e6be3
27 changes: 13 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,17 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.7",
"symfony/console": "^6.2",
"symfony/error-handler": "^6.2",
"symfony/finder": "^6.2",
"symfony/http-foundation": "^6.2",
"symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2",
"symfony/mime": "^6.2",
"symfony/process": "^6.2",
"symfony/routing": "^6.2",
"symfony/symfony": "6.4.x-dev",
"symfony/uid": "^6.2",
"symfony/var-dumper": "^6.2",
"symfony/console": "6.4.x-dev",
"symfony/error-handler": "6.4.x-dev",
"symfony/finder": "6.4.x-dev",
"symfony/http-foundation": "6.4.x-dev",
"symfony/http-kernel": "6.4.x-dev",
"symfony/mailer": "6.4.x-dev",
"symfony/mime": "6.4.x-dev",
"symfony/process": "6.4.x-dev",
"symfony/routing": "6.4.x-dev",
"symfony/uid": "6.4.x-dev",
"symfony/var-dumper": "6.4.x-dev",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^2.0"
Expand Down Expand Up @@ -110,8 +109,8 @@
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2",
"symfony/cache": "^6.2",
"symfony/http-client": "^6.2.4"
"symfony/cache": "6.4.x-dev",
"symfony/http-client": "6.4.x-dev"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
Expand Down