Skip to content

feat!: Add larastan, update Request Response, move to only laravel 9 compatibility #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Feb 12, 2022

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.

2 participants