diff --git a/composer.json b/composer.json
index cb4a705681174cd85c0340bf97218be14a109d37..026fd45294c86c02eaab3dcff64d411633d78d18 100644
--- a/composer.json
+++ b/composer.json
@@ -3,12 +3,12 @@
 	"description": "Meta package with PHPStan configuration for WP Desk projects",
 	"type": "phpstan-extension",
 	"require": {
-		"phpstan/phpstan": "^1.10",
+		"phpstan/phpstan": "^1.10 || ^2",
 		"phpstan/extension-installer": "^1.3",
-		"szepeviktor/phpstan-wordpress": "^1.3",
-		"phpstan/phpstan-deprecation-rules": "^1.1",
+		"szepeviktor/phpstan-wordpress": "^1.3 || ^2",
+		"phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
 		"php-stubs/woocommerce-stubs": "*",
-		"phpstan/phpstan-strict-rules": "^1.5"
+		"phpstan/phpstan-strict-rules": "^1.5 || ^2"
 	},
 	"license": "MIT",
 	"authors": [