Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremiahsmall/d5c54f283dddf2f4ba3e11d0cd39fa11 to your computer and use it in GitHub Desktop.
Save jeremiahsmall/d5c54f283dddf2f4ba3e11d0cd39fa11 to your computer and use it in GitHub Desktop.
Generating autoload files
Do you want a minimal install (no optional packages)? Y/n
n
Would you like to install caching support? y/N
y
Will install zendframework/zend-cache (^2.7.1)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install database support (installs zend-db)? y/N
y
Will install zendframework/zend-db (^2.8.1)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install forms support? y/N
y
Will install zendframework/zend-form (^2.8.3)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install JSON de/serialization support? y/N
y
Will install zendframework/zend-json (^3.0)
Would you like to install logging support? y/N
y
Will install zendframework/zend-log (^2.8.2)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install MVC-based console support? (We recommend migrating to zf-console, symfony/console, or Aura.CLI) y/N
y
Will install zendframework/zend-mvc-console (^1.1.10)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install i18n support? y/N
y
Will install zendframework/zend-mvc-i18n (^1.0)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install the official MVC plugins, including PRG support, identity, and flash messages? y/N
y
Will install zendframework/zend-mvc-plugins (^1.0.1)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to use the PSR-7 middleware dispatcher? y/N
y
Will install zendframework/zend-psr7bridge (^0.2.2)
Would you like to install sessions support? y/N
y
Will install zendframework/zend-session (^2.7.1)
When prompted to install as a module, select application.config.php or modules.config.php
Would you like to install MVC testing support? y/N
y
Will install zendframework/zend-test (^3.0)
Would you like to install the zend-di integration for zend-servicemanager? y/N
y
Will install zendframework/zend-servicemanager-di (^1.0)
When prompted to install as a module, select application.config.php or modules.config.php
Updating root package
Running an update to install optional packages
Loading composer repositories with package information
Updating dependencies
- Installing […all the things]
Writing lock file
Generating autoload files
Updating composer.json
Updating application configuration...
Please select which config file you wish to inject 'Zend\Cache' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Cache from package zendframework/zend-cache
Please select which config file you wish to inject 'Zend\Db' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Db from package zendframework/zend-db
Please select which config file you wish to inject 'Zend\Form' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Form from package zendframework/zend-form
Please select which config file you wish to inject 'Zend\Log' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Log from package zendframework/zend-log
Please select which config file you wish to inject 'Zend\Mvc\Console' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Mvc\Console from package zendframework/zend-mvc-console
Please select which config file you wish to inject 'Zend\Mvc\I18n' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Mvc\I18n from package zendframework/zend-mvc-i18n
Please select which config file you wish to inject 'Zend\Mvc\Plugin\FilePrg' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Please select which config file you wish to inject 'Zend\Mvc\Plugin\FlashMessenger' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Please select which config file you wish to inject 'Zend\Mvc\Plugin\Identity' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Please select which config file you wish to inject 'Zend\Mvc\Plugin\Prg' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Mvc\Plugin\FilePrg from package zendframework/zend-mvc-plugins
Installing Zend\Mvc\Plugin\FlashMessenger from package zendframework/zend-mvc-plugins
Installing Zend\Mvc\Plugin\Identity from package zendframework/zend-mvc-plugins
Installing Zend\Mvc\Plugin\Prg from package zendframework/zend-mvc-plugins
Please select which config file you wish to inject 'Zend\Session' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\Session from package zendframework/zend-session
Please select which config file you wish to inject 'Zend\ServiceManager\Di' into:
[0] Do not inject
[1] config/application.config.php
Make your selection (default is 0):1
Remember this option for other packages of the same type? (y/N)
Installing Zend\ServiceManager\Di from package zendframework/zend-servicemanager-di
Removing zendframework/zend-skeleton-installer...
- Removing zendframework/zend-skeleton-installer (0.1.2)
Removed plugin zendframework/zend-skeleton-installer.
Removing from composer.json
Complete!
eyelab:ZendSkeletonApplication jeremiah$ composer install
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
[ErrorException]
Illegal offset type in isset or empty
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...
eyelab:ZendSkeletonApplication jeremiah$ composer update
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing zendframework/zend-servicemanager (3.0.3)
- Installing zendframework/zend-servicemanager (3.1.0)
Loading from cache
Writing lock file
Generating autoload files
eyelab:ZendSkeletonApplication jeremiah$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment