Skip to content

Commit

Permalink
Add autoload to extension.json
Browse files Browse the repository at this point in the history
Enables installing without Composer.
  • Loading branch information
yaronkoren authored and malberts committed Dec 21, 2024
1 parent ddfcbd5 commit 0cf2782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"ExtensionFunctions": [
"SemanticCompoundQueries::onExtensionFunction"
],
"AutoloadNamespaces": {
"SCQ\\": "src/"
},
"AutoloadClasses": {
"SemanticCompoundQueries": "SemanticCompoundQueries.php"
},
"load_composer_autoloader": true,
"manifest_version": 2
}

0 comments on commit 0cf2782

Please sign in to comment.