goetas-webservices / xsd2php

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

Allow phpunit 9 & update doctrine/inflect to ^2.0 #144

Closed DanielGSoftware closed 2 years ago

DanielGSoftware commented 2 years ago

Our company wants to upgrade to Laravel 9, but certain dependencies need to be allowed.

Tests succeed: https://github.com/DanielGSoftware/xsd2php/pull/1

goetas commented 2 years ago

thanks a lot for this :tada:

DanielGSoftware commented 2 years ago

@goetas You're welcome, and thank you for this package :)! Can you also make a new tag for this? (I think we need to tag a 1.0.0 version because of dropped support for php 7.1)

I also noticed that CI isn't working properly if I'm correct, if you want to switch over to Github actions, I can make a PR with a script if you'd like

goetas commented 2 years ago

having github actions would be great! thanks a lot

I will create a new tag, dropping dependencies is not a BC break, so a usual increment is ok