assets/hopscotch.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        'master' => [
            'js' => '//rawgit.yfix.net/linkedin/hopscotch/master/dist/js/hopscotch.min.js',
            'css' => '//rawgit.yfix.net/linkedin/hopscotch/master/dist/css/hopscotch.min.css',
        ],
    ],
    'require' => [
        'asset' => [
            'jquery',
//            'bootstrap-theme',
        ],
    ],
];