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

fix deprecation of command event #25

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

brosenberger
Copy link
Contributor

fix following deprecation warning on composer install

Deprecation Notice: The callback Bragento\Magento\Composer\Installer\Plugin::onPostInstallCmd declared at .../vendor/bragento/magento-composer-installer/src/Plugin.php accepts a Composer\Script\CommandEvent but post-install-cmd events use a Composer\Script\Event instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar:///usr/local/bin/composer/src/Composer/EventDispatcher/EventDispatcher.php:316

fix following deprecation warning on composer install

Deprecation Notice: The callback Bragento\Magento\Composer\Installer\Plugin::onPostInstallCmd declared at .../vendor/bragento/magento-composer-installer/src/Plugin.php accepts a Composer\Script\CommandEvent but post-install-cmd events use a Composer\Script\Event instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes in phar:///usr/local/bin/composer/src/Composer/EventDispatcher/EventDispatcher.php:316
@davidverholen davidverholen merged commit 8ce3aa7 into bragento:master Aug 1, 2017
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

Successfully merging this pull request may close these issues.

2 participants