Skip to content
Snippets Groups Projects
  1. Aug 21, 2020
  2. Feb 15, 2020
    • Tim van Dijen's avatar
      Remove 2.0 deprecations (#1281) · 2c8aa8a6
      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 
      2c8aa8a6
  3. Feb 14, 2020
  4. Dec 24, 2019
    • Tim van Dijen's avatar
      Raise PHP functional level to 7.0 (#1242) · 6607b7fb
      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
      6607b7fb
  5. Jun 06, 2019
    • Tim van Dijen's avatar
      Fix AppVeyor tests · 3b1b3458
      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.
      3b1b3458
  6. Mar 22, 2019
Loading