This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Description
This is the error:
( ! ) Fatal error: Uncaught Zend\ServiceManager\Exception\ServiceNotFoundException: Unable to resolve service "application" to a factory; are you certain you provided it during configuration? in /Users/samsonasik/www/zfskeleton25+/vendor/zendframework/zend-servicemanager/src/ServiceManager.php on line 623
( ! ) Zend\ServiceManager\Exception\ServiceNotFoundException: Unable to resolve service "application" to a factory; are you certain you provided it during configuration? in /Users/samsonasik/www/zfskeleton25+/vendor/zendframework/zend-servicemanager/src/ServiceManager.php on line 623
Call Stack
# Time Memory Function Location
1 0.0002 364392 {main}( ) .../index.php:0
2 0.1271 4606072 Zend\Mvc\Application->run( ) .../index.php:21
3 0.1343 5130872 Zend\Mvc\Application->completeRequest( ) .../Application.php:356
4 0.1343 5130872 Zend\EventManager\EventManager->triggerEvent( ) .../Application.php:384
5 0.1343 5130872 Zend\EventManager\EventManager->triggerListeners( ) .../EventManager.php:143
6 0.1343 5131448 Zend\Mvc\View\Http\DefaultRenderingStrategy->render( ) .../EventManager.php:271
7 0.1506 5831240 Zend\EventManager\EventManager->triggerEvent( ) .../DefaultRenderingStrategy.php:115
8 0.1506 5831240 Zend\EventManager\EventManager->triggerListeners( ) .../EventManager.php:143
9 0.1507 5832464 Zend\Mvc\View\Http\DefaultRenderingStrategy->render( ) .../EventManager.php:271
My composer.json:
"zendframework/zendframework": "~2.5",
"zendframework/zend-mvc": "dev-develop",
"zendframework/zend-servicemanager": "dev-develop as 2.5",
"zendframework/zend-eventmanager": "dev-develop as 2.5",