Skip to content

Commit

Permalink
Merge pull request #24 from boesing/feature/php81
Browse files Browse the repository at this point in the history
PHP 8.1 support
  • Loading branch information
Ocramius committed Sep 14, 2021
2 parents f36f714 + 7ae55bb commit 08d52bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
9 changes: 3 additions & 6 deletions composer.json
Expand Up @@ -28,17 +28,17 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-zendframework-bridge": "^1.0",
"psr/container": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"webmozart/assert": "^1.10"
},
"conflict": {
"mezzio/mezzio": "<3.5"
"mezzio/mezzio": "<3.5",
"zendframework/zend-expressive-router": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.0",
Expand Down Expand Up @@ -75,8 +75,5 @@
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-expressive-router": "^3.1.1"
}
}
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08d52bd

Please sign in to comment.