Skip to content

Commit

Permalink
Merge pull request #4 from kodedphp/defer
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeart authored Oct 6, 2021
2 parents 9bcffa7 + 28fd65b commit 8e52e79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
- $HOME/.composer/cache

php:
- 8.0.8
- 8.0.3
- nightly

jobs:
Expand Down
1 change: 1 addition & 0 deletions DIContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ private function mapDeferred(string $dependency, string $class): void
}
if (false === empty($class)) {
$this->bindings[$interface] = $class;
continue;
}
$this->bindings[$dependency] = $this->bindings[$interface];
break;
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 8e52e79

Please sign in to comment.