Skip to content

Commit 74945fc

Browse files
committed
Add support for webmozart/assert 1.12
This change, while not strictly necessary to the project itself, allows it to be used with Mezzio Authentication and the related packages that Mezzio Authentication makes use of.
1 parent 3eeb298 commit 74945fc

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3434
"php-db/phpdb": "^0.6.0",
35-
"webmozart/assert": "^2.0"
35+
"webmozart/assert": "^1.12.0 || ^2.0"
3636
},
3737
"require-dev": {
3838
"ext-pdo": "*",

‎composer.lock‎

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)