Updating PHPCI to use Composer-installed copies of the plugin requirements
This commit is contained in:
parent
2cd60e0524
commit
14f40e9b0f
8 changed files with 18 additions and 7 deletions
3
cron.php
3
cron.php
|
|
@ -5,6 +5,9 @@ ini_set('display_errors', 'on');
|
|||
|
||||
require_once('bootstrap.php');
|
||||
|
||||
define('PHPCI_BIN_DIR', dirname(__FILE__) . '/vendor/bin/');
|
||||
define('PHPCI_DIR', dirname(__FILE__) . '/');
|
||||
|
||||
$store = b8\Store\Factory::getStore('Build');
|
||||
$result = $store->getByStatus(0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue