hmmh / typo3-solr-file-indexer

TYPO3 Extension: solr_file_indexer
GNU General Public License v3.0
11 stars 7 forks source link

bugfix: add return types of methods #38

Closed hoermannklaus closed 2 years ago

hoermannklaus commented 2 years ago

I use TYPO3 V10.4.26 and got an "Fatal Error", because the declarations where not compatible. https-portal-big-v2-dev-kho-t3-world-direct-at

swilking commented 2 years ago

the patch only works with EXT:solr 11.2.x, the versions 11.0.x and 11.1.x doesn't have a return type

hoermannklaus commented 2 years ago

So how can we make this work? Would it be OK if I add "solr" >11.2 to the requirements in the "ext_emconf.php"? And also increasing the "solr" dependency in the "composer.json"...

swilking commented 2 years ago

we've published an new version (2.3.7) of the extension with modified constraints. Support for EXT:solr 11.2.x will follow later.

hoermannklaus commented 2 years ago

Ok. Thanks