Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
- Updating test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 14, 2018
1 parent f34eb16 commit d523f33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@

$file = __DIR__ . '/composer.json';
$content = file_get_contents($file);
$composer = json_decode($content, TRUE);
if (!isset($composer['require']['mobiledetect/mobiledetectlib'])) {
exit(255);
}
$composer = json_decode($content, TRUE);
$composer['require']['nette/application'] = $version;
$composer['require']['nette/di'] = $version;
$composer['require']['nette/http'] = $version;
Expand Down

0 comments on commit d523f33

Please sign in to comment.