Skip to content

Commit

Permalink
[TASK] Allow install of v12
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer authored and dkd-kaehm committed Aug 15, 2023
1 parent 187f261 commit 38d3a3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
25 changes: 12 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,23 @@
"typo3-ter/tika": "self.version"
},
"require": {
"php": ">=7.4 <=8.2.99",
"php": "^8.1",
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-backend": "^11.5",
"typo3/cms-core": "^11.5",
"typo3/cms-extbase": "^11.5",
"typo3/cms-filemetadata": "^11.5",
"typo3/cms-fluid": "^11.5",
"typo3/cms-reports": "^11.5"
"typo3/cms-backend": "^v12.4.2",
"typo3/cms-core": "^v12.4.2",
"typo3/cms-extbase": "^v12.4.2",
"typo3/cms-filemetadata": "^v12.4.2",
"typo3/cms-fluid": "^v12.4.2",
"typo3/cms-reports": "^v12.4.2"
},
"require-dev": {
"psr/log": "*",
"phpunit/phpunit": "^9.5",
"phpspec/prophecy-phpunit":"*",
"typo3/testing-framework": "^6.12",
"apache-solr-for-typo3/solr": "dev-release-11.5.x",
"typo3/coding-standards": "~0.6.1",
"typo3/tailor": "^1.4"
"typo3/testing-framework": "^7.0.2",
"apache-solr-for-typo3/solr": "dev-main",
"typo3/coding-standards": "~0.7.1"
},
"suggest": {
"apache-solr-for-typo3/solr": "Allows to use Solr Cell - Apache Tika embedded in Apache Solr."
Expand Down Expand Up @@ -91,7 +90,7 @@
"@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"@composer reinstall --prefer-source typo3/cms-core apache-solr-for-typo3/solr",
"@composer dump-autoload",
"echo \"Retoring composer.json to initial state:\" && git checkout composer.json"
"echo \"Restoring composer.json to initial state:\" && git checkout composer.json"
],
"tests:unit": [ "phpunit --colors -c Build/Test/UnitTests.xml --bootstrap=Build/Test/UnitTestsBootstrap.php" ],
"tests:integration": [ "phpunit --colors -c Build/Test/IntegrationTests.xml --bootstrap=Build/Test/IntegrationTestsBootstrap.php" ],
Expand All @@ -101,7 +100,7 @@
},
"extra": {
"branch-alias": {
"dev-release-11.0.x": "11.0.x-dev"
"dev-main": "12.0.x-dev"
},
"typo3/cms": {
"extension-key": "tika",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'clearCacheOnLoad' => true,
'constraints' => [
'depends' => [
'typo3' => '11.5.4-11.5.99',
'typo3' => '11.5.4-12.4.99',
'filemetadata' => '',
],
'conflicts' => [],
Expand All @@ -26,5 +26,5 @@
'ApacheSolrForTypo3\\Tika\\' => 'Classes/',
],
],
'_md5_values_when_last_written' => '',
'_md5_values_when_last_written' => ''
];

0 comments on commit 38d3a3d

Please sign in to comment.