We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ceaab commit b42622dCopy full SHA for b42622d
2 files changed
build/target-repository/composer.json
@@ -5,7 +5,8 @@
5
"license": "MIT",
6
"require": {
7
"php": "^7.4|^8.0",
8
- "phpstan/phpstan": "^2.1.14"
+ "phpstan/phpstan": "^2.1.14",
9
+ "webmozart/assert": "^1.11 || ^2.1"
10
},
11
"autoload": {
12
"psr-4": {
composer.json
@@ -6,7 +6,7 @@
"php": "^8.2",
"phpstan/phpstan": "^2.1.30",
- "webmozart/assert": "^2.1"
"require-dev": {
"nikic/php-parser": "^5.6",
0 commit comments