Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: contributte/nusoap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.13
Choose a base ref
...
head repository: contributte/nusoap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.14
Choose a head ref
Loading
Showing with 227 additions and 234 deletions.
  1. +5 −1 composer.json
  2. +222 −233 src/nusoap.php
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,11 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.4",
"ext-xml": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-zlib": "*"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "~1.2.0"
Loading