Skip to content

Commit e1ceaab

Browse files
committed
Upgrade webmozart/assert to ^2.1
1 parent ec6e6f8 commit e1ceaab

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build/target-repository/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.4|^8.0",
8-
"phpstan/phpstan": "^2.1.14",
9-
"webmozart/assert": "^1.11"
8+
"phpstan/phpstan": "^2.1.14"
109
},
1110
"autoload": {
1211
"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": "^1.11"
9+
"webmozart/assert": "^2.1"
1010
},
1111
"require-dev": {
1212
"nikic/php-parser": "^5.6",

0 commit comments

Comments
 (0)