mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
Remove supported TYPO3 version lower 9.5
This commit is contained in:
parent
6cfca1f259
commit
95e867488b
3 changed files with 7 additions and 9 deletions
|
@ -21,7 +21,6 @@ env:
|
|||
- typo3DatabaseUsername="travis"
|
||||
- typo3DatabasePassword=""
|
||||
matrix:
|
||||
- TYPO3_VERSION="^8.7"
|
||||
- TYPO3_VERSION="^9.5"
|
||||
|
||||
matrix:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=7.2.0 <8",
|
||||
"typo3/cms-core": "^8.7 || ^9.5",
|
||||
"typo3/cms-core": "^9.5",
|
||||
"ruflin/elastica": "^3.2"
|
||||
},
|
||||
"suggests": {
|
||||
|
@ -25,11 +25,10 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.4",
|
||||
"typo3/testing-framework": "^2.0 || ^4.12",
|
||||
"typo3/cms-form": "^8.7 || ^9.5"
|
||||
"typo3/testing-framework": "^4.12",
|
||||
"typo3/cms-form": "^9.5"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"vendor-dir": ".Build/vendor",
|
||||
"bin-dir": ".Build/bin"
|
||||
},
|
||||
|
|
|
@ -7,8 +7,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'clearCacheOnLoad' => 1,
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.7.0-9.5.99',
|
||||
'php' => '7.0.0-7.2.99'
|
||||
'typo3' => '9.5.7-9.5.99',
|
||||
'php' => '7.2.0-7.3.99'
|
||||
],
|
||||
'conflicts' => [],
|
||||
],
|
||||
|
@ -17,8 +17,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'Codappix\\SearchCore\\' => 'Classes',
|
||||
],
|
||||
],
|
||||
'state' => 'beta',
|
||||
'version' => '0.0.7',
|
||||
'state' => 'stable',
|
||||
'version' => '1.0.0',
|
||||
'author' => 'Daniel Siepmann',
|
||||
'author_email' => 'coding@daniel-siepmann.de',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue