Skip to content

Commit a78ba52

Browse files
author
omars44
committed
changelog: added dropped support php < 7.4
1 parent 8783884 commit a78ba52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ https://github.com/php/pecl-search_engine-solr
5454
<![CDATA[
5555
Features:
5656
- Support Highlight Query (#28)
57-
- Support PHP-8.3
57+
- Support PHP 8.3
58+
- Dropped Support for PHP 7.3 and below
5859
5960
API Changes:
6061
- Added SolrQuery SolrQuery::setHighlightQuery(string $q)
@@ -472,7 +473,8 @@ Internals:
472473
<![CDATA[
473474
Features:
474475
- Support Highlight Query (#28)
475-
- Support PHP-8.3
476+
- Support PHP 8.3
477+
- Dropped Support for PHP 7.3 and below
476478
477479
API Changes:
478480
- Added SolrQuery SolrQuery::setHighlightQuery(string $q)

0 commit comments

Comments
 (0)