We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1778bad commit 12ba8b0Copy full SHA for 12ba8b0
composer.json
@@ -26,7 +26,7 @@
26
"subugoe/find": "self.version"
27
},
28
"require": {
29
- "typo3/cms-core": "^7.6.13 || ^8.5"
+ "typo3/cms": "^7.6.15 || ^8.5"
30
31
"require-dev": {
32
"solarium/solarium": "~3.3",
ext_localconf.php
@@ -4,7 +4,7 @@
4
}
5
6
if (!defined('TYPO3_COMPOSER_MODE') || TYPO3_COMPOSER_MODE === false) {
7
- require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('find') . 'vendor/autoload.php');
+ require_once(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('find') . '.Build/vendor/autoload.php');
8
9
10
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
0 commit comments