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" - typo3DatabaseUsername="travis"
- typo3DatabasePassword="" - typo3DatabasePassword=""
matrix: matrix:
- TYPO3_VERSION="^8.7"
- TYPO3_VERSION="^9.5" - TYPO3_VERSION="^9.5"
matrix: matrix:

View file

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"php": ">=7.2.0 <8", "php": ">=7.2.0 <8",
"typo3/cms-core": "^8.7 || ^9.5", "typo3/cms-core": "^9.5",
"ruflin/elastica": "^3.2" "ruflin/elastica": "^3.2"
}, },
"suggests": { "suggests": {
@ -25,11 +25,10 @@
}, },
"require-dev": { "require-dev": {
"squizlabs/php_codesniffer": "^3.4", "squizlabs/php_codesniffer": "^3.4",
"typo3/testing-framework": "^2.0 || ^4.12", "typo3/testing-framework": "^4.12",
"typo3/cms-form": "^8.7 || ^9.5" "typo3/cms-form": "^9.5"
}, },
"config": { "config": {
"optimize-autoloader": true,
"vendor-dir": ".Build/vendor", "vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin" "bin-dir": ".Build/bin"
}, },

View file

@ -7,8 +7,8 @@ $EM_CONF[$_EXTKEY] = [
'clearCacheOnLoad' => 1, 'clearCacheOnLoad' => 1,
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '8.7.0-9.5.99', 'typo3' => '9.5.7-9.5.99',
'php' => '7.0.0-7.2.99' 'php' => '7.2.0-7.3.99'
], ],
'conflicts' => [], 'conflicts' => [],
], ],
@ -17,8 +17,8 @@ $EM_CONF[$_EXTKEY] = [
'Codappix\\SearchCore\\' => 'Classes', 'Codappix\\SearchCore\\' => 'Classes',
], ],
], ],
'state' => 'beta', 'state' => 'stable',
'version' => '0.0.7', 'version' => '1.0.0',
'author' => 'Daniel Siepmann', 'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de', 'author_email' => 'coding@daniel-siepmann.de',
]; ];