Skip to content

Commit 0bdb34b

Browse files
authored
refactor(1.0): Making own branch for v1.x which will support laravel from 5.6 - 7x (#68)
1 parent 60363d7 commit 0bdb34b

File tree

4 files changed

+335
-531
lines changed

4 files changed

+335
-531
lines changed

.github/workflows/releaseDrafter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- master
8+
- 1.0
89

910
jobs:
1011
update_release_draft:
@@ -13,4 +14,4 @@ jobs:
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 }}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",
@@ -26,7 +26,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
},

0 commit comments

Comments
 (0)