Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
peirix committed Apr 16, 2020
2 parents b17c933 + b4a09d5 commit fac8f35
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "mustasj/expanded-search",
"description": "An expansion of Crafts search",
"type": "craft-plugin",
"version": "1.2.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"expanded search"
],
"support": {
"docs": "https://github.com/mustasj/expanded-search/blob/master/README.md",
"issues": "https://github.com/mustasj/expanded-search/issues"
},
"license": "MIT",
"authors": [
{
"name": "Mustasj",
"homepage": "https://mustasj.no"
}
],
"require": {
"craftcms/cms": "^3.1.0"
},
"autoload": {
"psr-4": {
"mustasj\\expandedsearch\\": "src/"
}
},
"extra": {
"name": "Expanded Search",
"handle": "expanded-search",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/mustasj/expanded-search/master/CHANGELOG.md",
"components": {
"expandedSearchService": "mustasj\\expandedsearch\\services\\ExpandedSearchService"
},
"class": "mustasj\\expandedsearch\\ExpandedSearch"
}
"name": "mustasj/expanded-search",
"description": "An expansion of Crafts search",
"type": "craft-plugin",
"version": "1.3.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"expanded search"
],
"support": {
"docs": "https://github.com/mustasj/expanded-search/blob/master/README.md",
"issues": "https://github.com/mustasj/expanded-search/issues"
},
"license": "MIT",
"authors": [
{
"name": "Mustasj",
"homepage": "https://mustasj.no"
}
],
"require": {
"craftcms/cms": "^3.1.0"
},
"autoload": {
"psr-4": {
"mustasj\\expandedsearch\\": "src/"
}
},
"extra": {
"name": "Expanded Search",
"handle": "expanded-search",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/mustasj/expanded-search/master/CHANGELOG.md",
"components": {
"expandedSearchService": "mustasj\\expandedsearch\\services\\ExpandedSearchService"
},
"class": "mustasj\\expandedsearch\\ExpandedSearch"
}
}

0 comments on commit fac8f35

Please sign in to comment.