Skip to content

Commit 825409e

Browse files
committed
Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait [ci skip]
1 parent 2172054 commit 825409e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-2.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ DependencyInjection
374374
</services>
375375
```
376376

377+
* `Symfony\Component\DependencyInjection\ContainerAware` has been deprecated, use
378+
`Symfony\Component\DependencyInjection\ContainerAwareTrait` or implement
379+
`Symfony\Component\DependencyInjection\ContainerAwareInterface` manually
380+
377381
WebProfiler
378382
-----------
379383

0 commit comments

Comments
 (0)