Skip to content

Commit

Permalink
Fixes CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Nov 24, 2015
1 parent c9468f9 commit d9384e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer_install
Expand Up @@ -2,6 +2,6 @@
<?php

$kahlan = 'https://raw.githubusercontent.com/crysalead/kahlan/master/composer.json';
$dirVersion = json_decode(file_get_contents($kahlan), true)['require']['crysalead/dir'];
$version = preg_replace('/[^\d\.]+/', '', json_decode(file_get_contents($kahlan), true)['require']['crysalead/dir']);

`COMPOSER_ROOT_VERSION={$dirVersion} composer install`;
`COMPOSER_ROOT_VERSION={$version} composer install`;

0 comments on commit d9384e1

Please sign in to comment.