Skip to content

Commit

Permalink
Configurator: DI container cache key depends on PHP minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik authored and dg committed Nov 10, 2015
1 parent 98b9059 commit 995a903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrap/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function createContainer()
$this->parameters['debugMode']
);
$class = $loader->load(
array($this->parameters, $this->files),
array($this->parameters, $this->files, PHP_VERSION_ID - PHP_RELEASE_VERSION),
array($this, 'generateContainer')
);

Expand Down

0 comments on commit 995a903

Please sign in to comment.