Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 1e1cea6

Browse files
author
alexandresalome
committed
update dependencies
1 parent 9a64c93 commit 1e1cea6

File tree

2 files changed

+14
-155
lines changed

2 files changed

+14
-155
lines changed

composer.lock

Lines changed: 12 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Gitonomy/Browser/Git/Repository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class Repository extends BaseRepository
99
{
1010
private $name;
1111

12-
public function __construct($dir, $workingDir = null, LoggerInterface $logger = null)
12+
public function __construct($path, array $options = array())
1313
{
14-
parent::__construct($dir, $workingDir, $logger);
14+
parent::__construct($path, $options);
1515

1616
$this->setName(basename($this->getPath()));
1717
}

0 commit comments

Comments
 (0)