summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 7 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 983878e..5dbf259 100644
--- a/composer.json
+++ b/composer.json
@@ -9,16 +9,16 @@
"homepage": "https://laminas.dev",
"license": "BSD-3-Clause",
"require": {
- "php": ">=7.4, <8.2"
+ "php": "~8.1.0 || ~8.2.0"
},
"require-dev": {
"ext-phar": "*",
- "doctrine/annotations": "^1.13.2",
+ "doctrine/annotations": "^1.13.3",
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.1",
- "phpunit/phpunit": "^9.5.10",
- "psalm/plugin-phpunit": "^0.17.0",
- "vimeo/psalm": "^4.13.1"
+ "phpunit/phpunit": "^9.5.26",
+ "psalm/plugin-phpunit": "^0.18.0",
+ "vimeo/psalm": "^5.1.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
@@ -29,17 +29,14 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
- "php": "7.4.99"
+ "php": "8.1.99"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"Laminas\\Code\\": "src/"
- },
- "files": [
- "polyfill/ReflectionEnumPolyfill.php"
- ]
+ }
},
"autoload-dev": {
"psr-4": {