Skip to content

Commit 8e52e79

Browse files
authored
Merge pull request #4 from kodedphp/defer
2 parents 9bcffa7 + 28fd65b commit 8e52e79

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
- $HOME/.composer/cache
1111

1212
php:
13-
- 8.0.8
13+
- 8.0.3
1414
- nightly
1515

1616
jobs:

DIContainer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ private function mapDeferred(string $dependency, string $class): void
272272
}
273273
if (false === empty($class)) {
274274
$this->bindings[$interface] = $class;
275+
continue;
275276
}
276277
$this->bindings[$dependency] = $this->bindings[$interface];
277278
break;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "2.0-dev"
51+
"dev-master": "2.x-dev"
5252
}
5353
},
5454
"config": {

0 commit comments

Comments
 (0)