Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #364 from Nexylan/spork-0.3
Browse files Browse the repository at this point in the history
Fix kriswallsmith/spork ProcessManager::__construct signature change
  • Loading branch information
kriswallsmith committed May 26, 2015
2 parents 4bfd74e + 95c2079 commit 4282ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Command/DumpCommand.php
Expand Up @@ -56,6 +56,7 @@ protected function initialize(InputInterface $input, OutputInterface $stdout)

$this->spork = new ProcessManager(
new WrappedEventDispatcher($this->getContainer()->get('event_dispatcher')),
null,
$this->getContainer()->getParameter('kernel.debug')
);
}
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -28,6 +28,9 @@
"symfony/dom-crawler": "~2.3",
"symfony/css-selector": "~2.3"
},
"conflict": {
"kriswallsmith/spork": "<=0.2"
},
"suggest": {
"symfony/twig-bundle": "to use the Twig integration",
"kriswallsmith/spork": "to be able to dump assets in parallel"
Expand Down

0 comments on commit 4282ddd

Please sign in to comment.