Skip to content

Commit

Permalink
Merge pull request #13 from pascalheidmann/php8.1
Browse files Browse the repository at this point in the history
Update to support PHP 8.1
  • Loading branch information
Ocramius authored Oct 24, 2021
2 parents 0372631 + 2821c0d commit a76e3a3
Show file tree
Hide file tree
Showing 41 changed files with 1,301 additions and 832 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extensions": [
"bcmath"
]
],
"ignore_php_platform_requirements": {
"8.1": true
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 2.10.0 -> 2.11.0
## Updates
- updated `laminas/laminas-coding-standard` to `2.3.0` and update coding styles accordingly
## Changes
- added return types for most test classes
- added type hints for most test classes
- class `const` with OPCodes for `\Laminas\Serializer\Adapter\PythonPickle` are now explicitly public
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-json": "^3.1",
"laminas/laminas-stdlib": "^3.2",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-math": "^3.3",
"laminas/laminas-servicemanager": "^3.6",
"phpunit/phpunit": "^9.3"
Expand Down
Loading

0 comments on commit a76e3a3

Please sign in to comment.