Skip to content

Commit

Permalink
Update dependencies, ignore cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed May 10, 2017
1 parent d78b465 commit f4cabf7
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 147 deletions.
1 change: 1 addition & 0 deletions bin/acme
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ try {
$injector = new Injector;
$injector->share($climate);
$injector->share(new AcmeFactory);
$injector->share(new Amp\Artax\Client(new Amp\Artax\Cookie\NullCookieJar));

$command = $injector->make($class);

Expand Down
Loading

0 comments on commit f4cabf7

Please sign in to comment.