trilbymedia / grav-plugin-login-ldap

Grav LDAP login plugin
https://trilby.media
MIT License
10 stars 13 forks source link

Fix plugin installation under PHP 8.1 #31

Closed ViliusS closed 6 months ago

ViliusS commented 6 months ago

This double field produces the following error installing plugin under PHP 8.1:

Preparing to install https://getgrav.org/download/plugins/login-ldap/1.0.2
  |- Downloading package...   100%    0%
  |- Extracting package...    ok

In AbstractFile.php line 310:

  Failed to read /var/www/html/tmp/Grav-661e4eecb1b45/trilbymedia-grav-plugin-login-ldap-67af8ee/blueprints.yaml: Duplicate key "type" detected at line 223 (near "type: array").

In Parser.php line 357:

  Duplicate key "type" detected at line 223 (near "type: array").