Skip to content

Commit b42622d

Browse files
committed
allow ^2.1
1 parent e1ceaab commit b42622d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/target-repository/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.4|^8.0",
8-
"phpstan/phpstan": "^2.1.14"
8+
"phpstan/phpstan": "^2.1.14",
9+
"webmozart/assert": "^1.11 || ^2.1"
910
},
1011
"autoload": {
1112
"psr-4": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.2",
88
"phpstan/phpstan": "^2.1.30",
9-
"webmozart/assert": "^2.1"
9+
"webmozart/assert": "^1.11 || ^2.1"
1010
},
1111
"require-dev": {
1212
"nikic/php-parser": "^5.6",

0 commit comments

Comments
 (0)