Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge branch '1.6' into 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Jan 21, 2017
2 parents d9559af + f668620 commit 795bd31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ApplicationConfig/Providers/RootInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ class RootInfo implements Provider
/** @var \Symfony\Component\HttpFoundation\RequestStack */
private $requestStack;

/** @var \Symfony\Component\Templating\Asset\PackageInterface */
/** @var \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper */
private $assetsHelper;

private $externalAssetsDirectory;

public function __construct(RequestStack $requestStack, AssetsHelper $assetsHelper, $externalAssetsDirectory)
{
$this->requestStack = $requestStack;
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"jms/translation-bundle": "^1.3"
},
"require-dev": {
"symfony/symfony": "~2.8.0",
"phpunit/phpunit": "~4.7",
"matthiasnoback/symfony-dependency-injection-test": "^0.7",
"mockery/mockery": "^0.9.5"
Expand Down

0 comments on commit 795bd31

Please # to comment.