Skip to content

Commit

Permalink
Merge pull request #17 from tobias-trozowski/feature/php81
Browse files Browse the repository at this point in the history
PHP 8.1 support based on boesing
  • Loading branch information
Ocramius committed Dec 18, 2021
2 parents c9008e7 + 3a06750 commit 1f791cb
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 163 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"laminas/laminas-permissions-rbac": "^2.5.1 || ^3.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-permissions-rbac": "^3.0",
"mezzio/mezzio-authorization": "^1.0",
"mezzio/mezzio-router": "^3.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.0",
"laminas/laminas-servicemanager": "^3.3",
"phpspec/prophecy": "^1.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.5.8",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.8"
},
Expand Down
Loading

0 comments on commit 1f791cb

Please sign in to comment.