Skip to content

Commit 02773a4

Browse files
Merge pull request #14 from tobias-trozowski/feature/php81
PHP 8.1 support
2 parents 0330a1b + bd2ecc5 commit 02773a4

8 files changed

+484
-364
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
}
2727
},
2828
"require": {
29-
"php": "^7.3 || ~8.0.0",
29+
"php": "^7.4 || ~8.0.0 || ~8.1.0",
3030
"mezzio/mezzio-authentication": "^1.0",
3131
"psr/container": "^1.0",
3232
"psr/http-message": "^1.0.1"
3333
},
3434
"require-dev": {
35-
"laminas/laminas-coding-standard": "~2.2.0",
35+
"laminas/laminas-coding-standard": "~2.3",
3636
"phpspec/prophecy": "^1.12",
3737
"phpspec/prophecy-phpunit": "^2.0",
38-
"phpunit/phpunit": "^9.3",
39-
"psalm/plugin-phpunit": "^0.12.2"
38+
"phpunit/phpunit": "^9.5.8",
39+
"psalm/plugin-phpunit": "^0.16"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)