We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e959a9d commit 5546728Copy full SHA for 5546728
tests/Google/Task/ComposerTest.php
@@ -149,7 +149,7 @@ public function testE2E()
149
{
150
$composerJson = json_encode([
151
'require' => [
152
- 'google/apiclient' => 'dev-add-composer-cleanup'
+ 'google/apiclient' => 'dev-master'
153
],
154
'scripts' => [
155
'post-update-cmd' => 'Google_Task_Composer::cleanup'
@@ -178,7 +178,7 @@ public function testE2E()
178
179
180
181
182
183
184
0 commit comments