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

compatible to symfony 7.0 #167

Closed
op-euga opened this issue Dec 18, 2023 · 5 comments · Fixed by #172
Closed

compatible to symfony 7.0 #167

op-euga opened this issue Dec 18, 2023 · 5 comments · Fixed by #172

Comments

@op-euga
Copy link

op-euga commented Dec 18, 2023

I cannot make update to symfony 7 as of max compatibility to symfony 6 only.
Please make compatible to symfony 7 (composer dependencies)

@op-euga
Copy link
Author

op-euga commented Mar 18, 2024

is there a chance this will be fixed soon?

@op-euga
Copy link
Author

op-euga commented Apr 8, 2024

when will this be available as a release?

@joni1993
Copy link
Contributor

joni1993 commented Apr 8, 2024

If you need it before release you can do this in your composer.json any time:

...
"require" : {
...
"goetas-webservices/xsd2php": "dev-master",
...
}
...
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/goetas-webservices/xsd2php.git"
        }
    ]
...

@goetas
Copy link
Member

goetas commented Apr 8, 2024

@op-euga
Copy link
Author

op-euga commented Apr 9, 2024

thx for the release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants