Skip to content

Commit

Permalink
While I'm at it, fixed the require in composer.phar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem-Jan Zijderveld committed May 27, 2012
1 parent 90b15a7 commit cea252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cilex/Compiler.php
Expand Up @@ -113,7 +113,7 @@ protected function getStub()
Phar::mapPhar('cilex.phar'); Phar::mapPhar('cilex.phar');
require_once 'phar://cilex.phar/vendor/.composer/autoload.php'; require_once 'phar://cilex.phar/vendor/autoload.php';
if ('cli' === php_sapi_name() && basename(__FILE__) === basename($_SERVER['argv'][0]) && isset($_SERVER['argv'][1])) { if ('cli' === php_sapi_name() && basename(__FILE__) === basename($_SERVER['argv'][0]) && isset($_SERVER['argv'][1])) {
switch ($_SERVER['argv'][1]) { switch ($_SERVER['argv'][1]) {
Expand Down

0 comments on commit cea252e

Please sign in to comment.