Skip to content

Commit

Permalink
Merge pull request #166 from weierophinney/feature/php-8.1-support
Browse files Browse the repository at this point in the history
Provide PHP 8.1 support
  • Loading branch information
Ocramius authored Sep 21, 2021
2 parents cdad32a + 407269a commit d219bfd
Show file tree
Hide file tree
Showing 27 changed files with 639 additions and 454 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
27 changes: 13 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@
"homepage": "https://laminas.dev",
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"ext-iconv": "*",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-mime": "^2.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-validator": "^2.10.2",
"laminas/laminas-zendframework-bridge": "^1.0",
"laminas/laminas-loader": "^2.8",
"laminas/laminas-mime": "^2.9.1",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-validator": "^2.15",
"symfony/polyfill-mbstring": "^1.12.0",
"true/punycode": "^2.1"
"true/punycode": "^2.1",
"webmozart/assert": "^1.10"
},
"replace": {
"zendframework/zend-mail": "^2.10.0"
"conflict": {
"zendframework/zend-mail": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^3.4",
"laminas/laminas-crypt": "^2.6 || ^3.0",
"laminas/laminas-db": "^2.12",
"laminas/laminas-servicemanager": "^3.2.1",
"phpunit/phpunit": "^9.3",
"laminas/laminas-crypt": "^2.6 || ^3.4",
"laminas/laminas-db": "^2.13.3",
"laminas/laminas-servicemanager": "^3.7",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.15.1",
"vimeo/psalm": "^4.7"
},
Expand Down
Loading

0 comments on commit d219bfd

Please sign in to comment.