We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447125c commit 7c85d2cCopy full SHA for 7c85d2c
.github/workflows/test.yml
@@ -40,6 +40,8 @@ jobs:
40
41
steps:
42
- uses: actions/checkout@v2
43
+ with:
44
+ fetch-depth: 0
45
46
- uses: shivammathur/setup-php@v2
47
with:
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [5.0.1] 2021-03
8
+
9
+## Added
10
+- Support for `psr/container:2.0`
11
12
## [5.0.0] 2021-01
13
14
## Added
0 commit comments