Skip to content

Commit 7be8ac0

Browse files
committed
Remove reference to symfony/dependency-injection v4
1 parent 671609a commit 7be8ac0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,7 @@ many. For instance, if a service was an instance of `ArrayObject` the following
115115
Don't know which interface to choose from for ArrayObject: IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable.
116116
```
117117

118-
We can specify which interface to implement using the `proxy` tag:
119-
120-
```yaml
121-
ArrayObject:
122-
lazy: true
123-
tags:
124-
- { name: proxy, interface: ArrayAccess }
125-
```
126-
127-
And since `symfony/dependency-injection` v4.2 we can specify the interface to implement using the `lazy` attribute:
118+
We can specify the interface to implement using the `lazy` attribute:
128119

129120
```yaml
130121
ArrayObject:

0 commit comments

Comments
 (0)