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

build: Bump symfony/* to 6.4 #1956

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 12 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ guzzlehttp/guzzle/MAKEFILE

justinrainbow/json-schema/demo

kornrunner/blurhash/test
kornrunner/blurhash/.coveralls.yml
kornrunner/blurhash/infection.json.dist

masterminds/html5/CREDITS

mexitek/phpcolors/demo
Expand Down Expand Up @@ -134,22 +138,24 @@ symfony/debug/Tests
symfony/console/Symfony/Component/Console/Tests
symfony/console/Tests

symfony/routing/Tests/

symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/
symfony/event-dispatcher/Symfony/EventDispatcher/Debug/Routing/Tests/
symfony/event-dispatcher/Tests

symfony/finder/Tests

symfony/http-foundation/Test/

symfony/mailer/Test/

symfony/mime/Test/

symfony/process/Symfony/Component/Process/Routing/Tests/
symfony/process/Symfony/Component/Process/Tests
symfony/process/Tests

symfony/routing/Tests/

thecodingmachine/safe/rector-migrate-0.7.php

wapmorgan/mp3info/_config.yml

kornrunner/blurhash/test
kornrunner/blurhash/.coveralls.yml
kornrunner/blurhash/infection.json.dist
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,19 @@
"psr/clock": "^1.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/log": "^3.0.2",
"punic/punic": "^3.8",
"sabre/dav": "^4.4.0",
"scssphp/scssphp": "^1.12",
"stecman/symfony-console-completion": "^0.11.0",
"symfony/console": "^5.4.24",
"symfony/event-dispatcher": "^5.4.26",
"symfony/http-foundation": "^5.4.24",
"symfony/mailer": "^5.4.22",
"symfony/polyfill-intl-grapheme": "^1.28",
"symfony/polyfill-intl-normalizer": "^1.28",
"symfony/process": "^5.4.34",
"symfony/routing": "^5.4.24",
"stecman/symfony-console-completion": "^0.13.0",
"symfony/console": "^6.4.12",
"symfony/event-dispatcher": "^6.4.8",
"symfony/http-foundation": "^6.4.12",
"symfony/mailer": "^6.4",
"symfony/polyfill-intl-grapheme": "^1.31.0",
"symfony/polyfill-intl-normalizer": "^1.31.0",
"symfony/process": "^6.4.12",
"symfony/routing": "^6.4.12",
"symfony/translation": "^6.4.4",
"wapmorgan/mp3info": "^0.1.0",
"web-auth/webauthn-lib": "^4.9.1"
Expand Down
Loading