Skip to content

Conversation

@CodeDredd
Copy link
Owner

BREAKING CHANGE: Removing laravel 8 from support to align more with laravel versionings

NEW:

  • Updating Response & Request
  • Add linting for better code quality (larastan)
  • Updated workflows

Bugfix:

  • Response body & Soapfault errors

Gregor Becker and others added 21 commits February 9, 2022 22:17
BREAKING CHANGE: raised php lvl min to 8.0, disabled commands (because wsdlToPhp package is not compatible with php 8), renamed functions

Migration form v2 to v3:
- `setHandler` renamed to `setTransport`
- `getHandler` renamed to `getHandler`
- `withHandlerOptions` renamed to `withGuzzleClientOptions`
- Added Flattingloader
- Using SoapActionDetector
- bit more code clean up to PHP 8 standard
…eature/laravel-soap-179

# Conflicts:
#	src/SoapClient.php
BREAKING CHANGE: Remove laravel 8 support so it aligns with laravel versioning
…p-179

# Conflicts:
#	README.md
#	composer.json
#	composer.lock
#	src/Client/Request.php
#	src/SoapClient.php
@CodeDredd CodeDredd added bug Something isn't working feature New feature or request BREAKING CHANGE Breaking Change labels Feb 12, 2022
@CodeDredd CodeDredd self-assigned this Feb 12, 2022
@CodeDredd CodeDredd merged commit 803a160 into master Feb 12, 2022
@CodeDredd CodeDredd deleted the feature/laravel-soap-179 branch February 12, 2022 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BREAKING CHANGE Breaking Change bug Something isn't working feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants