Skip to content

Commit

Permalink
Fix composer requirement and inclusion of solarium library
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Jan 24, 2017
1 parent 1778bad commit 12ba8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"subugoe/find": "self.version"
},
"require": {
"typo3/cms-core": "^7.6.13 || ^8.5"
"typo3/cms": "^7.6.15 || ^8.5"
},
"require-dev": {
"solarium/solarium": "~3.3",
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

if (!defined('TYPO3_COMPOSER_MODE') || TYPO3_COMPOSER_MODE === false) {
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');
}

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
Expand Down

0 comments on commit 12ba8b0

Please sign in to comment.