Merge branch 'silverstripe:3' into symfonyProcessFix

This commit is contained in:
Kirk Mayo 2022-02-17 10:51:05 +13:00 committed by GitHub
commit 9b807867e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ env:
jobs: jobs:
include: include:
- php: 7.3 - php: 7.4
env: env:
- DB=MYSQL - DB=MYSQL
- REQUIRE_INSTALLER=4.x-dev - REQUIRE_INSTALLER=4.x-dev

View File

@ -5,7 +5,7 @@
[![codecov](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch/branch/master/graph/badge.svg)](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch) [![codecov](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch/branch/master/graph/badge.svg)](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) [![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS. Adds support for fulltext search engines like Sphinx and Solr to Silverstripe CMS.
Compatible with PHP 7.2 Compatible with PHP 7.2
## Important notes when upgrading to fulltextsearch 3.7.0+ ## Important notes when upgrading to fulltextsearch 3.7.0+
@ -86,9 +86,9 @@ it's recommended you update your implementation to call `SearchableService::isVi
## Requirements ## Requirements
* SilverStripe 4.0+ * Silverstripe 4.0+
**Note:** For SilverStripe 3.x, please use the [2.x release line](https://github.com/silverstripe/silverstripe-fulltextsearch/tree/2). **Note:** For Silverstripe 3.x, please use the [2.x release line](https://github.com/silverstripe/silverstripe-fulltextsearch/tree/2).
## Documentation ## Documentation

View File

@ -21,7 +21,7 @@
} }
], ],
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10", "silverstripe/framework": "^4.10",
"monolog/monolog": "~1.15", "monolog/monolog": "~1.15",
"ptcinc/solr-php-client": "^1.0", "ptcinc/solr-php-client": "^1.0",