summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json28
1 files changed, 10 insertions, 18 deletions
diff --git a/composer.json b/composer.json
index 83f07d9..1b18fae 100644
--- a/composer.json
+++ b/composer.json
@@ -16,28 +16,24 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true,
- "platform": {
- "php": "8.0.99"
- },
"allow-plugins": {
- "composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
- }
- },
- "extra": {
+ },
+ "platform": {
+ "php": "7.4.99"
+ },
+ "sort-packages": true
},
"require": {
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-code": "^3.5.1 || ^4.0.0",
- "laminas/laminas-stdlib": "^3.3.1",
- "laminas/laminas-zendframework-bridge": "^1.2.0"
+ "laminas/laminas-stdlib": "^3.3.1"
},
"require-dev": {
- "laminas/laminas-coding-standard": "~1.0.0",
+ "laminas/laminas-coding-standard": "^2.1.4",
"phpunit/phpunit": "^9.5.5",
- "psalm/plugin-phpunit": "^0.15.1",
- "vimeo/psalm": "^4.6.4"
+ "psalm/plugin-phpunit": "^0.18.0",
+ "vimeo/psalm": "^5.0.0"
},
"autoload": {
"psr-4": {
@@ -49,7 +45,6 @@
"LaminasTest\\Server\\": "test/"
},
"files": [
- "test/Reflection/TestAsset/functions.php",
"test/TestAsset/reflectionTestFunction.php"
]
},
@@ -63,8 +58,5 @@
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
- },
- "replace": {
- "zendframework/zend-server": "^2.8.1"
}
}