Skip to content

feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support #190

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 8 commits into from
Feb 10, 2022

Conversation

CodeDredd
Copy link
Owner

@CodeDredd CodeDredd commented Feb 10, 2022

BREAKING CHANGE: raised php lvl min to 8.0, disabled commands (because wsdlToPhp package is not compatible with php 8), renamed functions

Bigest Change:

  • upgraded phpro/soap-client to v2

Migration form v2 to v3:

  • setHandler renamed to setTransport
  • getHandler renamed to getTransport
  • withHandlerOptions renamed to withGuzzleClientOptions

Closes #179 , #189 , #173

Gregor Becker added 3 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
@CodeDredd CodeDredd added feature New feature or request BREAKING CHANGE Breaking Change labels Feb 10, 2022
@CodeDredd CodeDredd self-assigned this Feb 10, 2022
CodeDredd and others added 2 commits February 10, 2022 15:02
…eature/laravel-soap-179

# Conflicts:
#	src/SoapClient.php
@veewee
Copy link

veewee commented Feb 10, 2022

Hello there, nice work!
Let me know if you have any questions regarding phpro/soap-client or php-soap. I can most likely help you out with that.

@CodeDredd
Copy link
Owner Author

@veewee Yeahh....many thanks! Can always use some help 💯 😄

This was linked to issues Feb 10, 2022
@CodeDredd CodeDredd merged commit 217a3b1 into master Feb 10, 2022
@CodeDredd CodeDredd deleted the feature/laravel-soap-179 branch February 10, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING CHANGE Breaking Change feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Laravel 9 support Add PHP 8.1 Support Problem installing in Laravel 8
2 participants