Skip to content

Commit

Permalink
Merge pull request #56 from gsteel/php-8.1-phpunit-upgrade
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Upgrade PHPUnit to 10.x
  • Loading branch information
Ocramius committed Jun 28, 2023
2 parents 37d8146 + af6f208 commit cde40c3
Show file tree
Hide file tree
Showing 18 changed files with 881 additions and 935 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/.phpunit.result.cache
/.phpunit.cache
/.phpcs-cache
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1",
"mezzio/mezzio-router": "^3.1",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"webmozart/assert": "^1.9"
"webmozart/assert": "^1.11.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.28",
"laminas/laminas-diactoros": "^3.0",
"phpunit/phpunit": "^10.2.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.6"
"vimeo/psalm": "^5.13.1"
},
"config": {
"preferred-install": "dist",
Expand All @@ -34,7 +35,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand Down
Loading

0 comments on commit cde40c3

Please sign in to comment.