Skip to content

Commit

Permalink
Minor cleanup in composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketil Stadskleiv committed Oct 12, 2016
1 parent 76b9e73 commit c43a65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"php-http/message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"symfony/cache": "3.*",
"phpunit/phpunit": "^5",
"symfony/cache": "^3",
"php-http/guzzle6-adapter": "^1.0",
"php-http/mock-client": "^0.3"
}
Expand Down
3 changes: 0 additions & 3 deletions src/Auth/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use Psr\Cache\CacheItemPoolInterface;
use Http\Client\HttpClient;

use Bokbasen\Auth\Exceptions\BokbasenAuthException;

/**
Expand Down Expand Up @@ -77,8 +76,6 @@ public function __construct($username, $password, CacheItemPoolInterface $tgtCac
$this->tgtCache = $tgtCache;

$this->setHttpClient($httpClient);

$this->tgtExpireMinutes = self::DEFAULT_TGT_EXPIRE_TIME_MINUTES;

if (! $this->isCachedTGT()) {
$this->auth($username, $password);
Expand Down

0 comments on commit c43a65f

Please sign in to comment.