goetas-webservices / xsd2php

Convert XSD into PHP classes and JMS serializer definitions
MIT License
234 stars 88 forks source link

compatible to symfony 7.0 #167

Closed op-euga closed 3 months ago

op-euga commented 6 months ago

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 commented 3 months ago

is there a chance this will be fixed soon?

op-euga commented 2 months ago

when will this be available as a release?

joni1993 commented 2 months ago

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 commented 2 months ago

https://github.com/goetas-webservices/xsd2php/releases/tag/0.4.13

op-euga commented 2 months ago

thx for the release