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 55 # branches to consider in the event; optional, defaults to all
66 branches :
77 - master
8+ - 1.0
89
910jobs :
1011 update_release_draft :
1314 # Drafts your next Release notes as Pull Requests are merged into "master"
1415 -
uses :
release-drafter/[email protected] 1516 env :
16- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77[ ![ version] ( https://img.shields.io/github/v/release/codedredd/laravel-soap?style=flat-square )] ( https://github.com/CodeDredd/laravel-soap/releases )
88[ ![ 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/ )
99
10+ ## Versions
11+ Laravel SOAP Version | Laravel Support
12+ -------- | ------------------
13+ 1.x | 5.6, 6.x, 7x
14+ 2.x | 8.x
15+
1016<a name =" installation " ></a >
1117## Installation
1218
Original file line number Diff line number Diff line change 1515 "ext-json" : " *" ,
1616 "ext-dom" : " *" ,
1717 "ext-simplexml" : " *" ,
18- "illuminate/support" : " ^5.6 || ^6.0 || ^7.0 || ^8.0 " ,
18+ "illuminate/support" : " ^5.6 || ^6.0 || ^7.0" ,
1919 "phpro/soap-client" : " ^1.1" ,
2020 "php-http/guzzle6-adapter" : " ^2.0" ,
2121 "php-http/discovery" : " ^1.7" ,
2626 "require-dev" : {
2727 "symfony/var-dumper" : " ^5.0" ,
2828 "phpunit/phpunit" : " ^9.1" ,
29- "orchestra/testbench" : " ^5.1 || ^6.0 " ,
29+ "orchestra/testbench" : " ^5.1" ,
3030 "laminas/laminas-code" : " ^3.4" ,
3131 "wsdl2phpgenerator/wsdl2phpgenerator" : " ^3.4"
3232 },
You can’t perform that action at this time.
0 commit comments