- Aug 21, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Feb 14, 2020
-
-
Tim van Dijen authored
* Bump to PHP 7.2
-
- Dec 24, 2019
-
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Jun 06, 2019
-
-
Tim van Dijen authored
When externalizing the modules, we started to 'require' for example ext-krb5, where we used to only 'suggest' it. That's when AppVeyor started to fail, since those extensions are not available and have proven to be hard to install.. This workaround should do the trick until we stop including those externalized modules in releases.
-
- Mar 22, 2019
-
-
Tim van Dijen authored
* Create .appveyor.yml * Fix tests for Windows platform * Fix builtin webserver for Windows * Properly kill process on Windows
-