Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Deprecations and Abandoned Dependency #357

Open
RedactedProfile opened this issue Jan 22, 2018 · 2 comments
Open

Composer Deprecations and Abandoned Dependency #357

RedactedProfile opened this issue Jan 22, 2018 · 2 comments

Comments

@RedactedProfile
Copy link

Howdy

When executing composer install, this is the output I see. Lots of a composer complaining about a single deprecation error, and a notice at the bottom about using guzzle\guzzle, should be upgraded to use guzzlehttp\guzzle instead

kharrison@KYLE-PC MINGW64 ~/IdeaProjects/bestofblog (master)
$ composer install > composer4.txt
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 51 installs, 0 updates, 0 removals
  - Installing sculpin/sculpin-theme-composer-plugin (v1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing components/jquery (3.1.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing components/bootstrap (3.3.7): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing components/highlightjs (9.7.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing composer/ca-bundle (1.0.4): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing composer/semver (1.4.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing composer/spdx-licenses (1.1.5): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/dot-access-data (v1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/process (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/finder (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/filesystem (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/polyfill-mbstring (v1.2.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing psr/log (1.0.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/debug (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/console (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing seld/phar-utils (1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing seld/jsonlint (1.4.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing seld/cli-prompt (1.0.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing justinrainbow/json-schema (2.0.5): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing composer/composer (1.2.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/embedded-composer (dev-master c9ca20f): Cloning c9ca20fd3c from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing kriswallsmith/assetic (v1.1.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing evenement/evenement (v1.0.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing react/stream (v0.2.6): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing react/event-loop (v0.2.7): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing react/socket (v0.2.6): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing twig/twig (v1.27.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing twig/extensions (v1.4.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/yaml (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/http-foundation (v3.1.6): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/event-dispatcher (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/http-kernel (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/dependency-injection (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/config (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/polyfill-apcu (v1.2.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing symfony/class-loader (v2.8.13): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing guzzle/guzzle (v3.0.7): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing react/http (v0.2.6): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing netcarver/textile (v3.5.5): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing michelf/php-markdown (1.5.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing doctrine/inflector (v1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/symfony-finder-factory (v1.0.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/dot-access-configuration (v1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing webignition/string-parser (0.2.2): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing webignition/quoted-string (0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing webignition/internet-media-type (0.4.7): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/apache-mime-types (v1.0.1): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/canal (v1.0.0): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing dflydev/ant-path-matcher (v1.0.3): Loading from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPrePackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but pre-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
  - Installing sculpin/sculpin (dev-master d0ac0a9): Cloning d0ac0a92c8 from cache
Deprecation Notice: The callback Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin::onPostPackageInstall declared at C:\Users\kharrison\IdeaProjects\bestofgeneralcontacts\vendor\sculpin\sculpin-theme-composer-plugin\src\Sculpin\Composer\SculpinThemePlugin\SculpinThemePlugin.php accepts a Composer\Script\PackageEvent but post-package-install events use a Composer\Installer\PackageEvent instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/EventDispatcher/EventDispatcher.php:322
components/bootstrap suggests installing components/bootstrap-default (Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets)
kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
react/stream suggests installing react/promise (1.0.*)
react/event-loop suggests installing ext-libev (*)
react/event-loop suggests installing ext-libevent (>=0.0.5)
twig/extensions suggests installing symfony/translation (Allow the time_diff output to be translated)
symfony/http-kernel suggests installing symfony/browser-kit ()
symfony/http-kernel suggests installing symfony/var-dumper ()
symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> ComponentManager\ComponentManager::postComposerInstall

@Tejes
Copy link
Contributor

Tejes commented Feb 16, 2018

Also this doesn't happen to me on the develop branch of sculpin. Maybe they should release a new minor version out of it, to at least keep this project usable for not-too-brave people as well. :)

@dbu
Copy link
Contributor

dbu commented Mar 29, 2019

@beryllium what is left to release 3.0 stable? anything beyond the currently open pull requests? (and i guess the pull requests from 2016/2015 should just be closed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants