Skip to content

Commit

Permalink
feature #1415 Update the project to Symfony 6.3 (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the main branch.

Discussion
----------

Update the project to Symfony 6.3

This PR will be WIP until 6.3 is released as stable.

Commits
-------

88c736a Update the project to Symfony 6.3
  • Loading branch information
javiereguiluz committed May 31, 2023
2 parents 0b3e330 + 88c736a commit e1468d2
Show file tree
Hide file tree
Showing 18 changed files with 869 additions and 873 deletions.
2 changes: 1 addition & 1 deletion assets/controllers.json
Expand Up @@ -5,7 +5,7 @@
"enabled": true,
"fetch": "eager",
"autoimport": {
"@symfony/ux-live-component/styles/live.css": true
"@symfony/ux-live-component/dist/live.min.css": true
}
}
}
Expand Down
48 changes: 24 additions & 24 deletions composer.json
Expand Up @@ -21,28 +21,28 @@
"doctrine/orm": "^2.11",
"league/commonmark": "^2.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^6.2",
"symfony/console": "^6.2",
"symfony/dotenv": "^6.2",
"symfony/expression-language": "^6.2",
"symfony/asset": "^6.3",
"symfony/console": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/expression-language": "^6.3",
"symfony/flex": "^2.0",
"symfony/form": "^6.2",
"symfony/framework-bundle": "^6.2",
"symfony/html-sanitizer": "^6.2",
"symfony/http-client": "^6.2",
"symfony/intl": "^6.2",
"symfony/mailer": "^6.2",
"symfony/form": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/html-sanitizer": "^6.3",
"symfony/http-client": "^6.3",
"symfony/intl": "^6.3",
"symfony/mailer": "^6.3",
"symfony/monolog-bundle": "^3.7",
"symfony/polyfill-intl-messageformatter": "^1.12",
"symfony/runtime": "^6.2",
"symfony/security-bundle": "^6.2",
"symfony/string": "^6.2",
"symfony/translation": "^6.2",
"symfony/twig-bundle": "^6.2",
"symfony/runtime": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/string": "^6.3",
"symfony/translation": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/ux-live-component": "^2.6",
"symfony/validator": "^6.2",
"symfony/validator": "^6.3",
"symfony/webpack-encore-bundle": "^1.13",
"symfony/yaml": "^6.2",
"symfony/yaml": "^6.3",
"twig/extra-bundle": "^3.3",
"twig/intl-extra": "^3.3",
"twig/markdown-extra": "^3.3"
Expand All @@ -54,13 +54,13 @@
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.2",
"symfony/browser-kit": "^6.2",
"symfony/css-selector": "^6.2",
"symfony/debug-bundle": "^6.2",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/debug-bundle": "^6.3",
"symfony/maker-bundle": "^1.36",
"symfony/phpunit-bridge": "^6.2",
"symfony/stopwatch": "^6.2",
"symfony/web-profiler-bundle": "^6.2"
"symfony/phpunit-bridge": "^6.3",
"symfony/stopwatch": "^6.3",
"symfony/web-profiler-bundle": "^6.3"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "6.2.*"
"require": "6.3"
}
}
}

0 comments on commit e1468d2

Please sign in to comment.