コード例 #1
0
ファイル: throwback.php プロジェクト: puzzlehttp/streams
<?php

__throwback::$config = array('name' => 'puzzle_stream', 'autoload' => dirname(__FILE__) . '/../../main/php', 'dependencies' => array());
コード例 #2
0
ファイル: throwback.php プロジェクト: ehough/filesystem
<?php

__throwback::$config = array('name' => 'ehough_filesystem', 'autoload' => dirname(__FILE__) . '/../../main/php', 'dependencies' => array());
コード例 #3
0
ファイル: throwback.php プロジェクト: puzzlehttp/puzzle
<?php

__throwback::$config = array('name' => 'puzzle', 'autoload' => dirname(__FILE__) . '/../../main/php', 'dependencies' => array(array('puzzlehttp/streams', 'git://github.com/puzzlehttp/streams.git', 'src/main/php')));
コード例 #4
0
ファイル: throwback.php プロジェクト: ehough/coauthor
<?php

__throwback::$config = array('name' => 'ehough_coauthor', 'autoload' => dirname(__FILE__) . '/../../main/php', 'dependencies' => array(array('ehough/chaingang', 'git://github.com/ehough/chaingang.git', 'src/main/php'), array('ehough/curly', 'git://github.com/ehough/curly.git', 'src/main/php'), array('ehough/epilog', 'git://github.com/ehough/epilog.git', 'src/main/php'), array('ehough/shortstop', 'git://github.com/ehough/shortstop.git', 'src/main/php'), array('ehough/tickertape', 'git://github.com/ehough/tickertape.git', 'src/main/php'), array('ehough/mockery', 'git://github.com/ehough/mockery.git', 'src/main/php')));