Skip to content

Commit efe25d6

Browse files
authored
Merge pull request #12 from snapshotpl/php-8.1
Support for PHP 8.1
2 parents 071c024 + 20715b7 commit efe25d6

File tree

3 files changed

+216
-248
lines changed

3 files changed

+216
-248
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": "^7.3 || ~8.0.0",
29+
"php": "^7.3 || ~8.0.0 || ~8.1.0",
3030
"laminas/laminas-eventmanager": "^3.2",
3131
"laminas/laminas-http": "^2.5.4",
3232
"laminas/laminas-modulemanager": "^2.7.2",
@@ -39,8 +39,8 @@
3939
"laminas/laminas-coding-standard": "~2.3.0",
4040
"phpspec/prophecy-phpunit": "^2.0",
4141
"phpunit/phpunit": "^9.5",
42-
"psalm/plugin-phpunit": "^0.12.2",
43-
"vimeo/psalm": "^3.16"
42+
"psalm/plugin-phpunit": "^0.16.1",
43+
"vimeo/psalm": "^4.13.1"
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)