Skip to content

Commit

Permalink
fix: change namespace to IndexedSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Dec 16, 2023
1 parent 0f05889 commit 777af31
Show file tree
Hide file tree
Showing 32 changed files with 483 additions and 479 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wp-blocks/search",
"name": "wp-blocks/indexed-search",
"description": "An advanced WordPress indexed search plugin",
"type": "project",
"license": "GPL-2-or-later",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"autoload": {
"psr-4": {
"WpBlocks\\Search\\": "src/"
"IndexedSearch\\": "src/"
}
},
"autoload-dev": {
Expand Down Expand Up @@ -99,9 +99,9 @@
"extra": {
"strauss": {
"target_directory": "vendor-prod",
"namespace_prefix": "WpBlocks\\Search\\",
"classmap_prefix": "WpBlocks_Search_",
"constant_prefix": "WPBLOCKS_SEARCH_",
"namespace_prefix": "IndexedSearch\\",
"classmap_prefix": "Indexed_Search_",
"constant_prefix": "INDEXED_SEARCH_",
"delete_vendor_files": true,
"packages": [],
"exclude_from_copy": {
Expand Down
Loading

0 comments on commit 777af31

Please sign in to comment.