Skip to content

Commit b69f896

Browse files
committed
Allow beberlei/assert ~3.0 for all packages
1 parent edca0ce commit b69f896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"beberlei/assert": "~2.0"
25+
"beberlei/assert": "~2.0 || ~3.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^5.7 || ^6.0"

0 commit comments

Comments
 (0)