Uncaught TYPO3 Exception
Your PHP version is higher than allowed. You can use PHP versions 5.2.0 - 5.4.99

TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException thrown in file
typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php in line 222.

13 TYPO3\CMS\Extensionmanager\Utility\DependencyUtility::checkPhpDependency(TYPO3\CMS\Extensionmanager\Domain\Model\Dependency)

/path/to/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php:
00174:    if (in_array($identifier, \TYPO3\CMS\Extensionmanager\Domain\Model\Dependency::$specialDependencies)) {
00175:     $methodname = 'check' . ucfirst($identifier) . 'Dependency';
00176:     $this->{$methodname}($dependency);
00177:    } else {
00178:     if ($dependency->getType() === 'depends') {

12 TYPO3\CMS\Extensionmanager\Utility\DependencyUtility::checkDependencies(SplObjectStorage)

/path/to/typo3/sysext/extensionmanager/Classes/Utility/DependencyUtility.php:
00128:    $dependencies = $this->convertDependenciesToObjects(serialize($extension['constraints']));
00129:   }
00130:   $this->checkDependencies($dependencies);
00131:  }
00132: 

11 TYPO3\CMS\Extensionmanager\Utility\DependencyUtility::buildExtensionDependenciesTree(TYPO3\CMS\Extensionmanager\Domain\Model\Extension)

/path/to/typo3/sysext/extensionmanager/Classes/Service/ExtensionManagementService.php:
00135:    throw new \TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException('Extension must be array or object.', 1350891642);
00136:   }
00137:   $this->dependencyUtility->buildExtensionDependenciesTree($extension);
00138:   if ($extension instanceof \TYPO3\CMS\Extensionmanager\Domain\Model\Extension) {
00139:    // We have a TER Extension, which should be downloaded first.

10 TYPO3\CMS\Extensionmanager\Service\ExtensionManagementService::resolveDependenciesAndInstall(TYPO3\CMS\Extensionmanager\Domain\Model\Extension)

/path/to/typo3/sysext/extensionmanager/Classes/Controller/DownloadController.php:
00192:   $highestTerVersionExtension = $this->extensionRepository->findHighestAvailableVersion($extensionKey);
00193:   $this->prepareExtensionForImport($highestTerVersionExtension);
00194:   $result = $this->managementService->resolveDependenciesAndInstall($highestTerVersionExtension);
00195:   $this->view->assign('result', $result)->assign('extension', $highestTerVersionExtension);
00196:  }

9 TYPO3\CMS\Extensionmanager\Controller\DownloadController::updateExtensionAction()
8 call_user_func_array(array, array)

/path/to/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00283:    if (!$validationResult->hasErrors()) {
00284:     $this->signalSlotDispatcher->dispatch(__CLASS__, 'beforeCallActionMethod', array('controllerName' => get_class($this), 'actionMethodName' => $this->actionMethodName, 'preparedArguments' => $preparedArguments));
00285:     $actionResult = call_user_func_array(array($this, $this->actionMethodName), $preparedArguments);
00286:    } else {
00287:     $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName);

7 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod()

/path/to/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00184:    $this->initializeView($this->view);
00185:   }
00186:   $this->callActionMethod();
00187:  }
00188: 

6 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/path/to/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00098:    $controller = $this->resolveController($request);
00099:    try {
00100:     $controller->processRequest($request, $response);
00101:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00102:    }

5 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/path/to/typo3/sysext/extbase/Classes/Mvc/Web/BackendRequestHandler.php:
00045:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00046:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00047:   $this->dispatcher->dispatch($request, $response);
00048:   return $response;
00049:  }

4 TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler::handleRequest()

/path/to/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00206:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00207: 
00208:   $response = $requestHandler->handleRequest();
00209:   // If response is NULL after handling the request we need to stop
00210:   // This happens for instance, when a USER object was converted to a USER_INT

3 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/path/to/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00195:  public function run($content, $configuration) {
00196:   $this->initialize($configuration);
00197:   return $this->handleRequest();
00198:  }
00199: 

2 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)

/path/to/typo3/sysext/extbase/Classes/Core/ModuleRunner.php:
00079: 
00080:   $bootstrap = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Core\\BootstrapInterface');
00081:   $content = $bootstrap->run('', $configuration);
00082:   print $content;
00083: 

1 TYPO3\CMS\Extbase\Core\ModuleRunner::callModule("tools_ExtensionmanagerExtensionmanager")

/path/to/typo3/mod.php:
00045:   foreach ($TBE_MODULES['_dispatcher'] as $dispatcherClassName) {
00046:    $dispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager')->get($dispatcherClassName);
00047:    if ($dispatcher->callModule($temp_M) === TRUE) {
00048:     $isDispatched = TRUE;
00049:     break;