We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca10a7 commit 56f6f3fCopy full SHA for 56f6f3f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All Notable changes to `League\Container` will be documented in this file
4
5
+## 4.2.1
6
+
7
+### Fixed
8
+- Remove an unnecessary conditional in ServiceProviderAggregate. (@SubhanSh)
9
+- Fixed an infinite loop in resolving definitions. (@arai-ta)
10
11
## 4.2.0
12
13
### Added
docs/_data/releases.yml
@@ -1,8 +1,8 @@
1
-
version: unstable
- name: League\Container (dev-4.x)
+ name: League\Container (dev-5.x)
type: Unstable
- requires: PHP >= 7.2.0
+ requires: PHP >= 8.1.0
release: None
support: Own Risk
url: /unstable/
@@ -22,7 +22,7 @@
22
name: League\Container 4.x
23
type: Current
24
requires: PHP >= 7.2
25
- release: 4.2.0 - 2021-11
+ release: 4.2.1 - 2024-03
26
support: Ongoing
27
url: /4.x/
28
menu:
0 commit comments