File tree Expand file tree Collapse file tree 4 files changed +335
-531
lines changed Expand file tree Collapse file tree 4 files changed +335
-531
lines changed Original file line number Diff line number Diff line change 5
5
# branches to consider in the event; optional, defaults to all
6
6
branches :
7
7
- master
8
+ - 1.0
8
9
9
10
jobs :
10
11
update_release_draft :
13
14
# Drafts your next Release notes as Pull Requests are merged into "master"
14
15
-
uses :
release-drafter/[email protected]
15
16
env :
16
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
[ ![ version] ( https://img.shields.io/github/v/release/codedredd/laravel-soap?style=flat-square )] ( https://github.com/CodeDredd/laravel-soap/releases )
8
8
[ ![ documentation] ( https://img.shields.io/github/workflow/status/codedredd/laravel-soap/documentation?label=docs&logo=read-the-docs&style=flat-square )] ( https://codedredd.github.io/laravel-soap/ )
9
9
10
+ ## Versions
11
+ Laravel SOAP Version | Laravel Support
12
+ -------- | ------------------
13
+ 1.x | 5.6, 6.x, 7x
14
+ 2.x | 8.x
15
+
10
16
<a name =" installation " ></a >
11
17
## Installation
12
18
Original file line number Diff line number Diff line change 15
15
"ext-json" : " *" ,
16
16
"ext-dom" : " *" ,
17
17
"ext-simplexml" : " *" ,
18
- "illuminate/support" : " ^5.6 || ^6.0 || ^7.0 || ^8.0 " ,
18
+ "illuminate/support" : " ^5.6 || ^6.0 || ^7.0" ,
19
19
"phpro/soap-client" : " ^1.1" ,
20
20
"php-http/guzzle6-adapter" : " ^2.0" ,
21
21
"php-http/discovery" : " ^1.7" ,
26
26
"require-dev" : {
27
27
"symfony/var-dumper" : " ^5.0" ,
28
28
"phpunit/phpunit" : " ^9.1" ,
29
- "orchestra/testbench" : " ^5.1 || ^6.0 " ,
29
+ "orchestra/testbench" : " ^5.1" ,
30
30
"laminas/laminas-code" : " ^3.4" ,
31
31
"wsdl2phpgenerator/wsdl2phpgenerator" : " ^3.4"
32
32
},
You can’t perform that action at this time.
0 commit comments