Skip to content

Commit

Permalink
Merge pull request #38 from meng-tian/use-http-binding-0.3
Browse files Browse the repository at this point in the history
Use http binding 0.3
  • Loading branch information
meng-tian authored Mar 28, 2021
2 parents 477fd65 + 81ebc4c commit cc4f63c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']

runs-on: ${{ matrix.operating-system }}

Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
An asynchronous SOAP client build on top of Guzzle. The `SoapClient` implements [meng-tian/php-async-soap](https://github.com/meng-tian/php-async-soap).

## Requirement
PHP 5.5 --enablelibxml --enable-soap
PHP 5.6 --enablelibxml --enable-soap

## Install
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"meng-tian/php-async-soap": "~1.0",
"meng-tian/soap-http-binding": "~0.2.0",
"meng-tian/soap-http-binding": "~0.3.0",
"guzzlehttp/guzzle": "^6.1"
},
"require-dev": {
Expand Down

0 comments on commit cc4f63c

Please sign in to comment.