Skip to content

Instantly share code, notes, and snippets.

@pkruithof
Created July 1, 2015 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkruithof/7387e453374bd710a015 to your computer and use it in GitHub Desktop.
Save pkruithof/7387e453374bd710a015 to your computer and use it in GitHub Desktop.
Puli & Sensiolabs Insight
Log from Sensiolabs Insight when it tried to install dependencies:
---------------------
<warn>The "puli"/"puli.phar" command could not be found.</warn>
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
[...]
Generating optimized autoload files
Fatal error: Call to a member function run() on null in /home/foobar/code/vendor/puli/composer-plugin/src/PuliPlugin.php on line 428
----------------------
Relevant composer.json lines:
{
"puli/cli": "~1.0",
"puli/symfony-bundle": "~1.0",
"puli/twig-extension": "~1.0",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment