<?phpdeclare(strict_types=1);namespace CityDigitalCard;use Shopware\Core\Framework\Plugin;use Carbon\Carbon;if (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) { require_once dirname(__DIR__) . '/vendor/autoload.php';}class CityDigitalCard extends Plugin{ public function executeComposerCommands(): bool { return true; }}