Add support for Laravel 12
Issue:
What I did
- Updated composer requirements for Laravel 12 packages
How to test
- run composer install
- run vendor/bin/phpstan
- run vendor/bin/phpunit
Also tested Soap requests on a local project of mine. Seems to work.
Does this need an update to the documentation?
I don't think so
Not sure about the composer.lock. It has been removed automatically due to the presence of it within the .gitignore file.
Not sure about the composer.lock. It has been removed automatically due to the presence of it within the .gitignore file.
Theoretically a library does not need one, since its dependencies are mostly in a range of allowed values. You always have min and max versions that need to be tested. Composer.lock would potentially hinder those changes.
So I guess it should be fine. LEt's see what the maintainer has to say.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Laravel Soap!