Dropped Typo3 v9 support
v3.1.4
{ | { | ||
"name": "luitd/lu-search", | "name": "luitd/lu-search", | ||
"version": "3.1.3", | "version": "3.1.4", | ||
"description": "JLU General Search plugin with SOLR connector", | "description": "LU General Search plugin with SOLR connector", | ||
"type": "typo3-cms-extension", | "type": "typo3-cms-extension", | ||
"keywords": [ | "keywords": [ | ||
"TYPO3", | "TYPO3", | ||
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
], | ], | ||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||
"require": { | "require": { | ||
"typo3/cms-core": "^9.5 || ^10" | "typo3/cms-core": "^10" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
Please register or sign in to comment