Skip to content

Releases: diablomedia/zf1-soap

PHP 8.3 Ready

19 Apr 18:22
f3d2374
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

20 Apr 16:55
f46bc1d
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 21:45
bc46c00
Compare
Choose a tag to compare

This version has been tested against PHP 8.1.

  • PHP < 7.4 has been dropped (and is enforced with composer.json).
  • PHP 5 specific code removed.
  • Tests support PHPUnit 9

PHP 8.0 Tested

22 Mar 16:39
Compare
Choose a tag to compare

This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.

PHP 7.4 Tested

10 Jan 17:50
Compare
Choose a tag to compare

No code changes were necessary for PHP 7.4 (only code changes in this release are php-cs-fixer fixes).

This does move some extensions to the suggest section of composer.json instead of the dependencies section to allow installing of any packages that may depend on this component but don't actually use it (like diablomedia/zendframework1).

PHP 7.3

01 Mar 20:27
Compare
Choose a tag to compare

This release has been tested against PHP 7.3

First Release

23 Apr 16:16
25f345a
Compare
Choose a tag to compare
adding devtools, defining dependencies, fixing errors, fixing style, …

…fixing risky tests (#1)

* adding devtools, defining dependencies, fixing errors, fixing style, fixing risky tests

* needed a commit to trigger travis, so adding settings.yml for probot app