Skip to content

Commit 12ba8b0

Browse files
committed
Fix composer requirement and inclusion of solarium library
1 parent 1778bad commit 12ba8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"subugoe/find": "self.version"
2727
},
2828
"require": {
29-
"typo3/cms-core": "^7.6.13 || ^8.5"
29+
"typo3/cms": "^7.6.15 || ^8.5"
3030
},
3131
"require-dev": {
3232
"solarium/solarium": "~3.3",

ext_localconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
if (!defined('TYPO3_COMPOSER_MODE') || TYPO3_COMPOSER_MODE === false) {
7-
require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('find') . 'vendor/autoload.php');
7+
require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('find') . '.Build/vendor/autoload.php');
88
}
99

1010
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(

0 commit comments

Comments
 (0)