summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 10 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index b316690..67afdcd 100644
--- a/composer.json
+++ b/composer.json
@@ -16,30 +16,32 @@
"sort-packages": true
},
"require": {
- "php": "^7.1|^8.0",
+ "php": "^7.1 ||^8.0",
+ "ext-ctype": "*",
"ext-pdo": "*",
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.13",
- "doctrine/cache": "^1.11.3|^2.0.3",
+ "doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.1",
- "doctrine/inflector": "^1.4|^2.0",
+ "doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2",
"psr/cache": "^1 || ^2 || ^3",
- "symfony/console": "^3.0|^4.0|^5.0|^6.0"
+ "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "phpstan/phpstan": "^0.12.83",
- "phpunit/phpunit": "^7.5|^8.5|^9.4",
+ "phpbench/phpbench": "^0.16.10 || ^1.0",
+ "phpstan/phpstan": "0.12.94",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"squizlabs/php_codesniffer": "3.6.0",
- "symfony/cache": "^4.4|^5.2",
- "symfony/yaml": "^3.4|^4.0|^5.0|^6.0",
+ "symfony/cache": "^4.4 || ^5.2",
+ "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.7.0"
},
"suggest": {