Skip to content

Commit 2e0280f

Browse files
authored
Merge pull request #278 from wp-cli/try/adjust-version-ranges
Composer: adjust version ranges
2 parents 197c05e + 0d695eb commit 2e0280f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"php-parallel-lint/php-parallel-lint": "^1.3.1",
1717
"phpcompatibility/php-compatibility": "dev-develop",
1818
"phpstan/extension-installer": "^1.4",
19-
"phpstan/phpstan": "^1.12.26",
20-
"phpstan/phpstan-deprecation-rules": "^1.2",
21-
"phpstan/phpstan-phpunit": "^1.4",
22-
"phpstan/phpstan-strict-rules": "^1.6",
23-
"swissspidy/phpstan-no-private": "^0.2.1",
19+
"phpstan/phpstan": "^1.12.26 || ^2.0",
20+
"phpstan/phpstan-deprecation-rules": "^1.2 || ^2.0",
21+
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
22+
"phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
23+
"swissspidy/phpstan-no-private": "^0.2.1 || ^1.0",
2424
"szepeviktor/phpstan-wordpress": "^v1.3.5",
2525
"wp-cli/config-command": "^1 || ^2",
2626
"wp-cli/core-command": "^1 || ^2",
2727
"wp-cli/eval-command": "^1 || ^2",
2828
"wp-cli/wp-cli": "^2.12",
2929
"wp-coding-standards/wpcs": "^3",
30-
"yoast/phpunit-polyfills": "^4.0.0"
30+
"yoast/phpunit-polyfills": "^1.0 || ^2.0 || ^3.0 || ^4.0"
3131
},
3232
"require-dev": {
3333
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)