1
0
Fork 0

Merge pull request #2897 from jaypatel512/patch-1

Removing dist reference info from Artifact Repository
pull/2912/head
Jordi Boggiano 2014-04-11 13:40:18 +02:00
commit 68e910d92a
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class ArtifactRepository extends ArrayRepository
$package['dist'] = array(
'type' => 'zip',
'url' => $file->getRealPath(),
'reference' => $file->getBasename(),
'shasum' => sha1_file($file->getRealPath())
);