| Current Path : /var/www/clients/client3/web2/web/var/vendor/magento/composer-root-update-plugin/ |
| Current File : /var/www/clients/client3/web2/web/var/vendor/magento/composer-root-update-plugin/registration.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
if (class_exists('\Magento\Framework\Component\ComponentRegistrar')) {
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Magento_ComposerRootUpdatePlugin',
__DIR__
);
}