Skip to content

Commit

Permalink
Merge pull request #16 from arueckauer/qa/php81
Browse files Browse the repository at this point in the history
Add support for PHP 8.1
  • Loading branch information
froschdesign committed Oct 5, 2021
2 parents dc98531 + 60d601d commit 04adfc1
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 237 deletions.
1 change: 0 additions & 1 deletion .docheader

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.github/ export-ignore
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/docs/ export-ignore
Expand Down
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"exclude": [
{"name": "PHPUnit on PHP 7.1 with locked dependencies"},
{"name": "PHPUnit on PHP 7.2 with locked dependencies"}
]
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
"laminas/laminas-cli": "^1.1",
"laminas/laminas-cli": "^1.2",
"laminas/laminas-code": "^2.6.3 || ^3.3",
"laminas/laminas-component-installer": "^2.0",
"laminas/laminas-stdlib": "^3.1",
Expand All @@ -43,12 +43,11 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-diactoros": "^1.8.7 || ^2.2.3",
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.7",
"mikey179/vfsstream": "^1.6.10",
"mockery/mockery": "^1.2.4",
"php-mock/php-mock-phpunit": "^2.5",
"php-mock/php-mock-phpunit": "^2.6",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.1"
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 04adfc1

Please sign in to comment.