Remove supported TYPO3 version lower 9.5

This commit is contained in:
Daniel Siepmann 2019-05-17 17:12:41 +02:00
parent 6cfca1f259
commit 95e867488b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 7 additions and 9 deletions

View file

@ -21,7 +21,6 @@ env:
- typo3DatabaseUsername="travis"
- typo3DatabasePassword=""
matrix:
- TYPO3_VERSION="^8.7"
- TYPO3_VERSION="^9.5"
matrix:

View file

@ -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"
},

View file

@ -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',
];