Commit 217a3b1
feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support (#190)
* feat(laravel-soap-179)!: Add PHP 8.1 Support & Laravel 9
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`
* refactor(laravel-soap-179): Apply review discussion
- Added Flattingloader
- Using SoapActionDetector
- bit more code clean up to PHP 8 standard
* refactor(laravel-soap-179): Update last not working middlewares
* Apply fixes from StyleCI (#191)
Co-authored-by: StyleCI Bot <[email protected]>
* Apply fixes from StyleCI (#192)
Co-authored-by: StyleCI Bot <[email protected]>
* Apply fixes from StyleCI (#193)
Co-authored-by: StyleCI Bot <[email protected]>
Co-authored-by: Gregor Becker <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>1 parent f883fab commit 217a3b1
File tree
34 files changed
+2297
-2154
lines changed- .github/workflows
- src
- Client
- Commands
- Driver/ExtSoap
- Metadata
- Facades
- Faker
- Handler
- HttpBinding
- Builder
- Converter
- Middleware
- Types
- tests
- Fixtures
- Unit
- Commands
- Middleware
- Xml
34 files changed
+2297
-2154
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | | - | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
29 | 34 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments