Skip to content

Commit 599dc54

Browse files
authored
Allow using yiisoft/access version ^2.0 (#284)
1 parent 2a34ef6 commit 599dc54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.1.2 under development
44

5-
- no changes in this release.
5+
- Enh #284: Allow using `yiisoft/access` version `^2.0` (@vjik)
66

77
## 2.1.1 December 11, 2025
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"require": {
3030
"php": "8.1 - 8.5",
31-
"yiisoft/access": "2.0",
31+
"yiisoft/access": "^2.0",
3232
"yiisoft/friendly-exception": "^1.1"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)