Skip to content

Commit

Permalink
Merge pull request #30 from ihor-sviziev/php81-support
Browse files Browse the repository at this point in the history
Provide PHP 8.1 support
  • Loading branch information
arueckauer authored Oct 8, 2021
2 parents e1fd685 + 4a270b3 commit 7582832
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 238 deletions.
10 changes: 10 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"exclude": [
{
"name": "PHPUnit on PHP 8.1 with lowest dependencies"
}
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-code": "^3.5.1 || ^4.0.0",
"laminas/laminas-stdlib": "^3.3.1",
"laminas/laminas-zendframework-bridge": "^1.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.5.4",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.6.4"
},
Expand Down
Loading

0 comments on commit 7582832

Please sign in to comment.