Skip to content

Commit

Permalink
fix missing package in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Feb 23, 2017
1 parent 306276f commit 49257ee
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ public function testInstallAndUpdateForDeprecatedMessagePackages()
[
'type' => 'artifact',
'url' => $artifactDirectory->getRealPath(),
]
],
[
'type' => 'composer',
'url' => 'https://packages.firegento.com'
],
],
'require' => [
'connect20/firegento_pdf' => '1.3.0',
Expand All @@ -62,7 +66,11 @@ public function testInstallAndUpdateForDeprecatedMessagePackages()
[
'type' => 'artifact',
'url' => $artifactDirectory->getRealPath(),
]
],
[
'type' => 'composer',
'url' => 'https://packages.firegento.com'
],
],
'require' => [
'connect20/firegento_pdf' => '1.2.0',
Expand Down

0 comments on commit 49257ee

Please sign in to comment.