Skip to content

Commit

Permalink
Merge pull request #14 from tobias-trozowski/feature/php81
Browse files Browse the repository at this point in the history
PHP 8.1 support
  • Loading branch information
weierophinney authored Jan 5, 2022
2 parents 0330a1b + bd2ecc5 commit 02773a4
Show file tree
Hide file tree
Showing 8 changed files with 484 additions and 364 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
"laminas/laminas-coding-standard": "~2.3",
"phpspec/prophecy": "^1.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.12.2"
"phpunit/phpunit": "^9.5.8",
"psalm/plugin-phpunit": "^0.16"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 02773a4

Please sign in to comment.