Conversation
stof
left a comment
There was a problem hiding this comment.
This requires bumping the min version of Symfony being supported though.
Symfony 4.4 does support the PHP DSL for config files.
|
Hello :) Can we expect compatibility with Symfony 8 in the near future? |
I completely forgot about this. The PR had some feedback to acknowledge. |
It looks like 4.4 is already the minimum version supported. Does this just require 8.0 being added to the Composer package requirements? "require": {
"php": ">=7.4",
"symfony/framework-bundle": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/finder": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/console": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/intl": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/translation": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/twig-bundle": "~4.4|~5.0|~6.0|~7.0|~8.0"
},
"require-dev": {
"symfony/asset": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/filesystem": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/yaml": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/browser-kit": "~4.4|~5.0|~6.0|~7.0|~8.0",
"symfony/phpunit-bridge": "^5.0|^6.0|~7.0|~8.0",
"phpunit/phpunit": "^4.8|~5.7|~6.5|~8"
}, |
|
There is a typo in my previous message. It should read "does not support" |
|
@AdamReece-WebBox @stof it there any chance to update this PR and merge? :) |
…ngaJsTranslationBundle into compat/symfony-8.0
|
Hello, is there a chance for acceptance and merge? @AdamReece-WebBox @stof |
|
I don't have write access to this repo, so I cannot merge PRs. The maintainer is @monteiro. I'm helping with reviews on this bundle because I know it well and I know Symfony quite well (and because I'm using it at work, so I'm interested in getting Symfony 8 support as well). |
|
This might need squashing first. I did try this for commit 4e9497d, not sure if that's done right. |
…gurations. - 5.0 changed to 5.4 - Added "symfony/dependency-injection"
|
Hi @AdamReece-WebBox , thank you very much for your PR, and sorry for taking it so long to answer. Let me know if I forgot anything! |
Amendments for Symfony 8 support:
PhpFileLoaderinstead ofXmlFileLoader.Test suite results:
Unsure if the 4
NotFoundHttpExceptioninstances are from this change. When running the same test onmasterit failed entirely due toXmlFileLoaderno longer being available.