Skip to content

Commit

Permalink
Merge pull request #40 from samsonasik/provide-php81
Browse files Browse the repository at this point in the history
Provide php 8.1 support
  • Loading branch information
samsonasik authored Oct 31, 2021
2 parents be61c31 + 593f268 commit cb8da43
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 314 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
}
}
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-eventmanager": "^3.3",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.10",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-servicemanager": "^3.0.3",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-view": "^2.6",
"laminas/laminas-view": "^2.13.1",
"laminas/laminas-zendframework-bridge": "^1.1",
"symfony/var-dumper": "^5.0.1"
},
Expand Down
Loading

0 comments on commit cb8da43

Please sign in to comment.