Skip to content

Commit

Permalink
Merge pull request #159 from Ocramius/dependabot/composer/laminas/lam…
Browse files Browse the repository at this point in the history
…inas-view-2.19.0

Bump laminas/laminas-view from 2.18.0 to 2.19.0
  • Loading branch information
Ocramius authored Jan 12, 2022
2 parents a26d582 + d53ec99 commit 479321a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: laminas/[email protected]
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"STRYKER_DASHBOARD_API_KEY": ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
with:
job: ${{ matrix.job }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"laminas/laminas-servicemanager": "^3.10.0",
"laminas/laminas-mvc": "^3.3.0",
"laminas/laminas-modulemanager": "^2.10.2",
"laminas/laminas-view": "^2.18.0",
"laminas/laminas-view": "^2.19.0",
"laminas/laminas-cache": "^2.13.2"
},
"require-dev": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/OcraCachedViewResolver/Compiler/TemplateMapCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use SplFileInfo;

use function assert;
use function is_string;
use function pathinfo;
use function realpath;
use function str_replace;
Expand Down Expand Up @@ -81,7 +80,6 @@ protected function compileFromTemplatePathStack(TemplatePathStack $resolver): ar
$map = [];

foreach ($resolver->getPaths()->toArray() as $path) {
assert(is_string($path));
$path = realpath($path);
/** @var iterable<SplFileInfo> $iterator */
$iterator = new RecursiveIteratorIterator(
Expand Down

0 comments on commit 479321a

Please sign in to comment.