4 * This file is part of the Fxp Composer Asset Plugin package.
6 * (c) François Pluchino <francois.pluchino@gmail.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Fxp\Composer\AssetPlugin\Tests\Fixtures\Repository\Vcs;
15 * Mock vcs driver for url packages test.
17 * @author François Pluchino <francois.pluchino@gmail.com>
19 class MockVcsDriverWithUrlPackages extends MockVcsDriverWithPackages
21 protected $composer = array(
22 'branch:master' => array(
25 'branch:1.x' => array(
28 'tag:v1.0.0' => array(
31 'tag:v1.0.1' => array(
33 'tag:invalid' => array(
34 'description' => 'invalid tag name',