Skip to content

v3.0.0.beta.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 10 Feb 16:33
· 118 commits to master since this release
217a3b1

Version 3.0.0 BETA

Note breaking changes may still come

🚀 Features

Here the bigest update was moving to v2 of phpro/soap-client. A lot of code clean up was also done.
Sadly i had now to disable the commands because one package is not longer maintained which i relied on.

  • PHP 8.1 Support

  • Laravel 9 Support

  • Moved to phpro/soap-client v2

  • feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support @CodeDredd @SuperDJ @veewee (#190)

🧰 Maintenance

  • chore(deps-dev): bump phpunit/phpunit from 9.5.5 to 9.5.13 @dependabot (#181)
  • chore(deps): bump laravel/framework from 8.42.1 to 8.83.0 @dependabot (#188)
  • chore(deps): bump php-http/client-common from 2.3.0 to 2.5.0 @dependabot (#170)
  • chore(deps): bump league/flysystem from 1.1.3 to 1.1.4 @dependabot (#149)
  • chore(deps-dev): bump phpunit/phpunit from 9.5.4 to 9.5.5 @dependabot (#146)
  • chore(deps): bump php-http/discovery from 1.13.0 to 1.14.0 @dependabot (#145)
  • chore(deps): bump php-http/message from 1.11.0 to 1.11.1 @dependabot (#144)
  • chore(deps-dev): bump orchestra/testbench from 6.17.1 to 6.18.0 @dependabot (#143)

💥 BREAKING CHANGE

  • PHP min lvl now: 8.0
  • Renamed some functions getHandler, setHandler, withHandlerOptions (see PR)
  • feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support @CodeDredd @SuperDJ @veewee (#190)