Skip to content

Commit

Permalink
Merge pull request #1 from qcovery/vufind9
Browse files Browse the repository at this point in the history
Vufind9
  • Loading branch information
jschultze authored Mar 5, 2024
2 parents db41e76 + 267bd57 commit 27dab21
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Module.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Module
public function getAutoloaderConfig()
{
return [
'Zend\Loader\StandardAutoloader' => [
'Laminas\Loader\StandardAutoloader' => [
'namespaces' => [
__NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
],
Expand Down
Empty file modified composer.json
100644 → 100755
Empty file.
Empty file modified config/.keep
100644 → 100755
Empty file.
Empty file modified src/DismaxMunge/Backend/Solr/QueryBuilder.php
100644 → 100755
Empty file.
Empty file modified src/DismaxMunge/Backend/Solr/SearchHandler.php
100644 → 100755
Empty file.
Empty file modified src/DismaxMunge/Search/BackendRegistry.php
100644 → 100755
Empty file.
Empty file modified src/DismaxMunge/Search/Factory/Search2BackendFactory.php
100644 → 100755
Empty file.
Empty file modified src/DismaxMunge/Search/Factory/SolrDefaultBackendFactory.php
100644 → 100755
Empty file.

0 comments on commit 27dab21

Please sign in to comment.