Skip to content

Commit

Permalink
Merge pull request #21 from creative-commoners/pulls/3/loosen
Browse files Browse the repository at this point in the history
API Loosen constraints
  • Loading branch information
GuySartorelli authored Mar 10, 2024
2 parents 2b7e3a5 + 17a7fe1 commit 3c94493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Silverstripe Recipe Solr search

[![CI](https://github.com/silverstripe/recipe-solr-search/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/recipe-solr-search/actions/workflows/ci.yml)
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

This Silverstripe CMS Recipe is designed to enable Solr-based fulltext search. It's specifically designed to work with Silverstripe Cloud Platforms, but may be functional in other environments as well. It's the successor of [`cwp/cwp-recipe-search`](https://github.com/silverstripe/cwp-recipe-search).

Expand All @@ -20,6 +19,8 @@ You can also opt in to install the following suggested (not required) modules:

This can be either added to an existing project or used as a project base for creating a Silverstripe CMS install.

*Unlike other Silverstripe recipes, this recipe does not constrain Silverstripe core dependencies to a particular minor version line.*

## Installation

```sh
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/framework": "5.x-dev",
"silverstripe/recipe-plugin": "2.x-dev",
"cwp/cwp-search": "2.x-dev",
"silverstripe/fulltextsearch": "4.x-dev",
"symbiote/silverstripe-queuedjobs": "5.x-dev"
"silverstripe/framework": "^5",
"silverstripe/recipe-plugin": "^2",
"cwp/cwp-search": "^2",
"silverstripe/fulltextsearch": "^4",
"symbiote/silverstripe-queuedjobs": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 3c94493

Please sign in to comment.