summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 93ae06e..8872b15 100644
--- a/composer.json
+++ b/composer.json
@@ -19,16 +19,12 @@
"sort-packages": true
},
"extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev",
- "dev-develop": "1.2.x-dev"
- },
"laminas": {
"component": "Laminas\\Mvc\\Plugin\\Identity"
}
},
"require": {
- "php": "^5.6 || ^7.0",
+ "php": "^7.3 || ~8.0.0",
"container-interop/container-interop": "^1.1",
"laminas/laminas-authentication": "^2.5.3",
"laminas/laminas-mvc": "^3.0",
@@ -37,7 +33,8 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
- "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.5"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
@@ -63,6 +60,6 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
- "zendframework/zend-mvc-plugin-identity": "self.version"
+ "zendframework/zend-mvc-plugin-identity": "^1.1.1"
}
}