summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 4dbf623..a7ae10f 100644
--- a/composer.json
+++ b/composer.json
@@ -10,12 +10,17 @@
}
],
"require": {
- "php": "^7.2 || ^8.0",
+ "php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
- "psalm/phar": "^4.8"
+ "phpunit/phpunit": "^9.5",
+ "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan-phpunit": "^1.1",
+ "phpstan/extension-installer": "^1.1",
+ "vimeo/psalm": "^4.25",
+ "rector/rector": "^0.13.9"
},
"autoload": {
"psr-4": {
@@ -31,5 +36,13 @@
"branch-alias": {
"dev-1.x": "1.x-dev"
}
+ },
+ "config": {
+ "platform": {
+ "php": "7.4.0"
+ },
+ "allow-plugins": {
+ "phpstan/extension-installer": true
+ }
}
}