Skip to content

Commit

Permalink
Merge pull request #46 from gsteel/drop-php-8.0-upgrade-phpunit
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Upgrade PHPUnit to version ^10
  • Loading branch information
Ocramius authored Mar 20, 2023
2 parents 14942c5 + 41e59b2 commit 04533f5
Show file tree
Hide file tree
Showing 8 changed files with 423 additions and 465 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"sort-packages": true
},
Expand All @@ -34,17 +34,17 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"ext-session": "*",
"mezzio/mezzio-session": "^1.4"
},
"require-dev": {
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"dflydev/fig-cookies": "^3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.22",
"phpunit/phpunit": "^9.5.27",
"laminas/laminas-diactoros": "^2.24",
"phpunit/phpunit": "^10.0.16",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.2"
"vimeo/psalm": "^5.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 04533f5

Please sign in to comment.